Memory Pool Memory Pool Refreshing

2,193 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
882,093 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 146 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,092 (1,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,437 880,437 000000000000000000028403aea27c975d01dfcae1990abf31f4ce90d69ea65d 1.59 MB 2,790 4
880,436 880,436 00000000000000000001c4b3c30b0aa0275578d087b31951b42f89cb1061d021 1.68 MB 2,856 6
880,435 880,435 00000000000000000001cb7ca4c6d5057850765b42b56360f67b563db98d21ce 2.03 MB 847 1
880,434 880,434 00000000000000000000faaeeb007e58309556273ca5fad77e978162d0f897cf 1.74 MB 1,364 2
880,433 880,433 0000000000000000000241c036097db0113bc746f695506291a4c22686e4b130 1.64 MB 2,713 5
880,432 880,432 00000000000000000000d723cf2dbac15fb331455ed75aa5a5604903a97dd161 1.82 MB 2,356 3
880,431 880,431 00000000000000000001256f655fce8723e5db5e7ea664c8299ca1904e244b0c 1.71 MB 2,113 5
880,430 880,430 00000000000000000000be0f279ba89533d1f0dbb5345d2615188e6533b001b4 1.89 MB 300 1
880,429 880,429 000000000000000000010922971ba654106df0176d8d5605e22965084b097a96 1.68 MB 2,491 4
880,428 880,428 0000000000000000000223e3d6c2826ce6bfdaf147e9a0b28da475aea8a34f4f 1.96 MB 582 1
880,427 880,427 000000000000000000016795d1bf11cdfe19913707e28e78fa8e2cead77eda6f 1.91 MB 2,145 3
880,426 880,426 0000000000000000000135ce90e9e9d55b3d6a1a993b3f610f5b11cb1cade0ee 2.04 MB 1,150 4
880,425 880,425 00000000000000000000f7b25f89decec63d16f6e776d4210bebaf8cc3af6c97 2.00 MB 2,963 5
880,424 880,424 00000000000000000001532d15028b1e6d47f80d1e94ccb3969ef0d4400f8923 1.88 MB 1,752 5
880,423 880,423 00000000000000000001387b6eaab27db34268a697844ae09d99df13c35af848 1.47 MB 3,814 10
880,422 880,422 000000000000000000001bcec0cc49ca980fae99610ba58e00141e6a6a9ebb2e 2.06 MB 312 1
880,421 880,421 000000000000000000023f6d68045e4e330ce02c10e7421b5de1978ec0b44553 1.76 MB 2,455 4
880,420 880,420 000000000000000000025fe606ec5bacdedcfe8e6748a426cbc43c3996b5d6a0 1.99 MB 453 1
880,419 880,419 0000000000000000000139f1ba420f13a4fd2fb9735c4ea98a9b662332caf582 1.64 MB 2,090 2
880,418 880,418 00000000000000000001c68ff3c7ffa9e8c5d10b237940e4973caa0bb3262f1b 1.68 MB 3,088 6
880,417 880,417 00000000000000000001f2ac13770abe60c3577b76c22851abe0384eb9590a13 1.61 MB 2,723 5
Previous 10 blocks ↓
Total Size: 722.61 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: 2,057.36 GB sent, 75.74 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.