Memory Pool Memory Pool Refreshing

3,487 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,456 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (794,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,330 113,330 000000000000a8fd61b62f383ec27e824f1d3f592e67bdd1cb3bf7082d9018be 0.00 MB 11 0
113,329 113,329 000000000000c9ccf0541108ba92d1e662ab77aa7d049e62eb93431cf06b86d6 0.01 MB 20 1,232
113,328 113,328 0000000000006e7f6ca02de59e781ca95f30f99c96c47c549eab563e13dc22fd 0.01 MB 21 538
113,327 113,327 0000000000007600be0a167481d7f20858bae9da537475a4292cae3e1957fade 0.00 MB 11 0
113,326 113,326 0000000000009a18aceb18cca6d84d28b968eaced3abe4a5b21528de7e938c6e 0.00 MB 8 0
113,325 113,325 000000000000cb52cd91a21ab7aa60c025e2fb716e757aca165925965c8a21dd 0.00 MB 9 349
113,324 113,324 00000000000060b0fadc82a8ea1978e4406d8c1e074e496a3f3708d92270ec89 0.00 MB 8 814
113,323 113,323 00000000000077f8a494d8ddfca428db4c866681e6e4b22e451f99e43848a979 0.00 MB 8 0
113,322 113,322 0000000000000d659abbe51f260f70692c5ef945842033cc1a92f031d9aff24c 0.00 MB 11 362
113,321 113,321 0000000000005aaed6beb2b15471b8dc2597239bdfd923b903d7fc2751c62cf2 0.00 MB 1 0
113,320 113,320 000000000000c6f9af922dfacfd0eaf1208630d91375af019cac2544e4cde387 0.00 MB 12 334
113,319 113,319 0000000000009428209484db07bdbaab99218d1f325f48465c2e592d94bd038c 0.00 MB 9 620
113,318 113,318 00000000000027f22869acd6a5edad90ca2491172aba1ef65a12d27752ef233b 0.00 MB 10 320
113,317 113,317 00000000000097c9b59ed4e74e637f0b5873c6775a1bf680d8cb7c197a7c52c0 0.01 MB 32 481
113,316 113,316 000000000000d64a58ae9bb9725ea5012056368f0454c079e955d7938cbb24a1 0.00 MB 4 1,047
113,315 113,315 0000000000006c196ec0eaa385235971b942f47b4d1a1f3848b986eb5201d45e 0.01 MB 46 436
113,314 113,314 00000000000011914c2b692b7044f9bc56cfa5542c63ead07b303f5a9ff68d61 0.00 MB 15 503
113,313 113,313 0000000000009b31da9fb83bb47746bf7c9fe07794b0204a1fd6717bfff065f7 0.01 MB 34 174
113,312 113,312 0000000000004a140784191141553725211f0baf8963456a5a088757c7e1417e 0.00 MB 12 832
113,311 113,311 000000000000b5e1eb2f3e98106294e817f566c4cf2418bd4dd0a4c2b40176aa 0.00 MB 13 742
113,310 113,310 0000000000000c94f58d8adb9c3062542d6855a32c4f920b6b7127fc3fed6a64 0.00 MB 10 734
Previous 10 blocks ↓
Total Size: 769.26 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.26 GB sent, 94.22 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.