Memory Pool Memory Pool Refreshing

3,336 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,923 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,922 (793,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,624 114,624 0000000000000b861810969791431d8ac209b0dfc8fb60fd79d55e1e8796ae33 0.00 MB 13 0
114,623 114,623 000000000000174892842b42c19c8df79f59238e1f90cf5ba89656279f19bbc9 0.00 MB 9 293
114,622 114,622 00000000000009d9f27e448d0fbec3e6cd6bf9a93387c6d278e6ee51b36cc228 0.00 MB 11 347
114,621 114,621 000000000000584fea4f7d202792bd3a95f852682be355078f7578a583abd1d5 0.00 MB 8 310
114,620 114,620 00000000000069ebeca8fc1b71c7ffc6b6f8e2e3f20755ad8f30c73580ff83c3 0.00 MB 1 0
114,619 114,619 0000000000005f17893f44e5a266c05211eb13bd336929af90684ad4c1bf16c2 0.00 MB 8 0
114,618 114,618 0000000000002c2f35b700bec87aae5186cc7d94ec4af5c6c950286885085710 0.03 MB 6 1,021
114,617 114,617 00000000000022707deac15cd5798ebc437ef16af29dd83fd1e05b201178c197 0.01 MB 13 303
114,616 114,616 000000000000a41cf16ab3e1cd3492bf77a06494c671d2e48ee2405f9f739018 0.00 MB 7 0
114,615 114,615 00000000000088029aa62580e53046eff6d077dbf8eba1e670f02c4407734fa8 0.00 MB 3 3,883
114,614 114,614 000000000000950a03be3959e1bcdc80ba160952ebd16f29811bf444d0fe5b26 0.00 MB 9 950
114,613 114,613 000000000000ce5802552fd30641ea70b863065aabb4046b09bd51de91781534 0.03 MB 109 28
114,612 114,612 000000000000a1d18076786461563689580829eeb8e2108755479d610e921e9a 0.00 MB 5 0
114,611 114,611 0000000000007abac068006c2d3e34fa16639542c12758f6142568c7aaf3ba4b 0.01 MB 19 779
114,610 114,610 00000000000001bd4fc1c05a7d8465f0080eb01d0a85fa568bdd3e64f46979d8 0.00 MB 4 4,237
114,609 114,609 0000000000000be499def089e069350c7f1bdac2d72653deaf456d4dce497585 0.01 MB 12 0
114,608 114,608 0000000000009d7ac7770eeb32e666c6807eb0c2c7f60433b3353f2ea28d2e02 0.00 MB 6 2,457
114,607 114,607 0000000000003678c847bfd05ee809218fe8abb54dd1061108d8b52cd565c108 0.01 MB 30 356
114,606 114,606 0000000000002cc26589371f92969323f9347537b2b8687c99578ffedfa5a167 0.00 MB 2 3,861
114,605 114,605 000000000000b704e39c2b5da1d2b21d8e99028fa3be93ed56f2241ac904b8aa 0.00 MB 7 3,875
114,604 114,604 000000000000c54daa0801ee5b69f1e8f2169f8563beac6353793faf4ae4170c 0.00 MB 5 246
Previous 10 blocks ↓
Total Size: 769.40 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,644.49 GB sent, 94.94 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.