Memory Pool Memory Pool Refreshing

1,432 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,415 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (757,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
150,420 150,420 00000000000006eb593fcd5fdbd87e195a0b71ebce98b31ea9d8048d58e53f22 0.02 MB 36 302
150,419 150,419 00000000000009e3923be903ab8ee62c07ecff9ca928590c0ca8424b1b42f481 0.03 MB 41 87
150,418 150,418 0000000000000662dc98bd73b661e24383819773cc96bb2e214e1429d3e683fa 0.00 MB 12 326
150,417 150,417 00000000000002ef47ca7a6a3c6d5d8a55174c0047fa95cfeb8a7db37dabb613 0.03 MB 56 215
150,416 150,416 00000000000005a775bf461956e7087d20670617726d1fd41ebff731cf011e8c 0.01 MB 28 163
150,415 150,415 000000000000030490af71a58bab6991b4853ad8ed5e8d79de1200483168e6bd 0.03 MB 102 16
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.