Memory Pool Memory Pool Refreshing

1,373 transactions
25.29 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,038 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (824,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,610 83,610 00000000002c680c49bbc0035a75b85eb9fbb6363987d23be0a50ea081fb1211 0.00 MB 1 0
83,609 83,609 000000000004e5dd4e0ff280c20e6c6668a418bf801aa54da34baabf5da376af 0.00 MB 6 0
83,608 83,608 00000000000af885b38b861f09d9067c45f1de5c3637351a2413baf8307119a9 0.00 MB 1 0
83,607 83,607 000000000020b7dded51f7b0424a039fb0629c1820e5adcb1a434f0cb955476b 0.00 MB 1 0
83,606 83,606 0000000000110a3ba4c1b32b80221c83dff9f02ad3ea756bc9b5c9b90426e694 0.00 MB 1 0
83,605 83,605 00000000002d39744b89e7e2ff4d2a68929d9a0aa56144be00b3f8349fb2bdb4 0.00 MB 7 0
83,604 83,604 0000000000027e62ef7c1fe6ad7f482b9b5ec8f6848262112458bab276e713ab 0.00 MB 3 0
83,603 83,603 00000000001d56ee2bb79ed63819edf583d25967290cacf79667cd24e4fbfd37 0.00 MB 1 0
83,602 83,602 0000000000302f8aa00c8f7f71b63ca8da3b3c7add2d66db7c7794c7f385ea62 0.00 MB 1 0
83,601 83,601 00000000000a67be715430acbc273f236565502d5e04d1aabcd3913f4e57018e 0.00 MB 1 0
83,600 83,600 0000000000080baaad6157104f3785c633ffbeb6db8850ab773e0966e94b5044 0.00 MB 8 0
83,599 83,599 00000000001fc106e0bbfba497b45db78f6d712501cf0be49e95a92a3ebb79e7 0.00 MB 6 0
83,598 83,598 00000000002d44143c8dfdaa772492bc82a4802b45ed32f3af705acd3a7a81c8 0.00 MB 3 0
83,597 83,597 00000000001e2fe994edcc82bc7b24e96b055e1e9bb6e28bc5fe53184317df6e 0.00 MB 10 0
83,596 83,596 000000000016ae086b04ae888fcc1dfc5e9a3561228300a8cc337cd5ca5ec329 0.00 MB 3 0
83,595 83,595 000000000004dab7e1ae279af49dd0c6f30e231ef2cd024391ca3cd35114bf75 0.00 MB 9 0
83,594 83,594 0000000000071bfe7ddd4f93b7487563fc6f47e6ecd478c185b95d039eca7031 0.00 MB 3 0
83,593 83,593 000000000015e76699613b8004386ae99e903b07e296495833117f8a2a0f29dc 0.00 MB 1 0
83,592 83,592 000000000005b4911ae61271e0c94571bfe5e041330cecafbdab66a7f5d5938d 0.00 MB 2 0
83,591 83,591 000000000013372ba8206ccafbd01c8511c0ac506ea8d4b2d388dd6150d411f3 0.00 MB 2 0
83,590 83,590 00000000002fd8eb06790100f96142df6cc6a7428ce9c01ed9c701a633a8008e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.17 GB sent, 98.59 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.