Memory Pool Memory Pool Refreshing

6,235 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (602,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,328 305,328 00000000000000003df2a8bcb179e9ed54153fa11533235dbc38c2ed614f1d23 0.04 MB 75 7
305,327 305,327 0000000000000000253d5632055adbe66377bb8de0c4839d91ad8000d7f3dc60 0.28 MB 477 28
305,326 305,326 00000000000000003283230fd803b1b7cadeb792c6ebb637f0b1b2cb50ed873c 0.16 MB 340 32
305,325 305,325 00000000000000004d020d2f501ccde8ea97cfc26696f85961a42e6b8ae5f0c9 0.18 MB 156 21
305,324 305,324 0000000000000000118eb77374dd62cc7d09858f5f1a900e1657465cd77cde13 0.35 MB 422 22
305,323 305,323 00000000000000000463f788b06aaa4ca8756901dac323693947056809e2cc6e 0.35 MB 279 17
305,322 305,322 0000000000000000362268b2eacaeef914901009c99cbbe15d7544c37f7c8069 0.35 MB 325 22
305,321 305,321 00000000000000004ed7e5f8df7c45b9e7acac19c72bca3128c545aab3f1d30a 0.35 MB 791 40
305,320 305,320 00000000000000002dc7e03410ee1af2b5a9b32f0ba2fe61dcac55752361f666 0.50 MB 1,269 49
305,319 305,319 0000000000000000463349107c7195cbe79e683e7c3086b205601405f3e90515 0.26 MB 539 35
305,318 305,318 0000000000000000315d1d68d90913286f3859aae2ae4a939b11b02ee6948afc 0.20 MB 128 12
305,317 305,317 00000000000000001c51ae76ccad529bc57732a27cd49dac2fe594d5012971b4 0.35 MB 629 22
305,316 305,316 0000000000000000025066a3416024b8d7baf0d574bfa2631a8b22325e42ac9c 0.35 MB 1,037 80
305,315 305,315 000000000000000029de8ad55fb1b5f856da289463b74be377e355be8dc79bde 0.38 MB 206 11
305,314 305,314 00000000000000001fcad32253329b676b315e57f31df7656fb6655d9452326d 0.35 MB 907 42
305,313 305,313 000000000000000018e5cc0af13e97e39b423f21020f3e67fda25521ae994cdc 0.11 MB 177 21
305,312 305,312 00000000000000003251c9fb0f8671cf3ec506c8f6131446659bf543f7ae91b1 0.38 MB 515 24
305,311 305,311 0000000000000000176767458adb213ed948210ca42b3c92607cabb09b7da543 0.50 MB 1,070 37
305,310 305,310 0000000000000000042aed1324cf6322521fa56c47f26d31967439139b0b1795 0.27 MB 413 28
305,309 305,309 00000000000000002e0af2a8c92696a5f1146a9557369dfd9468a98b1dad6e06 0.07 MB 126 23
305,308 305,308 00000000000000005bddb80e68efb0f18f8fafd097d279d9cf3d8e42474077bb 0.38 MB 637 29
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.