Memory Pool Memory Pool Refreshing

6,846 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,933 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (453,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,282 454,282 00000000000000000137e8f7309c78f4772f1f46d4c3c90458e492d53ad730dc 1.00 MB 2,286 157
454,281 454,281 00000000000000000210d897b383d608c09d833b04145fce149864bc667eaea2 1.00 MB 1,893 124
454,280 454,280 0000000000000000017ffe5ed3f1c0b8cd7a8e911f034b2fbc6faefa4cf9ffd9 1.00 MB 1,938 127
454,279 454,279 0000000000000000015edf19f4369ec61ed50e1a53a1268633bbe1516d22b884 1.00 MB 2,554 190
454,278 454,278 00000000000000000177f051a8853613897a08c813bbde0b78c4a090b13c0451 1.00 MB 2,304 172
454,277 454,277 000000000000000000b5e6d35d74f8fe1ec8f730d8a7e67a4c4476c3cbdc1951 1.00 MB 1,434 100
454,276 454,276 00000000000000000213d2ab3386bc47a6a23a3bb496bc885532634b611be070 1.00 MB 1,982 101
454,275 454,275 0000000000000000027af72250819148f33b965f972eff6f80e831cdad12726b 1.00 MB 2,154 134
454,274 454,274 000000000000000001dd55c298d93166051464a9cc33d93556f21f8d6c61d78d 1.00 MB 3,087 133
454,273 454,273 0000000000000000015b38524a56642fec4280609f9a19fc689db31a1c3500fc 1.00 MB 2,055 118
454,272 454,272 0000000000000000027936ccfbd40ee2cd1bb00b3f9f45a7f3f040f4eda701b8 0.86 MB 1,292 131
454,271 454,271 0000000000000000017c98b5448e877cc7b1dd5449ca2ffca9b3c3f1086064d2 1.00 MB 1,158 99
454,270 454,270 0000000000000000004bf362d883f7762a9cb63160c083019401766b340cad79 1.00 MB 1,770 116
454,269 454,269 0000000000000000001220f78a51ed7bee24eb451e5e0d5287d1916a07259fd4 1.00 MB 2,067 138
454,268 454,268 000000000000000000bfa1ec58bfc35ab6c0cfe62249986956e163f97ef66a15 1.00 MB 2,059 132
454,267 454,267 00000000000000000166a09739ba50f77b7357e1bb27a7019ab3ffd5ef19082b 0.86 MB 1,980 127
454,266 454,266 000000000000000001f40cbe913ebc38de383e879d40bb845f79b52db9a9cd7f 1.00 MB 2,255 139
454,265 454,265 000000000000000000006d906715ea5f6389fd66693ab9db55005bffd293409e 1.00 MB 2,848 176
454,264 454,264 00000000000000000145b4ed01cf541282b46e9be70ec9ccbc16a0ba0089dba2 0.37 MB 1,187 201
454,263 454,263 000000000000000000607b9f38540faef25562a38cd30fd55b425d658d784032 1.00 MB 2,222 138
454,262 454,262 0000000000000000026e67c8af1caea7a5d9ca11f8abba08088ffc1a12e01a62 1.00 MB 2,006 146
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.81 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.