Memory Pool Memory Pool Refreshing

1,813 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,801 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (717,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,395 190,395 000000000000049f173b6e9d98652c2cec264b7ef6411117cffba5ebbeb139d3 0.00 MB 14 0
190,394 190,394 00000000000003985f95b5d01580d75b37e5ae32b41a02550f1025053703f40b 0.12 MB 297 152
190,393 190,393 00000000000005e96636c2341b65f79c0c53166a8dae430c7038d80fc6c6c35c 0.06 MB 183 38
190,392 190,392 00000000000002d9b48719d558f507fe84f5d783ae01f8c1a6f64a11d6cc8ab3 0.11 MB 316 116
190,391 190,391 000000000000059b51c3f4abd8fc6c03918e59af872e922f9ad27b66acf601b6 0.10 MB 256 153
190,390 190,390 00000000000007c67980f9c0f6895f8c0e7d965ec9052f47d7054586464df63c 0.00 MB 7 0
190,389 190,389 000000000000053746cff138a6053a58db8363be60d78a8c026816936d8b7955 0.05 MB 132 112
190,388 190,388 000000000000029e8678923b1b68b88ad825924e5856624d35fc592a3b56e782 0.00 MB 10 305
190,387 190,387 00000000000005076bbdf97c3f30f10bd912bf0a369ee0fcfc1fcb2ee2510cd0 0.14 MB 384 127
190,386 190,386 00000000000001821a74e4f7b4040db96ad0381d955d46b6f8c5f4c9207fe2df 0.05 MB 127 107
190,385 190,385 00000000000003b4b7d8f6ddf496940e53a07919de8e38ebef4b9eaa7d932b46 0.02 MB 33 60
190,384 190,384 00000000000007556fb3b189ff2d649598a5acb63ac1d52e1486b44ded68589a 0.13 MB 314 125
190,383 190,383 00000000000003417ffc2307f071b86d649a50b3f95bda15f4a5dfe7578fad2d 0.06 MB 228 8
190,382 190,382 00000000000001e47d900717a6fe506887ec9517944a9f4de1aaa3e188ef6fed 0.19 MB 426 111
190,381 190,381 00000000000002cd43a09c16ee926eb7d50e35175fe8fd7e04d90213f921724c 0.25 MB 268 85
190,380 190,380 000000000000079dcad9e48613519d21216397d6ce587d81f8d47210a4f12957 0.25 MB 672 134
190,379 190,379 0000000000000821edd6f8a7196112f8a2cf82cebada3ccd25da7a601c2e4948 0.00 MB 8 132
190,378 190,378 000000000000018f5343d0bd5c860999e4de5c60d8a454ae47ad932c8cbc7afc 0.05 MB 156 4
190,377 190,377 0000000000000152cf93872272fefc005ac9629719513fef6acdd95b7a7257b4 0.01 MB 32 1,001
190,376 190,376 00000000000006420191a225844f12a2d6220709f1506138da81b893de4519c7 0.15 MB 415 192
190,375 190,375 000000000000048db36c044c5dcf795eb6e075143b59debbeb0299e8edac7dfb 0.04 MB 86 105
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.