Memory Pool Memory Pool Refreshing

6,646 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (321,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,528 586,528 0000000000000000001e7961bf59332de28e92cafdd5aed07fc7506eefbee60b 1.49 MB 2,063 55
586,527 586,527 0000000000000000000f3c71b77d4fc5963bcae6ae59539cc3c89231ee863c8b 1.09 MB 1,338 64
586,526 586,526 0000000000000000000040694a4ddce6624c9654156b44f6830a8a2e59472408 1.10 MB 1,644 71
586,525 586,525 0000000000000000001a234f8851193ac6b83cf2431bb65e35f0119f9154613b 1.01 MB 1,974 41
586,524 586,524 00000000000000000014de1698ce075d98c863142429a3374ebe4aef8a35a630 1.13 MB 2,629 32
586,523 586,523 0000000000000000001744f28bd2b71c15ad8c3c885cf9a7c41b2ee299919dcd 1.01 MB 2,082 33
586,522 586,522 0000000000000000000f5e5593c07c37adbf947a804daabce41676d621040675 0.28 MB 715 32
586,521 586,521 000000000000000000120a77e14bac09bc5d52c83c56c734aaedb09bbacf1543 0.60 MB 1,202 29
586,520 586,520 0000000000000000000bb86f54a97ed57869594c8fb3d5b563d4508f964fe7e5 1.17 MB 1,768 15
586,519 586,519 0000000000000000001bdc92354d91eb5a9b6d14acde26b7019f87d18e55286d 1.22 MB 2,418 41
586,518 586,518 0000000000000000001a5ebc835674a7fa9ecb7f227a7222b5d61afcf6032488 1.24 MB 1,785 24
586,517 586,517 0000000000000000001a284a2154ebb8638197a7ce5e3abb4038a5c946dd18df 1.26 MB 2,457 21
586,516 586,516 000000000000000000050a218c0381c2c4e19e5ec399da57d47489725ba56e6e 1.27 MB 3,116 49
586,515 586,515 000000000000000000169926f088dde6200f25b1d4f424853db0966cfd5484e4 1.21 MB 2,898 82
586,514 586,514 0000000000000000001ea9855fa6df83d2d62cbe04d6a6954bf8c80a0000327b 1.19 MB 2,745 35
586,513 586,513 0000000000000000000c86eb1ff2ea21541b6de9cf48626bfac45ce879c68a11 0.17 MB 324 48
586,512 586,512 000000000000000000048a7c4f813edf8c632e820bd090043d0126d90c6faaf5 0.15 MB 310 49
586,511 586,511 00000000000000000007393e2dd0bfa637775cddc237c3a79048168778c4d1eb 0.24 MB 481 43
586,510 586,510 0000000000000000001a054002f8170c1c33298c3b5d604d54d3c137aa1dff58 0.58 MB 1,040 28
586,509 586,509 000000000000000000192d33923e96eb38abd62d6fbe2f08e6b5ea482cc9478f 1.29 MB 2,290 8
586,508 586,508 0000000000000000000e30341000371ca90c95dfcf5f4c8d95d08183f0d1148d 1.20 MB 2,026 49
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.