Memory Pool Memory Pool Refreshing

3,242 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,220 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (3,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,426 904,426 00000000000000000000efc11102532db1234f850e36de0905210633eabf8cea 1.64 MB 1,427 2
904,425 904,425 00000000000000000000f441cab51361f10fbfd3b5fe472da52b05f80c74e8c2 1.43 MB 1,611 1
904,424 904,424 00000000000000000000fe4192a5820987dcc3feec450dc2c364d3427cb96334 1.22 MB 1,275 2
904,423 904,423 000000000000000000008a713f4f71f29498f54fcee207a84361bdd28337c388 1.54 MB 3,330 4
904,422 904,422 000000000000000000021490261a7200f77b19b24b8959f57f8768efe3ae72c7 1.56 MB 3,167 4
904,421 904,421 000000000000000000022e160665dd6c487b91e533aa36623a81555566928eb8 1.33 MB 2,114 4
904,420 904,420 0000000000000000000022b7f0dbee3acc05ce06f4486d5fa8b7c081f51eaf0b 0.92 MB 1,308 2
904,419 904,419 0000000000000000000197f5afffd6a973b530fd178c471f55471ca10a7c0740 0.85 MB 1,068 2
904,418 904,418 000000000000000000022c64ca479d28a4d6e52b464a24f899e81bc3c9318753 1.44 MB 1,771 2
904,417 904,417 00000000000000000000061e35c7d53e5f933ebe7dfd85da4f729df683a1e298 1.26 MB 1,665 2
904,416 904,416 00000000000000000000c7543d71163ceed8864e86fb65025308a73e850e3539 1.07 MB 1,763 2
904,415 904,415 000000000000000000013abcc9f440327aabcc010ec074fd1f7cc2ce00dbd9fd 1.69 MB 1,238 1
904,414 904,414 00000000000000000001bf1279b19f38d4862eb40c54accfff0567bf468b04f6 0.49 MB 990 2
904,413 904,413 000000000000000000013629a4a757fced8a6bc47b879b89e0ae3f2b0b47e7f7 0.72 MB 1,534 1
904,412 904,412 0000000000000000000033f06b2e649ed0ec12c3993421cd73409f26b132c82e 1.52 MB 2,178 2
904,411 904,411 00000000000000000000f6b5ae5a51adc8277025d171e4790809a390cd375821 1.50 MB 1,911 2
904,410 904,410 0000000000000000000176c06eb324db1a792b96450200f0574376c2f79e66ae 0.48 MB 823 2
904,409 904,409 000000000000000000017488d3736619c2a6d82699ae56d2780e21f2c032a509 1.11 MB 2,103 2
904,408 904,408 00000000000000000000c19d5664da75e01205864ee8f95ad9eb7dd10ba9439b 1.46 MB 2,151 2
904,407 904,407 00000000000000000001bc5b4f63e297e05cc6e1061c5764c96264b583b701bd 0.49 MB 209 1
904,406 904,406 0000000000000000000258726a8e4e4ab09a1f91a10b5017b390ee86772cc81e 1.52 MB 2,252 2
Previous 10 blocks ↓
Total Size: 769.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,648.61 GB sent, 95.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.