Memory Pool Memory Pool Refreshing

15,927 transactions (4.10 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,249 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,165 (814,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,181 94,181 00000000000232c97f68fa3e594571ba15d66d40d7ad74dc4dcee5c68575978d 0.00 MB 1 0
94,180 94,180 000000000008bb96f79a8fca8f21b827cf9ce22bd443ec7c5d54e342b75cd589 0.00 MB 5 0
94,179 94,179 00000000000970bbb11741f08248f6929560916db526decdde965103eba0f1a7 0.00 MB 8 0
94,178 94,178 0000000000015e5fc4162dcc26e2d7f945e0a7e0cb0769c65e21618ea7363e0c 0.00 MB 1 0
94,177 94,177 0000000000066d6c901940d44dd7f48cec64479cf610fde87c414cbf85296792 0.00 MB 9 0
94,176 94,176 0000000000074ca921c3812320b7a04aee516224918f840477139d3d186702ca 0.00 MB 2 0
94,175 94,175 0000000000056254b8146e6e15404c77f2e33af8e59f18d98637a1e383af16d9 0.00 MB 2 0
94,174 94,174 0000000000080dfde3825bc0228e253daf35bc64c306408a57cd1438b8ba7fcf 0.00 MB 3 1,934
94,173 94,173 0000000000036e8e0a6f7f866a1263e028298212b88ebca58c79532fbdf3b857 0.00 MB 3 0
94,172 94,172 000000000000cf41842ca7ff2975c2dfad00d89d29593164ae0ad33ccc1b68fe 0.00 MB 4 0
94,171 94,171 000000000007aa336fcb18436f719c190ace97f6df1c3c4f8288a8efc4ed6bd0 0.00 MB 4 0
94,170 94,170 00000000000331fcf23bc4cf49b7d1b83782fe64f33fe1f036179b7883e0db29 0.00 MB 6 0
94,169 94,169 0000000000097fd926a3f29a3d7c9a7a8dff4faaf1000802e8bbcc918edb7e4c 0.00 MB 2 0
94,168 94,168 00000000000200356fff0623b11417012de95b4b5107e2bdbb7b434125706732 0.00 MB 1 0
94,167 94,167 0000000000061ba518d1abd8d332342a460437e3866829711c7c1803fa8710d4 0.00 MB 1 0
94,166 94,166 000000000008390f651e3076d8d4d1d32cd262873b1cabcb02f3140136f42cb9 0.00 MB 1 0
94,165 94,165 000000000000e0089ad3e73bee89e2c6495c849044c457ef67c5770973b6c614 0.00 MB 2 0
94,164 94,164 000000000006a97997e349aa0eae8e4b54b4fda5848c56791224b4556efbe29c 0.00 MB 2 0
94,163 94,163 0000000000013262ef4684dec1ad427ee6184a554c2d48fc4f71c8c25dd2c72e 0.00 MB 4 0
94,162 94,162 000000000001476f13798c4ca18328df730f65e9c18a21c2a1b50215619f4155 0.00 MB 2 0
94,161 94,161 00000000000831419c087392ceea743cccaa0a0cb3ac408e5e9e4be74a3212ad 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.85 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,977.58 GB sent, 106.93 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.