Memory Pool Memory Pool Refreshing

12,630 transactions
5.02 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,779 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,712 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,778 (530,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,340 371,340 0000000000000000101b9824fbbbf52b158c04d33aeab910954cfce6c4c658a6 0.66 MB 800 17
371,339 371,339 000000000000000006c32b4c4231d2c129a43fae47e2f729530baa1e198a71b8 0.93 MB 1,519 34
371,338 371,338 00000000000000000fb4a9c39dbbf671d79b0eee48cb2f3c85ae39a5005e82d6 0.80 MB 1,650 42
371,337 371,337 00000000000000001004395fb5a59a4d44e51e7f9ff3504c2a5d6e7f06885680 1.00 MB 225 90
371,336 371,336 00000000000000000c684f7fbcbd0bf42879ca1143844d34c5d4ae28358fb41f 0.39 MB 620 34
371,335 371,335 000000000000000006b17425eda94c210ef5111c20c10d1829829d0eeaf905a9 0.72 MB 1,400 38
371,334 371,334 00000000000000000796a4bd624aeaf6d81b24e666e5db3e7fa62f094df3bc96 0.29 MB 345 15
371,333 371,333 00000000000000001434c5b3995a1c065fc434fdd1098dbb65020bdf57d90f2a 0.93 MB 1,792 39
371,332 371,332 000000000000000000509e83cabd4f3f02c62638470357eff53275c9532da94f 0.70 MB 993 26
371,331 371,331 00000000000000000a1f0a5dc852ab81d720fb9dceec91bc42f1461a3cf4d3d5 0.89 MB 1,025 16
371,330 371,330 000000000000000007c746ad049bd1c6e7c961940594f4d86c87447d8eac48da 0.95 MB 1,827 34
371,329 371,329 000000000000000002f685ba27822de3e4d6f7c00942534a6830a6192495f020 0.62 MB 1,374 40
371,328 371,328 000000000000000001deedb179b5f39030263028080c3741b9c5b130f3354920 1.00 MB 2,109 44
371,327 371,327 000000000000000004254a33f7cf6848c114efd8c7b5b4780e031ad17df5d7df 0.55 MB 943 41
371,326 371,326 000000000000000013edf651666d32c3f8d1a7758668cb92f4951df1c59d1c7c 1.00 MB 1,861 36
371,325 371,325 00000000000000000d5c1beea8e3571b3a49c2484b9d4de92e315903a7f86778 0.12 MB 226 33
371,324 371,324 000000000000000001dd47689ea8e9f8112e5dc7eab90616670ab299e423ce66 0.51 MB 966 38
371,323 371,323 0000000000000000122bac422afb5ea400625883b5786300d3d45ddb5b8a5dcc 0.51 MB 881 30
371,322 371,322 000000000000000013ed6634fce4cae2dc0a70ce904f39b86cb42ef6a16ab174 0.21 MB 296 29
371,321 371,321 00000000000000000004f8391645ff6d19badccf6d88bbd261b807b29c339cff 0.35 MB 170 7
371,320 371,320 00000000000000000d45f91d2779f52a8371105200c3dd92e0d08c24b5fe950a 0.57 MB 1,091 40
Previous 10 blocks ↓
Total Size: 758.80 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: 760.28 GB sent, 40.96 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.