Memory Pool Memory Pool Refreshing

3,543 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,369 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (135,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,522 772,522 00000000000000000005fa288a3eee9a38d82d400790396914c7468beb6ec174 1.56 MB 2,705 12
772,521 772,521 00000000000000000001fe21f5d288918815f465d248f603b32d92373b98f973 1.70 MB 1,571 5
772,520 772,520 000000000000000000009cd61ea79e1155de02a51c167ed8f65c4a1870539400 1.52 MB 3,396 12
772,519 772,519 00000000000000000003666ee18fd6f2d55f3ee6fde78a5371afe03f90a49157 1.48 MB 3,133 18
772,518 772,518 000000000000000000043101a9c1239c5651470f2fddac466729c6ce18e7a6fd 1.78 MB 470 3
772,517 772,517 0000000000000000000778ab35d9e37c4f62094e88183ec5219cdbd82e742f4c 1.74 MB 2,151 3
772,516 772,516 000000000000000000037b5506b3c14daaa66c4e120447f21f13fd8233c1cbd7 1.57 MB 2,928 10
772,515 772,515 000000000000000000034926a329fd50200c9e91de1b363fb6f4393cc8c9fc44 1.54 MB 3,439 19
772,514 772,514 00000000000000000004a5f46bcce9dc987e85433364d63c2d02988c9e0fd4d5 1.50 MB 2,650 8
772,513 772,513 000000000000000000056a15eb53d7049ad16a261948de2f53d5356951acea32 1.56 MB 4,057 15
772,512 772,512 000000000000000000064e5c276ef3880366a8756f0d5865e83d14c3e7bd9f4c 1.44 MB 3,488 34
772,511 772,511 0000000000000000000584df9209f42a4ed51ec33a733e44e212cb0322edcd3d 1.60 MB 2,996 5
772,510 772,510 00000000000000000001ca2827c4f3011af3165a07fc0ec025f6d0b0b3358b4b 1.56 MB 2,314 6
772,509 772,509 000000000000000000068326d05d248b2abb58d88999b147c82c18405c1a0dbe 1.45 MB 3,324 22
772,508 772,508 0000000000000000000171cc36fee81284879261e8222d90ca93e83a80ca38cd 1.48 MB 3,260 12
772,507 772,507 0000000000000000000698df4700a26d4e687659bc82f280ed0b5ae0ac09a797 1.56 MB 2,518 20
772,506 772,506 00000000000000000007761b838d0bfc9c11561bb07a0b92d0dbc9a0857d9c58 1.63 MB 2,335 22
772,505 772,505 0000000000000000000463807f2a995c4af142c3bbb3aec857bc9b3674772a18 1.79 MB 274 15
772,504 772,504 00000000000000000003c45803c700895e7e0f7cd8ab599f756dcd06e1b898ac 1.78 MB 374 15
772,503 772,503 000000000000000000014ae364359237ee18ed9cc0976fde0be7ce09beac581f 1.71 MB 1,034 18
772,502 772,502 00000000000000000006b17f9939a923bbc75ca89e73dd28f8f5faf2d9f1d36e 1.56 MB 3,286 16
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.