Memory Pool Memory Pool Refreshing

2,470 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (777,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,245 130,245 00000000000010ccf3fc74f240a3064a3072e3783b9a759742bf4107a6134a06 0.01 MB 15 1,401
130,244 130,244 000000000000133f358d0b4782b222002f534a6fb7a0f0dddc535a9de323e0e4 0.01 MB 12 545
130,243 130,243 000000000000111baa96954f267e212a7cabaebe322f75547740134a9ba862cc 0.05 MB 144 863
130,242 130,242 00000000000007d325e1b136b5f2bb87912b4114dcde504c4830d788ec753b53 0.01 MB 31 909
130,241 130,241 00000000000001c699a11af94122e01d3112cef9493de32a80e0b505e2013cab 0.00 MB 9 358
130,240 130,240 00000000000017b1e024c8308fbe6a28f68da4e57295f4dbaa1ecf0882fbcf12 0.05 MB 66 982
130,239 130,239 0000000000001192ce40875e582229a4cca14c98cc6bbba70fa73793e541950d 0.00 MB 9 2,244
130,238 130,238 00000000000015fe225359f5222f35cf7dd2d3fa3216eec9b1ddaa7be7db2155 0.01 MB 20 1,144
130,237 130,237 00000000000002047a1c3296c6130b6d955d4898617cb7a5d3e486b31a03f377 0.01 MB 18 1,105
130,236 130,236 0000000000001190e8f19613eea0d8988172d5729d708d185b4f12659ee2be66 0.02 MB 47 488
130,235 130,235 0000000000000b11f1403eb64d377b84cda652df583f49b4c2fe29f8d5764f1f 0.03 MB 58 802
130,234 130,234 000000000000145c83ca078816cac0a249d4de1f2b1e0b7b22ed210a4b073e4a 0.03 MB 86 59
130,233 130,233 0000000000000ba5eaa09daf1de42c2675d7656ac39cd6f63503b696558e3f6d 0.01 MB 23 670
130,232 130,232 00000000000008cf695e48af7938eb615d34b50d8e5ca9ebe3ff641e8d461c73 0.03 MB 62 1,489
130,231 130,231 0000000000000a92a0da23cb90271845e5cb53ebc4d15b289c4e650a3d803c9c 0.02 MB 38 839
130,230 130,230 00000000000008daaa26c9319eeebf12d82138f23cc578e05f88daba85f37560 0.01 MB 39 899
130,229 130,229 000000000000074a4e5c6042a515d04389e92d692cc57d93730c116a9da9947d 0.01 MB 40 725
130,228 130,228 0000000000000540e84c1a3ceb1d4028af457ba48a78b5c906b6753dbd649285 0.04 MB 90 475
130,227 130,227 00000000000019f9edcd0afb7fac17bde3b31c90b0f8b12bc703bf5ee18be5fd 0.02 MB 36 691
130,226 130,226 000000000000051a3dcb5c72d7c328e2972667ef24128ffe24df07acbbcd3a26 0.00 MB 7 779
130,225 130,225 0000000000000f6f0f168546c5a03c8cce9a39f7b928f6ec757d0e2da6f619cf 0.00 MB 10 598
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.