Memory Pool Memory Pool Refreshing

1,881 transactions (0.48 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,107 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,873 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,106 (875,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,275 33,275 00000000b42183d7aae09fbd06e6b7bfd9ae05935f4410c6d7e0f9ff4c1f0374 0.00 MB 1 0
33,274 33,274 000000004a7a3e48ed7d9fcfaf8e8461b747dc56edf7d05d14436e31e86f0cc5 0.00 MB 1 0
33,273 33,273 00000000a68e06835d3b27e04212942414a9b3afe5f6f837ea0c5a5dec2d3282 0.00 MB 1 0
33,272 33,272 00000000344f44686eee86061ca067c35b9e964c1195fd39a0ba8eceeea5c647 0.00 MB 1 0
33,271 33,271 000000003551c5e5262a9caa8ce69a17e7330694015c44f14fcb6390ae9b0ea1 0.00 MB 1 0
33,270 33,270 00000000a4e687a0e3d658417681be82e323b0d9e45a3002a3a2ec53040c603d 0.00 MB 1 0
33,269 33,269 0000000000f5e6b427390ef11ff9e90735e4f44cbfde1d7aa7e20334b1307fb3 0.00 MB 1 0
33,268 33,268 000000008a9c7e699fafcea227a81cfa5297d6f5402998261550302723fa4457 0.00 MB 1 0
33,267 33,267 000000005fc4bcdbacbb45c49ba71a4e4c432c28ab78e51c92413dbc55a09c22 0.00 MB 1 0
33,266 33,266 00000000b7510723890cc2619f21789595c5adbb6f681dc62fe41154a411498b 0.00 MB 1 0
33,265 33,265 000000003ee9f932b5e920c1b75c0cbac0fed3d52a4b8846d3b9ef6bb5910a8d 0.00 MB 1 0
33,264 33,264 000000000b1f741a1d1db530924a4e299e0744c4950040fd587f7e182024eb6f 0.00 MB 1 0
33,263 33,263 00000000049f4094602a6df18d3b75291271dd05f93fc1eb727363e729790d63 0.00 MB 1 0
33,262 33,262 0000000091f4913474f3978df45d35c5270acafe51af6b7c41b93e9e09c51a32 0.00 MB 1 0
33,261 33,261 000000005c31f1f7375286508bc307e9b34fddf61c0374e2660d626e728ba106 0.00 MB 1 0
33,260 33,260 0000000023a9304a948f9d9a41181c742ee528ac0adbeb8576a78332c1b88cab 0.00 MB 1 0
33,259 33,259 0000000035d876989cd191e4a8d04ab9bb013d1776e4a2bdf0a40c45d39d599b 0.00 MB 1 0
33,258 33,258 000000005eecf1e4c2eda98bd3e797921946ab418ce04858061e2b22e19dad5f 0.00 MB 1 0
33,257 33,257 000000005b4b204c511c7fbf1fdeed75531a6b4a621163b5347d6a6c40393d4e 0.00 MB 1 0
33,256 33,256 00000000707c962d8dfb9ca32058e768b57ab10c0ca4a6f77ee27afabb015428 0.00 MB 1 0
33,255 33,255 00000000700c9bb4b5a12bb23148f5a02714d5b2ec0892c9198e333c7c119499 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.74 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,922.77 GB sent, 106.27 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.