Memory Pool Memory Pool Refreshing

7,745 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (380,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,523 527,523 0000000000000000001fb367f1a54ff6e657af6bde6e02d528afd6a0dcd79397 0.15 MB 403 22
527,522 527,522 000000000000000000289f6bf4b93f3d6dcdf78c35e7926fbbf43f114eaaf60b 0.73 MB 1,051 25
527,521 527,521 00000000000000000018b350d1bf98af75080775109988490a2fd627ad237f1c 0.01 MB 20 18
527,520 527,520 0000000000000000002c8ed1cea11e3c147566fc1386017d7556ab77045a67ff 0.34 MB 685 28
527,519 527,519 0000000000000000001a9a2b6b200186b2807357f9ce9ea5fb54cd52d61e68bb 0.64 MB 1,272 12
527,518 527,518 00000000000000000014c41ac30771510943456d4b4b0d7c302dfc78bf69fb0c 1.16 MB 2,291 39
527,517 527,517 000000000000000000189a56fd59c579fd7e1c3a28ffd59d8cd6d7be750641b7 1.08 MB 2,087 29
527,516 527,516 0000000000000000001b152eafb60200223353ecbe4a7d30bf2f973aecb1c7d2 0.70 MB 1,128 8
527,515 527,515 0000000000000000001252f48cf9181475df6855bf5fc43de37370fc842f9294 1.18 MB 2,240 41
527,514 527,514 000000000000000000090003bf6c73d2218559346239481b59a43c4e614b768d 0.23 MB 341 12
527,513 527,513 00000000000000000014ffe5cfee6a0dbb64cc53119a0676750dd3b3681011f3 1.15 MB 2,452 26
527,512 527,512 000000000000000000246c067d0157dcf3f8af591060c2acfeed3a631c9108c0 1.13 MB 2,412 34
527,511 527,511 000000000000000000120543733c10bc4b46fc7bd5206c8660d34e4f52257835 0.12 MB 294 23
527,510 527,510 0000000000000000000bd8486176c6b91441e41c07699a74d677ebb4f7e034a3 0.26 MB 583 42
527,509 527,509 0000000000000000002dd9eefbb38d3979915592e42109ad85d333ff67e82438 0.60 MB 1,204 25
527,508 527,508 0000000000000000000f5b6afac99dac60e84c8ee1cf7cb64164a2e836ed39aa 0.54 MB 1,240 32
527,507 527,507 0000000000000000001ad2fa7410f4b42672aa25f5c5f70aa71cd50a80e5c37a 0.06 MB 141 27
527,506 527,506 0000000000000000002bd0c59618362d4f7c95230208909ada7f1bb7cc6dd5a9 0.94 MB 1,665 35
527,505 527,505 000000000000000000362e746ce8f37cf55b4c912553fddb27c4e79e962ef380 0.73 MB 1,428 29
527,504 527,504 000000000000000000325df7624aca1640daa653a6c8754f45bf75919d1aeb09 0.04 MB 84 26
527,503 527,503 00000000000000000034cac5a1a879f59d686e057661a611a9583a5bb8d76a71 0.17 MB 210 13
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.88 GB sent, 93.01 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.