Memory Pool Memory Pool Refreshing

5,880 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,047 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (420,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,436 487,436 0000000000000000003e87ac51f0abc8c21237252e67732b22f5aae5dfc882d4 1.00 MB 899 135
487,435 487,435 0000000000000000003cf9ccb6f71539b9fba056f693985fa3e3a393db3ffa1b 1.00 MB 2,177 169
487,434 487,434 00000000000000000045b246944006c9863e2bedd44411c92800a48baa284895 0.11 MB 72 14
487,433 487,433 0000000000000000008c7b846518e7e693c42ecc79a4b3988e8b2bb94350995a 1.03 MB 2,019 78
487,432 487,432 00000000000000000019f82b6928e1e3275cdbf265b19eb65c12421bbe33078d 0.29 MB 754 133
487,431 487,431 000000000000000000f9484bf483571f4724c6778fa4cd4f03475063765d7fa3 1.01 MB 844 37
487,430 487,430 0000000000000000001e8520a61f21201f4cf917d5f18181f0c5c67ec05c6e10 0.99 MB 930 34
487,429 487,429 0000000000000000001af834d75482f17c67b783ed9a1cfebe75dd29dd9d83e2 1.00 MB 2,150 79
487,428 487,428 000000000000000000170db30630fcaf2dc5d102fffd1eef7f83f248639b92ff 0.99 MB 1,542 52
487,427 487,427 000000000000000000bd23f1e0ac2383fe48b53e169c0bee7a1f6411bdb3a8a3 1.00 MB 1,092 38
487,426 487,426 000000000000000000438b7cebaaeb07717dc2e3a021306eeb5c985419410adb 0.99 MB 439 15
487,425 487,425 00000000000000000048a1c832af153345367ec00cb839cd286bc7c62768f7f9 1.01 MB 829 42
487,424 487,424 000000000000000000d0251e0403894bc0b8778368be449678746aa710ec9bb4 0.99 MB 718 22
487,423 487,423 0000000000000000005cef229ab71d3e966a85f471ea8cac091ddb978ea02796 1.00 MB 672 28
487,422 487,422 00000000000000000094d22add369014e75ae41e358de3d988832485552be310 1.01 MB 653 14
487,421 487,421 00000000000000000048453cc0650ac4d877b99f92d82f4bec747c6609dd3346 0.28 MB 831 64
487,420 487,420 0000000000000000000211a8d314d6d278760ffb5881d8075dd2b4ad3a8c1253 0.75 MB 1,236 21
487,419 487,419 00000000000000000055c51bf4ddc50b4beecbdc16abd935c2548480f68ec19b 1.00 MB 1,490 51
487,418 487,418 0000000000000000002a22e60ba247d85ad3151ed13a3883898a8658626bce5f 1.01 MB 2,277 178
487,417 487,417 000000000000000000838dad6aded5923f07ba943cd57cb092d8466409c4c8b5 0.01 MB 32 638
487,416 487,416 000000000000000000dbe2e829d0bfdc55adc4f1b6801b8a2bb085c184a0b3b2 1.04 MB 1,545 71
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.