Memory Pool Memory Pool Refreshing

5,624 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (380,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
527,502 527,502 0000000000000000000094a9f5d062005e1671ab1f26a1c9b97468a8f194156f 1.10 MB 2,254 31
527,501 527,501 00000000000000000002ba2a3a437f7be043e5cd837f1df1e67bd983e1d7e500 1.14 MB 1,168 4
527,500 527,500 00000000000000000015efaaa3b3c038f4b5abc1c9cfed627680f1d6ea528578 1.13 MB 1,591 16
527,499 527,499 0000000000000000001543f546e5a30e8660394863199cb285342f58cade373e 1.11 MB 1,629 31
527,498 527,498 00000000000000000037c13d248987ae0e8a834d63db94d8c81ac87b3f858643 1.05 MB 2,504 5
527,497 527,497 000000000000000000243468eace0d0b31c5139873dd1a89f45450afe6c4eeda 1.05 MB 3,008 6
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.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.