Memory Pool Memory Pool Refreshing

38,289 transactions
31.19 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,526 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,139 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,525 (712,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
150,441 150,441 00000000000006b46413a0cc0bbb24bd8ea7887f754eb18cadf3a888745bdeec 0.02 MB 85 0
150,440 150,440 0000000000000a4961f6d504f65e0fe512c607d01fa04304099c139240df3743 0.01 MB 30 117
150,439 150,439 000000000000066abaabb5b31f70974651523b09a6e5118b2dc19130afd77b93 0.01 MB 14 206
150,438 150,438 00000000000006d8228e866b8a52e02f338f2a318bf8f9af54e8519528e45bd5 0.03 MB 43 222
150,437 150,437 00000000000003eafb0409b2a1abffd86eacf3b84cb7cad23dbff9d933dc0a7e 0.02 MB 33 135
150,436 150,436 0000000000000ac3ec2ad49ea71167e8e51e694062474779abf0dcb3bdedd2b5 0.02 MB 42 186
150,435 150,435 000000000000067d512aabf633e65b813b4a5dd2ee579faab69e38e9493524c0 0.03 MB 89 170
150,434 150,434 00000000000002859f93158188f2bfaaf729fbb81f09f513b5feca87472d8427 0.01 MB 11 80
150,433 150,433 000000000000064029a0a88fabaee475779e1d4ef15ea6c1e5d7b6c72bffbf63 0.01 MB 17 153
150,432 150,432 00000000000003e0727f6dd866cd088dab70158f28af829b18dd71f5d31eb971 0.03 MB 92 49
150,431 150,431 000000000000094e6183b60591d81d4c1af0331ea9bbcebf67509041673c3cfd 0.05 MB 103 103
150,430 150,430 00000000000006fca7ebb436099cb859e877d45da10d5bbac189ad25443af3a5 0.00 MB 5 1,096
150,429 150,429 00000000000008e7003d183d1b0ef006ceae15380d08becfd98eda2ff3935ab5 0.00 MB 15 20
150,428 150,428 000000000000019b832e5bcdfbf5ebfb4eb4fd831d5cd2738cd95de25c4a56d6 0.02 MB 53 57
150,427 150,427 00000000000003cc3aa39a5b0bc83b890c270f5da6d55a2275135b946a8feecf 0.00 MB 10 332
150,426 150,426 00000000000007d6fc98d7cf60c3684719c68312b73854dfa71f34bae87caf2e 0.01 MB 15 180
150,425 150,425 00000000000009a368cc788a1f9630c75cb21f2a27ec33614c7b1b6bde0fbb02 0.01 MB 30 137
150,424 150,424 000000000000029c5aa2821a7ce8eff49380fc3035a4f23cdea67c2bda4a3850 0.02 MB 46 226
150,423 150,423 000000000000090b9fe2b7a001da0f7a0023712e0735029d98b34fa04662c383 0.03 MB 73 101
150,422 150,422 0000000000000b52379aa2b79afb4bedc6bf71b8388e6cd683cedbbc713e540d 0.00 MB 11 0
150,421 150,421 000000000000011ddb57d4149a0395f303980ba0eb4a2194ebbea406dc2b976e 0.00 MB 17 63
Previous 10 blocks ↓
Total Size: 685.17 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,372.78 GB sent, 106.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.