Memory Pool Memory Pool Refreshing

86,648 transactions
35.00 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,304 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,391 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,303 (342,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
527,496 527,496 00000000000000000016fe82d2f05c3a330a232e5d5f32ddbeac12ad40733a1f 1.16 MB 2,120 16
527,495 527,495 00000000000000000029fb13ca73f305f80ec94511fbf968a5c8c660d2c4a0da 1.38 MB 2,360 20
527,494 527,494 00000000000000000023e2ca02190193e63e4ef1d1791e1f723d7802aef6785e 1.15 MB 2,271 45
527,493 527,493 00000000000000000023768c0707cbd1ee3beea00d0bcddbff316f11a0dc9a15 1.16 MB 2,453 50
527,492 527,492 0000000000000000002730ab0c565d5592ac95fe7637d04cd4519a6696b9874d 1.23 MB 2,788 35
527,491 527,491 0000000000000000001ca9f3e742523cadd2af569c802b6addb8c674afdf267c 1.11 MB 2,697 18
527,490 527,490 00000000000000000020b8e8f4fe37fc440907b1deb0308dbc37713eb4a9b1ff 1.19 MB 2,935 30
527,489 527,489 00000000000000000023ef33c5ce6696f34e5f64819435734fd6455985fdf076 1.18 MB 2,331 14
527,488 527,488 0000000000000000001e47b1d0991d8f3fbb048e090d9d59f22a4c1712dcd73d 1.24 MB 2,990 33
527,487 527,487 000000000000000000349882009cc15d0fd2d6251957c22c8eba4537a11981dc 1.17 MB 2,130 12
Previous 10 blocks ↓
Total Size: 700.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,226.80 GB sent, 210.61 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.