Memory Pool Memory Pool Refreshing

691 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (711,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,458 196,458 00000000000000fbd6e858919f81817deefebffb0067194baff6094f1ea2d997 0.05 MB 148 243
196,457 196,457 00000000000005dab422c8df795c389bb4901647f63e7b613587203c7bb7f5fb 0.00 MB 9 45
196,456 196,456 000000000000057c1134e054dc94fbff521b54921b4ab9fcab6daa2033508d40 0.01 MB 27 110
196,455 196,455 0000000000000434f7b2c7c838771df0d6efdd1fe04b13d1a39d3e93f827628b 0.08 MB 188 161
196,454 196,454 000000000000028f492fee917c16988b852d8cb56e2050b29a451c2760629a7d 0.07 MB 108 145
196,453 196,453 000000000000029497b3cc609a00f0d0694226461bb39b5b42a1f0cf2db5c3e2 0.15 MB 466 153
196,452 196,452 0000000000000151956c5d90045c66681bebd5380747cc820b606077844aa38a 0.12 MB 303 149
196,451 196,451 0000000000000358d148eea71b5f4feb95154fe571e410062a329b0e5356d75b 0.04 MB 92 618
196,450 196,450 00000000000003dbbf8bd57d155e0f76839e43b1a77ccc55e877dd29fed129fc 0.12 MB 302 808
196,449 196,449 0000000000000179fdc827d91d0c45197eb88b34eac1c468bc1b29b6e839a9ed 0.19 MB 516 235
196,448 196,448 00000000000004fb076b447ac7c9b09385c274c1db0ed4cae0e242b83d2d4e65 0.08 MB 190 168
196,447 196,447 00000000000004884c12d5a052c09d28b8d30f4e2de7d9c02a38167c76ca945e 0.19 MB 420 192
196,446 196,446 00000000000001d7b8a2513d8efd47ac6288a02d3d69768ed7cb79c8d9b49602 0.27 MB 474 117
196,445 196,445 00000000000006b41850ef7e4c879cd6f92af64339f675334808006c0716aa77 0.03 MB 113 17
196,444 196,444 00000000000002e4a79073bcc1e894a67a2e80aaa93a595cb9587945d0bd53b1 0.25 MB 518 152
196,443 196,443 0000000000000426031860a754309f2475cf5d3c6a330327bf45eea5cf78e758 0.04 MB 108 271
196,442 196,442 0000000000000694b0475db2a2000ba5acf6f4501c865d06038541f997cf9db6 0.07 MB 148 158
196,441 196,441 00000000000004701410fe41cd38f9c75974bfe6553bf2f0d50da6b4ed1cd373 0.17 MB 440 293
196,440 196,440 00000000000001b8461c0f7295507fd5e1abb4fd78b7c7b72d47a48f7a336578 0.09 MB 163 217
196,439 196,439 00000000000004314e57afb52257fe7870b991a2002a6f16b6e1a1d006c41bcb 0.16 MB 397 333
196,438 196,438 000000000000019302ca31489b68b908bcb8ab1c8cdb4f41a8883c8ac54c057f 0.17 MB 514 273
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.26 GB sent, 93.61 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.