Memory Pool Memory Pool Refreshing

3,949 transactions
1.17 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
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
907,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (785,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,428 122,428 0000000000008699f587cb935dcd3747d91adca36aeff0917a4ad9defbd218b0 0.00 MB 11 0
122,427 122,427 0000000000003260f7eafdd0310069dd1e2756b3ad362468e8f7ad3c270b72d3 0.00 MB 11 0
122,426 122,426 00000000000023d90ba371c4e47c28c85cc38295c5118011c860d8489730254b 0.00 MB 1 0
122,425 122,425 0000000000007f6d81e9a7fffc3abf6d317e28aad83a3891cc1a1048f808d20a 0.00 MB 11 306
122,424 122,424 0000000000000e8080832084942a0f65651e21a58a068b59340e24bf38855c2d 0.00 MB 16 244
122,423 122,423 000000000000941635931d3ba6c417118ba35b814c634ead7f0946c77430cf69 0.00 MB 10 596
122,422 122,422 0000000000004d20c17cc5b445172310b1a64dbb2f9943645a51f0da570add5c 0.00 MB 12 604
122,421 122,421 0000000000004dced90de42404798235cf08963d86efa6ced5c491780c17103c 0.00 MB 10 696
122,420 122,420 00000000000022457c071788666bf009e2b9c6a8e231a0aea9a45737dc6f8f1d 0.01 MB 11 271
122,419 122,419 0000000000008335c93737874be1b8a25c8438dfb6dead71becdbe6d5c5f7cd9 0.00 MB 1 0
122,418 122,418 00000000000096f5cdd550dfc55067186bd27a69b0d056ca37323e0dfecab21a 0.00 MB 10 0
122,417 122,417 00000000000091c72d58b06ae085d34c8adb36c4599272f7a6f119943841b455 0.00 MB 11 0
122,416 122,416 0000000000002d625b49ee337764df1c9adc097260ea55a0b6708e1de4febb37 0.00 MB 5 0
122,415 122,415 00000000000078a22904a500895780ffd9e1d6af2f97e3f8076757787082b25b 0.00 MB 1 0
122,414 122,414 00000000000026b538b5f4e2ee720e6ec908e791e111d1bfda5f416f55e6bb9e 0.00 MB 12 286
122,413 122,413 00000000000086748a67fb9dd141b0981b13aed4ec5b7cbd890c860556078947 0.00 MB 12 0
122,412 122,412 00000000000097d119366cf99b0d842a9ea95606dd7bf47593a32716812c1972 0.00 MB 6 0
122,411 122,411 0000000000002c94e4639fc9a0cc4714c910798de88af7183385d5721f8400f4 0.00 MB 10 504
122,410 122,410 0000000000007663bcdad8cb98ae4da336ca3c4777b726f69fa711b1f7f38475 0.01 MB 12 386
122,409 122,409 000000000000026ac8846a6cda822289c3d11dd7f00d07100e1f039d119acda6 0.00 MB 14 814
122,408 122,408 000000000000747111f2bd7d7b7225b3234d055f148850d5acee1a63a601f6a4 0.00 MB 9 822
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.