Memory Pool Memory Pool Refreshing

8,674 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,001 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (719,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,278 188,278 00000000000002b7e39cb699e74d7f6e1a1e55d55b85d1e0c6f5da87554545da 0.03 MB 87 60
188,277 188,277 00000000000004c8bd924c925dcd16879274b09c5b47c82b84026f1f4d8d74b0 0.06 MB 92 145
188,276 188,276 00000000000001c505972117ff594c6724ba535cea5bdaffc2d6a4493e36043e 0.00 MB 9 34
188,275 188,275 00000000000008a82fb03dc05559bdb3afb3df0b9f1a9d98431685fd670c7750 0.02 MB 64 125
188,274 188,274 000000000000025537efd063b7d3221a3bde1665209fae375bdee00107a97481 0.11 MB 275 111
188,273 188,273 000000000000041ea650e1214da5f640174b51f6ca5ebbf0c6af92958af81922 0.06 MB 107 103
188,272 188,272 000000000000049fdbffe0039f51a18a917ca44630c80ca183836019c65baad6 0.08 MB 115 80
188,271 188,271 0000000000000492cd17344fe4c61d5e554910a1b534afd3b9822aea8de05db5 0.11 MB 279 196
188,270 188,270 000000000000094210e0c603f5b3e4917ae2882a89adcb9ea1e7c22544ae3f70 0.05 MB 93 125
188,269 188,269 00000000000000d68e34cee3aa9f93fd2afdc0aab66bac4bdfa29b335a714518 0.02 MB 50 91
188,268 188,268 000000000000060315a8ad5b0abaca567a6f962bf9edbb3f8fa9bd08d8363e18 0.04 MB 83 100
188,267 188,267 00000000000001ffd6b69ef2e3f39f7d29566dc2ec380e7dca674a1b5e2f60b6 0.05 MB 123 100
188,266 188,266 0000000000000667f337169b92f7782d72d0bb591ba175ac640c1770ef374d64 0.08 MB 156 782
188,265 188,265 0000000000000204ca59e1cdde76a6a9c412fc8893bbe26c52f744bc4170a473 0.02 MB 36 82
188,264 188,264 000000000000056d8620cd80f3201beb6df8162203bf1b7b2c7f162d2848837c 0.03 MB 113 89
188,263 188,263 00000000000008f0a34bfbd5662c2032d4f85b29a9577a623a8b3dbe5f8194b9 0.15 MB 199 335
188,262 188,262 00000000000007ace1851306d2fd55eaf0e8074584274fe42fbae819a15cd91b 0.01 MB 32 4
188,261 188,261 00000000000006b683cabd9d501ba5190829db676c8834eccbee6d924644b98d 0.18 MB 306 99
188,260 188,260 000000000000071052c0b91a44a5f17cd9225645b660225463d2bfe46e4c94b2 0.04 MB 54 74
188,259 188,259 00000000000008a150a88998dbaae11843f07383f2a12c4593fd7b5c69c2536a 0.01 MB 26 138
188,258 188,258 00000000000002ca2bb7cca7d6dbf61f03034bcf50a5c9ecd8ea354164360f17 0.17 MB 423 134
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.28 GB sent, 93.78 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.