Memory Pool Memory Pool Refreshing

3,482 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,479 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (717,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,574 190,574 0000000000000339c1236c5ca548e69ef1a9caa5dbd48a529da4ac5bfca399ff 0.03 MB 36 29
190,573 190,573 0000000000000490ed2afb1e5b7d05ef07a00d862a5d331a9e38afcb956585ae 0.09 MB 193 132
190,572 190,572 0000000000000652090dc5e4b2e6fa40145d7eddce7eac5b16138ba862030014 0.11 MB 188 138
190,571 190,571 00000000000006ab23f9b5cad8f2a8ade2da69e89c6a42e35fd0cd8122abd0a5 0.04 MB 122 129
190,570 190,570 0000000000000094d1dbe59c31bc884bebdf388958bfef0f10165f8677f7e893 0.04 MB 57 85
190,569 190,569 00000000000004d25f2b9a6ecd4b181b3f6261822933e8c6cb6aa76cf03efc48 0.05 MB 86 85
190,568 190,568 0000000000000567d5a68a503c3b0f9bf641c19464932ce58155b228f6aef9a3 0.04 MB 108 101
190,567 190,567 000000000000014db0432198086a71a986371ad306ac6b41d94216f1a579f4f2 0.06 MB 98 88
190,566 190,566 00000000000006940633319d31b8e2a6ffe7fc17dc4aba8e5aaf79cc5e7a72a2 0.02 MB 46 36
190,565 190,565 00000000000008befaac4dc400b9242d9d10c3903992ecfa8487815dc6da087f 0.09 MB 180 76
190,564 190,564 0000000000000279107445890c2aa83df831e050da73edc5436019cb05cef08d 0.09 MB 182 154
190,563 190,563 00000000000002f417558d6c000e1d9f6e90d0bca9f7406afcf928815d79fb0b 0.00 MB 7 0
190,562 190,562 00000000000004fb64a82bbdcd12c39277018ce818ab4c866e07d950ff1795ce 0.13 MB 224 115
190,561 190,561 0000000000000080f628c5770d9a0609af96bb1d85855fbe946a496fa8721e84 0.03 MB 89 41
190,560 190,560 000000000000014649f84d8c4ebc531968c6ff48eb729fa0a648646e6b408d6c 0.16 MB 399 184
190,559 190,559 00000000000001283465bd0672c8f4ae4165ea9b4a7b4f856b8d8793d93c1df1 0.08 MB 188 135
190,558 190,558 0000000000000025763602f3ad6e891ae5bd744ae2c6d3e32359659cd054b489 0.02 MB 44 68
190,557 190,557 00000000000008b35cbb09e83e9a6e938548ffbd6b24238b317f924caecc6030 0.05 MB 169 32
190,556 190,556 000000000000044802d012cf2c56166666a90a18820c3906fb9d3f4008f1e32a 0.04 MB 98 201
190,555 190,555 000000000000032d00486d3267240c16a3af0cb20fa707ca8c220bf6d61743cf 0.04 MB 120 100
190,554 190,554 000000000000018c3dbf4b5e1e88ecb85b32c7aa6650d98f56fd0880ab306125 0.04 MB 73 44
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.