Memory Pool Memory Pool Refreshing

934 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (874,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,263 34,263 000000007a4cc27a87e984a4146269eee1b0bd938d41bd16e109c4f9d9fd0dc5 0.00 MB 1 0
34,262 34,262 000000001c3b5d1c84e177ad495ef37483d70ee1ac03f56c5fc5705fdc2c9e9c 0.00 MB 1 0
34,261 34,261 000000005f84ff6717ae6a65064ea3d94c151df065f9a5bbd2381c6989f5b047 0.00 MB 1 0
34,260 34,260 0000000021f511e5e9e7b5455461ba5e8db2f6a843bccd3f6770b7efe4f2300c 0.00 MB 1 0
34,259 34,259 00000000237db05d45bd17ccd600691928dc46a7c3cab539e6e7973647a453c7 0.00 MB 1 0
34,258 34,258 000000002f9337a6792a3e3d324e2097da87fb69c1f04eae1a3f7ad5a678f960 0.00 MB 1 0
34,257 34,257 00000000806555e1278b3021d1b76c45e0fa07e682a02d7d44a6cac5af2361e8 0.00 MB 1 0
34,256 34,256 00000000b7190af1ba12b8544410abd65dd9223a4f027976971e98a661ba9bab 0.00 MB 1 0
34,255 34,255 0000000032244d4c290ddbdfb76793687d3ef08edffea3054b13016faacd84b1 0.00 MB 1 0
34,254 34,254 000000002bea28de8139d2c86cb809dae78a2ae07dccf2ae5cdbb1a912626c5e 0.00 MB 1 0
34,253 34,253 0000000013dea11b847e4266e8952dcf0f2d00770706d96ad2afc3ded839d4ae 0.00 MB 1 0
34,252 34,252 00000000129eb25b643204ca2eae0ea9d4949e24dee024f10049c9f092399a66 0.00 MB 1 0
34,251 34,251 00000000824b4488fcda89e11709cecd0b1359c01623b58f57cd0fe3c5dd2467 0.00 MB 1 0
34,250 34,250 00000000164700ceb44add44d99b01861212d508280512c622623d1b60ab38d5 0.00 MB 1 0
34,249 34,249 000000009add3e6c750be4b3e40e95475d1dc917f3665f27412eedc69b31d7bc 0.00 MB 1 0
34,248 34,248 00000000560082e80c5aaa006de3454c16f307234369157393bc69cc73c11849 0.00 MB 1 0
34,247 34,247 000000008796677c054f9d8dce5ad2b66dae599ac3dc9782e7d0bc5ea69f63b2 0.00 MB 1 0
34,246 34,246 0000000002fc6c85cd1a6aad72d8f253ffd905a9cded434f72400f42a3609406 0.00 MB 1 0
34,245 34,245 000000006c37791b8bf859d30377891bcfab8f7c7e60ada5fff104ae3ab00638 0.00 MB 1 0
34,244 34,244 00000000462d8c740478332fb3f0b9191c7226e2cf3b6542d978efc4c92bc408 0.00 MB 1 0
34,243 34,243 0000000028fd1f9b877df04d7e35c7f00d95afe60bbe9f5e7dec4a49cea2a37e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,774.49 GB sent, 99.64 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.