Memory Pool Memory Pool Refreshing

17,844 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,526 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (396,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,252 511,252 00000000000000000001f566f27e1cdd1efe828c6d31226890cea924efd6c503 0.61 MB 1,543 44
511,251 511,251 00000000000000000055839d4561f99fe2f1186cf9765de7eab2b2d077d2c1b9 1.07 MB 911 15
511,250 511,250 000000000000000000431bc93e0008b70131937b0e3953200c3aefff4acd65ce 1.03 MB 1,155 19
511,249 511,249 0000000000000000001100d4f05a1ef9dc5499351654ccf44e6d33a0eac4fc4e 0.99 MB 123 1
511,248 511,248 000000000000000000529e345e760ba54b90344ef1042e7a811084bd915a4bd3 1.03 MB 681 15
511,247 511,247 0000000000000000004b85b89e3e7019da12e1596b3fc7cc9322bdb9d5ea96da 0.99 MB 116 1
511,246 511,246 0000000000000000003af7d1ac9b0e459815ef279c0b0dce3c0a3cb3a9d62d14 1.01 MB 190 2
511,245 511,245 0000000000000000004cbc9e8a6bafeaefb69baa45a1532024a3c226781ccfaf 1.00 MB 264 6
511,244 511,244 0000000000000000003782a50bc96fb4a19a4cfad861df53445901b2af722a4c 1.05 MB 1,018 33
511,243 511,243 00000000000000000048a93ce52112aa8608f21f2f30961b75c413bf5d939e0c 0.00 MB 1 0
511,242 511,242 0000000000000000005d65d59bb23b8073524624ac4e67805aa8d34b3bbcf9fd 0.23 MB 374 29
511,241 511,241 0000000000000000000b4bd852198df8e94ee7e2032efea939a0501d531d2570 0.03 MB 71 36
511,240 511,240 0000000000000000000d78f6f8cf2461e94e5435acbe09870d12fa82118b52d4 1.09 MB 1,468 27
511,239 511,239 0000000000000000002a7aa71b96719b088e36246f1a7415afdab6cb8a99cd24 1.11 MB 1,208 30
511,238 511,238 00000000000000000059539396aa725d2c4a9f0a271aa303e928e39ef35f80a8 1.04 MB 852 19
511,237 511,237 00000000000000000044422b856708941b7fea66685d99af5f98dde7e2b601d2 1.02 MB 245 2
511,236 511,236 000000000000000000298adef6d9e253e681c64cbb15fde3b120f23d65462003 1.16 MB 2,116 32
511,235 511,235 0000000000000000005d835455696b992bb3b18263d63c7cf305bde67d2cf469 1.02 MB 402 8
511,234 511,234 00000000000000000031ff00dda5112f36ce6e92ef4d4e6db673d79640265302 1.01 MB 350 1
511,233 511,233 0000000000000000002f7f7bf42cf71840415463e3d2d8bb86027552271b504e 0.36 MB 793 61
511,232 511,232 0000000000000000004f22478f53b64f4baf2596018beb785440bacf35606efa 1.03 MB 604 8
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.