Memory Pool Memory Pool Refreshing

33,816 transactions
30.52 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,747 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,819 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,746 (335,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,317 527,317 00000000000000000036bb80dcb6eec5f3aba06387a7799fc67b0c09dfc54444 1.23 MB 2,611 29
527,316 527,316 00000000000000000021e540034ea91585b5649e6fb814096d8853bd5775c144 1.10 MB 2,625 26
527,315 527,315 000000000000000000170254424402934a82d6f134e128fcf55d2727df78266d 1.19 MB 2,584 36
527,314 527,314 0000000000000000001bb506fe94b51ceda13c467dfff501d487e5edb06e01cd 1.36 MB 2,241 46
527,313 527,313 0000000000000000001233a09836ec0f63472679a9225c54223678a988ccf97f 1.17 MB 2,312 66
527,312 527,312 0000000000000000003138b35810507c05812dfc70b612d08cddd9eab2eb4a64 1.12 MB 2,304 30
527,311 527,311 000000000000000000279c868bbcd43d9b0532bf3aba807bdd4fbc0f4db2eed3 1.29 MB 3,232 43
527,310 527,310 0000000000000000000fb189c5f0f00c2a2b847255b01b1454a40923f845f821 1.26 MB 2,017 62
527,309 527,309 00000000000000000026f4ec72873b916525e5886416cf74288cc337b6703919 1.28 MB 2,013 102
527,308 527,308 0000000000000000000a666b941b3f0adb3a76c151730551fe42f5be79e2cea4 1.14 MB 1,042 73
527,307 527,307 00000000000000000032d980c8db4ce6e54c0c9e41467e07a8117082ba6dba7d 1.01 MB 373 105
527,306 527,306 00000000000000000009eb57e93ecfd03259f617e80ed6be72e326afba29e12f 1.27 MB 2,037 37
527,305 527,305 0000000000000000000353276bddedca11d4c837b38cbd64ee7b07fc7cbd03fc 1.52 MB 721 18
527,304 527,304 0000000000000000002a63ab31426709f8189cf72dc790d6fa1ad7a494234c5b 1.07 MB 742 91
527,303 527,303 0000000000000000002d4d1e22aea162cf2252e72acf1b452efdfe028bf6bd73 1.18 MB 1,892 61
527,302 527,302 0000000000000000001a83d27d41343212f7154617bfa0b41f7b7a08fb7c7b09 1.29 MB 1,435 48
527,301 527,301 0000000000000000001cd7682fb396aa0cf2725ef9635d59ba79b61ba0e8f7a8 1.11 MB 2,983 21
527,300 527,300 0000000000000000002a5433f9e8b3ad41945cec627ed139564d463e1d4a3286 1.18 MB 2,322 25
527,299 527,299 0000000000000000001940c5238e8f82e66ba454fe671726627e12c3857f2280 1.28 MB 2,247 52
527,298 527,298 000000000000000000107664685804b735db94f42271589c6c6fab4c4223f5d1 1.17 MB 1,898 75
527,297 527,297 0000000000000000002e96c0dcc728d59109727701b7b6df0a291d5aace541c4 1.18 MB 2,367 67
Previous 10 blocks ↓
Total Size: 685.61 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: 1,393.02 GB sent, 109.56 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.