Memory Pool Memory Pool Refreshing

18,664 transactions
5.97 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,326 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (222,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,340 685,340 000000000000000000015dc1187f165d0a83c4e8bd4acaa9d29c80ef3294b504 1.35 MB 2,243 33
685,339 685,339 00000000000000000005f118d79bd2b94cf6eaa0b7524abf00672a1b321ee7e2 1.35 MB 1,694 32
685,338 685,338 000000000000000000056e800d901ddb0f6f81d5725a93a5b405b7a96c3afb20 1.42 MB 2,041 67
685,337 685,337 00000000000000000002fef8915b0f52d87f6ec2b51c8f5d850590a17a5696b1 1.48 MB 1,990 41
685,336 685,336 00000000000000000001601e1dad41d9109682b666b0156061906c123b7d65e0 1.33 MB 1,962 30
685,335 685,335 00000000000000000000262651c07b14bf597bc4df49edaa7a2d1b6e5af195ed 1.16 MB 1,154 51
685,334 685,334 0000000000000000000a1c9c958f9e228c60b156c0502a789f6cd23bfb8f9829 1.33 MB 2,101 69
685,333 685,333 0000000000000000000a217893a6419a2486fa1c9ea555736c302ce4f50f4d23 1.32 MB 2,452 41
685,332 685,332 0000000000000000000049a14fb019fed66ce36c7aebb186a7a94dd8c277da17 1.44 MB 1,912 52
685,331 685,331 00000000000000000006a067c9ec78c7f7a44359977b1c4d917b86540269cb3e 1.31 MB 2,347 40
685,330 685,330 00000000000000000000d4767bc1737b44039473110c42bff6762eda97ca95f5 1.32 MB 1,928 41
685,329 685,329 00000000000000000001e6900be9b4987ba898758cf8c58f4626e3528bc6947c 1.21 MB 2,394 42
685,328 685,328 0000000000000000000539e085241dc19039d4dd4f0e81f3715e57bb4a9b1c97 1.37 MB 1,459 60
685,327 685,327 00000000000000000009a7dc72cf3a2ba2573e9ce4d33ee4a9ed42a6ad22c786 1.26 MB 2,019 78
685,326 685,326 000000000000000000013a3cb3da37380a24e36abe31cfed6e358db3fd9a82ab 1.41 MB 1,719 43
685,325 685,325 00000000000000000007a3ea19b14b03a721206d1f15d8987bb07b511970aa45 1.37 MB 1,186 42
685,324 685,324 0000000000000000000148eeb9cf655f1bf6edc0a2b4beac4157a10c4f0b4224 1.26 MB 1,374 45
685,323 685,323 0000000000000000000242e4688e496d937a3aeced5cf39f1c435dcab117d119 1.48 MB 1,742 49
685,322 685,322 00000000000000000008b32288212dd2eca057185327a5648050b05d7bf0e28b 1.57 MB 1,490 51
685,321 685,321 00000000000000000007d4593ec3633e858cd734934619f34dc62d49311d7971 1.26 MB 2,397 61
685,320 685,320 000000000000000000066b84da64dfbd0cf18a201e5a99453136e889b146cd55 1.22 MB 1,180 74
Previous 10 blocks ↓
Total Size: 769.02 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,624.37 GB sent, 92.99 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.