Memory Pool Memory Pool Refreshing

6,118 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,113 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (177,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,466 730,466 00000000000000000002a24e1b956496a6f6c7d1eae6342488a257c9ade1909d 1.61 MB 1,286 1
730,465 730,465 000000000000000000046985d25c437cae03b5f3c353dcdbbf366d043ff77195 1.57 MB 2,176 9
730,464 730,464 00000000000000000007377051c7a3ae6e4a48b8890264967937cd4115bf05bb 1.61 MB 2,190 4
730,463 730,463 000000000000000000094a8213813a39e45410b601194306c89f9270632c7855 1.46 MB 2,772 11
730,462 730,462 000000000000000000096083615aa6c2693b36e49cf299167eb912ca3149e5d5 1.47 MB 2,609 9
730,461 730,461 0000000000000000000990b0182839355f3f1b6f125ed5bcc2c37bf944b12740 1.12 MB 945 3
730,460 730,460 000000000000000000040548e19127ceca9d2ffaa257f7d5b1d006fc5d7936a5 1.58 MB 2,664 11
730,459 730,459 00000000000000000007fbcb8fc90cc6350f6eb5a377f3904bff4923a008b3c7 1.44 MB 3,144 11
730,458 730,458 00000000000000000009244d384ce58c7283ba28a1749634bea322ead9b33ed5 1.49 MB 2,699 7
730,457 730,457 0000000000000000000393678932a8175ee00470b4d1a98e6b19971d00b1ddca 1.49 MB 3,521 9
730,456 730,456 0000000000000000000162c96b692df932a2d68e93c8fad10e30c40583bf3cb7 1.49 MB 2,820 8
730,455 730,455 0000000000000000000230879e62c4a3a29fc010f2e53addb59362398e213cdb 1.52 MB 3,174 11
730,454 730,454 000000000000000000013a23f44072df2569b3d73164842680d69e75e251f872 1.50 MB 2,837 16
730,453 730,453 00000000000000000003b3ec6d0b2c27039fade99d92ffd0ab25cec7a684226a 1.44 MB 2,122 7
730,452 730,452 00000000000000000008c601c82f82e87449112f6cd1468ac715b5d7ceea39d7 1.24 MB 1,148 3
730,451 730,451 00000000000000000009cbef4d70362830846994c6e50f8e17c59acbbd7e9ce8 1.48 MB 3,058 12
730,450 730,450 00000000000000000008c36457b836975c1de607715b78642f71036103009daa 1.33 MB 1,656 7
730,449 730,449 00000000000000000004d7a0f346250657b4e21c3b57f2d63f2dfc7d363280b5 1.17 MB 945 4
730,448 730,448 00000000000000000003a6a2d2f9a4ff6962d9e4ac851a45b06df6eee941f690 1.64 MB 2,724 6
730,447 730,447 00000000000000000007f017c4508df5ed7c12549fe5de19af305d8bab8a69af 1.60 MB 3,414 8
730,446 730,446 00000000000000000002fa3d807c8e4cdb3c97cdfd2a02de369d061f93b541f9 1.48 MB 3,089 16
Previous 10 blocks ↓
Total Size: 769.17 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.42 GB sent, 93.80 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.