Memory Pool Memory Pool Refreshing

7,588 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (441,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,945 465,945 0000000000000000018994bce65e2c58132fdbc404d441aa6e91f20d498e657f 1.00 MB 1,820 287
465,944 465,944 00000000000000000172752926b8d8fe2e7ed569ca13d62184b33933f1ace83d 0.99 MB 2,468 282
465,943 465,943 00000000000000000072e2c11b39b66fa9131595c6d758883b0da75fd81e9502 1.00 MB 3,087 388
465,942 465,942 0000000000000000018518da6b711f4108f8adbef356d80fbb5886e204b28778 1.00 MB 3,239 328
465,941 465,941 0000000000000000016887e9cccae5d29e322c99c988416a463d6a2f5845b4ff 1.00 MB 2,324 300
465,940 465,940 000000000000000000e7dcfb45d8b2c21dfa8c2c61e0547a47950b9854967396 1.00 MB 649 329
465,939 465,939 000000000000000000c1660872916b18f7d3bb07094c0e5f2f01d8c4f75045c3 1.00 MB 2,301 237
465,938 465,938 00000000000000000095ba97eef6f47e5bdda31e6a5787a9f735be75f793edf7 1.00 MB 2,191 211
465,937 465,937 0000000000000000019700c36fa26be246e9f69c1cd7f263b1ef772bd5f4b9e7 0.00 MB 1 0
465,936 465,936 000000000000000000ba1c088e56a5b23c083d70ae292b40ce574bcd4715e672 1.00 MB 1,903 227
465,935 465,935 00000000000000000008194ac29a1307087847900093cf97790fc169a0330ace 1.00 MB 1,437 239
465,934 465,934 000000000000000001ecbf038b1853885c072dcc7d544e9236a91888cd9338a1 1.00 MB 2,811 250
465,933 465,933 000000000000000001ceda893ae46fff126b7aa863bfc8b485a38a66d4bb5ae9 1.00 MB 2,732 239
465,932 465,932 00000000000000000039432860823fe55c45e19898a43d6a2e869df859cd72aa 1.00 MB 2,455 170
465,931 465,931 000000000000000001921aabddb1026fcb359d577646823eda3ff9460f8326e0 1.00 MB 2,279 215
465,930 465,930 00000000000000000111c72b6d5076abfb66c376bffd49d3e34096824782faf7 1.00 MB 2,506 255
465,929 465,929 000000000000000000b9db836dbe16a31c58c2c43f945d40fee30f5998485ee0 1.00 MB 2,411 245
465,928 465,928 000000000000000001f2990a443719a2135ce8be2ebf248eec9321dc507c11a3 1.00 MB 2,286 226
465,927 465,927 0000000000000000002c84c03a95759811477a35fe282ec638dcd597ace5cf65 1.00 MB 2,709 307
465,926 465,926 000000000000000000e6335eb64e43f37914af2e5b5e7c7fa8114ee25532b3c4 1.00 MB 2,229 194
465,925 465,925 000000000000000001f0b1490a9417c764cfe9e50852b4a795eb1785fb83ec81 1.00 MB 2,550 187
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.