Memory Pool Memory Pool Refreshing

4,473 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,557 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (719,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,408 188,408 00000000000006048e7c5524261f217956a9b87e602c9e8c2df8cda395fc9f3b 0.09 MB 65 87
188,407 188,407 00000000000006468a273fc883c18b836d947d9e4d0ff0d7a845459d766b2b6f 0.03 MB 37 542
188,406 188,406 00000000000003fdbb9278c904528347a3aeac2bb283118de453262baa67d603 0.20 MB 265 79
188,405 188,405 00000000000007b004a19c211102f338d67e0ae81536c7013dbe1ec64f51e5cb 0.25 MB 825 165
188,404 188,404 0000000000000472dbafe8c11128b392bcaf858c78cd8045b38c0319f316fbdd 0.00 MB 12 71
188,403 188,403 0000000000000375fc339c8a6208f59ee99be47b0beff109d5bca157b99dcb63 0.25 MB 688 233
188,402 188,402 0000000000000934046a2ac358ac72a943c58efac2064f83dbc3fcb45d67cbdc 0.10 MB 275 134
188,401 188,401 0000000000000447bfc853cde5f196141187cf32586e863c703e0736744af0a9 0.00 MB 1 0
188,400 188,400 000000000000033dcc678a165c3a2bff8e716cad2fa5a3c5a87c2ff9b9001100 0.06 MB 181 751
188,399 188,399 0000000000000089ecdc316eaf553e5bcd9591bbd46137862829c21a6ca96189 0.05 MB 168 335
188,398 188,398 000000000000015c80d7b124c8c9c969954b358200ab05682b174c25fede45cf 0.29 MB 581 143
188,397 188,397 0000000000000188ff0dc22c4279e92021bfe80f6c42cc7df5ad9235327c5c3e 0.06 MB 127 102
188,396 188,396 00000000000006c6b97af4fca937495ec0e6414478af9899a0e15bcf01a31cbb 0.00 MB 8 103
188,395 188,395 000000000000060e4eca405d22003b2b6a1f0c4d09d7be955ba28aec6033760e 0.18 MB 406 124
188,394 188,394 00000000000000151784041fb9fddbf9a89af0b33afb45435d09db177e2a4eff 0.02 MB 53 166
188,393 188,393 0000000000000829e121b62b44f0a5ddd6c81419301c47c5cfb5d8e5b56cb4dd 0.10 MB 266 136
188,392 188,392 0000000000000465de57e82c61e35e9c39fbcebd362fcbcdb5a699ab13a9d0c4 0.04 MB 114 48
188,391 188,391 000000000000098bc63f05560beb3b13d4b4764c3469559564ec73edb5fce89a 0.10 MB 227 111
188,390 188,390 000000000000061e0ab4cad615ce19ba157bbdf3da81ccf1a90dc2cde0e3fe22 0.00 MB 17 115
188,389 188,389 00000000000005915fb9b4483ddc7ee2a8222ebbf9fc863e1117933bbba398f9 0.13 MB 275 102
188,388 188,388 0000000000000817edc1a83d0e8ddd985d975ff0cb7bf27cf3924031225d15e1 0.06 MB 90 91
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.