Memory Pool Memory Pool Refreshing

7,054 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (441,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,897 465,897 000000000000000000d2bb831bfbe683c7968a7be924974025ee21342f7aa285 1.00 MB 2,365 249
465,896 465,896 000000000000000001a9c1602ea8d31d3c373137e7e7bb5b9dbc526da89b46cb 0.00 MB 1 0
465,895 465,895 000000000000000001e6e1d086c47781321440c3063b5e9798e35f18ec489817 1.00 MB 2,528 245
465,894 465,894 000000000000000000a973dfd6ae4fc6378f6da77fb7cb884dfecc280c4b3341 1.00 MB 1,910 205
465,893 465,893 0000000000000000017aeab36c5f261c1a3ba828a9f4e7352496ef71f5cea56f 1.00 MB 2,322 156
465,892 465,892 0000000000000000003cfdc8e26bee0b2c1539ba60f7df35cecfe5b7b778f375 1.00 MB 1,964 192
465,891 465,891 00000000000000000005c250f94b714fbea288b780568239e476a9d69a4fffcc 1.00 MB 1,633 203
465,890 465,890 000000000000000000400459a35d96399d7a1fb207d7791af0397f8a4aaf6f04 1.00 MB 1,537 185
465,889 465,889 000000000000000000e3e94279f6d403c08ac96aecf813201843d57acc35fe87 1.00 MB 2,573 217
465,888 465,888 0000000000000000016d8729465b100ae1354aff8c550de31d6b396709557a25 0.01 MB 33 805
465,887 465,887 00000000000000000127b26520c9c8b7859c669687b3a52f50da3fa7d9c50569 1.00 MB 2,821 133
465,886 465,886 000000000000000001a93e5a1808693ef52ca24d77ada5afc34cc835ae015ae5 1.00 MB 2,496 143
465,885 465,885 0000000000000000012176b6a55ad3be7922166682d3ebccba22cd2c8bddcd42 1.00 MB 2,014 217
465,884 465,884 0000000000000000000cc0081bb4a9c31f0af5181357143071ace73959724963 1.00 MB 1,985 151
465,883 465,883 000000000000000000f2feff6a31c84cabdb97a1d59aa800a227103c13e05060 1.00 MB 2,069 169
465,882 465,882 00000000000000000161066e24159f5f72f84e026dc35904d41e802d22045d20 1.00 MB 2,581 187
465,881 465,881 0000000000000000007c5a02077cb4c08048a3c62bc88dbea2a83d2824fb9cdd 1.00 MB 1,977 181
465,880 465,880 0000000000000000013c690deb183e08542ae16919d4adff35182bd7751c5c57 1.00 MB 1,874 180
465,879 465,879 0000000000000000003f1a270f9b185897e69db1f37b09499b5391014d043720 1.00 MB 2,003 227
465,878 465,878 00000000000000000016497ed2aaf2af97f9f8bb8a9b0da5e7262c97464bafa8 0.99 MB 2,067 188
465,877 465,877 000000000000000001f393284d409ad8ee490151ca04162024b6740b554350c3 1.00 MB 2,793 319
Previous 10 blocks ↓
Total Size: 769.22 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,634.67 GB sent, 94.04 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.