Memory Pool Memory Pool Refreshing

61,567 transactions
36.22 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,347 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,668 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,346 (318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
875,028 875,028 000000000000000000016e8a6f80c3046ed52305f2b2aa584647aa123736a0a8 1.62 MB 3,592 12
875,027 875,027 00000000000000000001080285017280917beb66387d33361f452508c6f2c65d 1.63 MB 3,226 7
875,026 875,026 00000000000000000001608eb81a3e229a45cd2d33d2350851ec7d4bbe47338f 1.67 MB 3,553 8
875,025 875,025 00000000000000000001a4afda514b42f4cd0826de295e914e5ef46949a02dbb 1.61 MB 3,872 10
875,024 875,024 0000000000000000000204acd5ea126e6069503a272d307be0b4525816715981 1.52 MB 3,533 14
875,023 875,023 000000000000000000026a72b9dce0294b9abc85a9d6eb99ad7cad8e51e528db 1.62 MB 2,752 5
875,022 875,022 0000000000000000000123d6c17881cabc16c5046696b4785de28348bda2f092 1.58 MB 3,721 9
875,021 875,021 00000000000000000000adc621624f5ac28bf29bb2583b3589980f99767f23e2 1.36 MB 2,368 7
875,020 875,020 0000000000000000000139d81d803f38a709f4aeff44f9e9d2a65b88859500cd 1.53 MB 3,256 9
875,019 875,019 00000000000000000001b662c51c41b9e8f6ca9e40f33a77fe721ae194fe9423 1.63 MB 3,472 10
875,018 875,018 000000000000000000028739da53a291aacd6296b77149d4fbdf05d0233dabfc 1.55 MB 3,317 10
875,017 875,017 00000000000000000001863b26d4dba20de0250e1a41163fe90139767d1c8674 1.16 MB 754 4
875,016 875,016 000000000000000000015487ba94bc7738f22815d3a4793180bfed7c592628ce 1.58 MB 2,256 5
875,015 875,015 00000000000000000001b5513d7f475e25fa836e0215409f0bfbc84a2369d36f 1.57 MB 3,773 11
875,014 875,014 000000000000000000007a09c34d18b95004fe9855f95788a692872876e7eb14 1.60 MB 3,249 7
875,013 875,013 0000000000000000000260d2dd909bbb41e392f23bb00a44031354fbbd745266 1.23 MB 1,113 5
875,012 875,012 000000000000000000018a3b512d14c17f3a256938cbff27b6dcfd178c5a0bba 1.29 MB 1,594 4
875,011 875,011 000000000000000000010199854a21f897b1da0647f8968c24f2e85d1ff24cfe 1.57 MB 2,507 6
875,010 875,010 00000000000000000001870f8a57832abe13f94fe47997c5e4fe94983c957b1e 1.64 MB 2,510 7
875,009 875,009 00000000000000000000902aa87c982924a5d402cdb533c9cc4ca469e9fd14b0 1.66 MB 3,475 7
875,008 875,008 00000000000000000000a9f864fc3a92a7134d458f978d7d59df8ee7efc071a4 1.59 MB 3,486 9
Previous 10 blocks ↓
Total Size: 709.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: 519.88 GB sent, 8.12 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.