Memory Pool Memory Pool Refreshing

1,277 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,275 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (840,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,843 67,843 0000000001c7f620ce3dde1ea6c2b80c642c8d0394005ca804ae9027a64ddfba 0.00 MB 3 1,510
67,842 67,842 00000000053b4f7062d7720938fb0bb22dd3dc9495787f809f40e9755b0091ae 0.00 MB 2 0
67,841 67,841 000000000096a7fc269669b1b92ab35299d02dfd9667515564b153e242edb155 0.00 MB 3 2,070
67,840 67,840 0000000001972f94c66193ce715431b6e7f49919ed5df273a5ef07ee657d45c0 0.00 MB 2 0
67,839 67,839 0000000004030c479f55427aec9d863368cdc3768f4d718c15992bb159a644c0 0.00 MB 3 0
67,838 67,838 0000000002f6a82353067d9c423cbac5d5f5019a1bab904e9ec50570582e2948 0.00 MB 2 0
67,837 67,837 0000000001e93c268a3aaecaa4000da0367c8f2e1c3c5b6f49fe7c79e23b049f 0.00 MB 3 2,403
67,836 67,836 0000000004a0eb19c9583e6c84a2c0eb1e5a5f0194f0fde4e1601b2196eb18bf 0.00 MB 4 0
67,835 67,835 00000000041fa923243503c1bf70368b4f1cdd52a83a0159dfe8033b2dd47cc7 0.00 MB 3 0
67,834 67,834 00000000053a4acd8b663a4702158419a588ffc8b5bcefcf4f4abd65c4de745e 0.00 MB 1 0
67,833 67,833 0000000001168ac7900c375e0aed0397487113083f55020c3cdf8dce2e5e6e3a 0.00 MB 2 3,891
67,832 67,832 00000000043ec53ad04a82b81ff866238733a324d32510cf4b321223c65b5146 0.00 MB 2 0
67,831 67,831 0000000003c8431314ab51ef007784518d75e1bc3b7abc929e150d1b83617e37 0.00 MB 1 0
67,830 67,830 00000000031498c9c974362a4e2f33c76920444f8a4a0f2c1da68b0c8b777634 0.00 MB 3 2,066
67,829 67,829 000000000002da2909e411aec8470354b8fa3914f327d5170524052e8bf9193a 0.00 MB 1 0
67,828 67,828 00000000000b4bc7ab7465e2711095ba3fece2d9a9826415cea69e315c06d72c 0.00 MB 1 0
67,827 67,827 0000000003b6b7dd8f4fe24c2c9a6d64787151e74e08c5b30247204bbcf24671 0.00 MB 2 3,875
67,826 67,826 0000000004ff0fd5f3ac038cccca6708c104bbe337a0bbeea8bb3fe56c3fb5a7 0.00 MB 3 0
67,825 67,825 00000000004e63aee1c6429e221745d52842b6477ca21f629c439fb9c6304ace 0.00 MB 4 0
67,824 67,824 000000000453e2602e0bf47a8917b0b70fe6b4accb51a82112b2b2acc18d2a21 0.00 MB 1 0
67,823 67,823 0000000003b14e8dfe412453763223e7d27432205266433e981ea5f847215563 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.