Memory Pool Memory Pool Refreshing

2,014 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,990 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (693,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,252 214,252 00000000000004f4bca80154d0677af1c72aadbb7857011645c210d279bb6910 0.25 MB 743 447
214,251 214,251 00000000000004d69f6ccda7bdb7f1f75a720d23148f3d491b152dd749dd2897 0.16 MB 256 204
214,250 214,250 0000000000000561793f5ba8afdeb73e1bb1a66053283ccf82c3e7aa3d13a2f8 0.33 MB 908 258
214,249 214,249 00000000000003d61c7339361ee9d6a18c195e5ee3d017bd3c35101b67201a62 0.31 MB 741 163
214,248 214,248 00000000000003248bd1c57ecd854521b7667ba5dd8adf9f24e34d6ed73eb089 0.00 MB 10 15
214,247 214,247 0000000000000522dcfeb65ec68a9f958245c1cde6a6b11e7265f0b078fe5ca0 0.24 MB 449 157
214,246 214,246 000000000000052b85549c6389eebc51863346a5461a7925d463a4ae715088cb 0.02 MB 36 109
214,245 214,245 00000000000001a41da875c573e1f5350aac8d293b679444af74116b41521dde 0.14 MB 425 188
214,244 214,244 000000000000029987233dfc120ce416986aa35e579fe998e77a258203ecb4eb 0.25 MB 673 255
214,243 214,243 00000000000000d9c7f1caf94ea255246c8332d8605068f4f05c0adc89bad17a 0.26 MB 849 197
214,242 214,242 00000000000000f6682a513771e9f4bd2988030c905e06fc8db47c941fe50725 0.49 MB 1,250 144
214,241 214,241 000000000000027b74ca8c9e19b5a54fbd53871020402589470b2e2b789703b6 0.01 MB 29 1,309
214,240 214,240 000000000000036766ae2a4fe8c513838896af3b8e6bce3cc0a09e8a41be0947 0.25 MB 1,018 265
214,239 214,239 000000000000039fe36cc3759318dd660b542d11ca1d3641595241d7b9073f5c 0.25 MB 388 140
214,238 214,238 0000000000000323d1ffec72b370f0ea60a32ef0c85b6f28423f3b5cc5a0b6d6 0.13 MB 223 146
214,237 214,237 00000000000003e5a0352942f62c9b42b16472522134617263f2cfb4581cf371 0.25 MB 318 135
214,236 214,236 0000000000000290c358bd188a48700ce69cf8b57e5693cc5c4532f0ee13e30c 0.25 MB 928 282
214,235 214,235 00000000000001536ddc4ead0af314d5a9b04bc4a8fa67e637734e448ebccd33 0.00 MB 11 150
214,234 214,234 00000000000001d451190a783db0d4dc049d439c3325b704123d7c51149a89b0 0.02 MB 73 51
214,233 214,233 00000000000004425b90155462a19225f78ff17598028211a558505c2970cc25 0.05 MB 126 164
214,232 214,232 00000000000002d42749aac28bb3b0f3f63c0d76b3f9ec6a20d261672450dc10 0.00 MB 6 322
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.