Memory Pool Memory Pool Refreshing

4,192 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (694,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,115 213,115 000000000000004366da35cc3f7df71f9cf2827cc245511c1a197f228ac840a2 0.25 MB 782 230
213,114 213,114 0000000000000423573e289efeb4eb7e667002bf47b674da553dc207b5ae1d1a 0.05 MB 140 202
213,113 213,113 00000000000001e8d51bfcc5b8ed5a4121d48f6a710a19e512abaabd702cf365 0.00 MB 12 507
213,112 213,112 000000000000009050f4ba44f7481d415af09f66d49c971d17ac7273c1d75afc 0.15 MB 227 129
213,111 213,111 00000000000004b0d43616c2c3cf5b819098e3363ff1ef8b00402f82fbbc687a 0.26 MB 493 181
213,110 213,110 00000000000003fae5e516443829d342868ee77f199b96af30b75fa29c8bca84 0.43 MB 548 128
213,109 213,109 00000000000004e11905ffbd97cd84b1625eafdfb362525db87eb09de9d072d3 0.18 MB 465 193
213,108 213,108 0000000000000142920cec1ae85f18151e95d8905b894b114f106191f54a35c0 0.25 MB 534 168
213,107 213,107 00000000000002f4a207d75af85507a30ba629fe9a6acc1496bcdbc552e1e6dc 0.07 MB 138 129
213,106 213,106 0000000000000427692f9a976a63d4f51818831d53029762083312aeead058e4 0.06 MB 125 145
213,105 213,105 00000000000004bfe948663d76cc3a692e433cd387d9f5853876484d1cb25211 0.23 MB 527 190
213,104 213,104 00000000000004069a44bbd75caf6606bcd352df6ec8ebd01fee5cd98ddebd43 0.00 MB 12 0
213,103 213,103 000000000000019c2464438a80ffd3f76f825d36d8c4ac18da459b098bc2a813 0.46 MB 884 149
213,102 213,102 00000000000001f7ef63722347483f87f919584de002dccadf91fdb49e1860ee 0.25 MB 720 203
213,101 213,101 000000000000011286b38240bea46ea5b6ce0dc6c9a2b417a4c05946464e483a 0.05 MB 121 167
213,100 213,100 00000000000000a21127bd4394a5192bdc4e60b4b5d418d0aaa69e152dd3f0e9 0.23 MB 574 193
213,099 213,099 0000000000000098f403ad87d70040d98a21b0079d198d5eea1364e517c0fc2b 0.13 MB 274 161
213,098 213,098 00000000000004c41a8239b38f086b7b993585ceb1f9c0de3523fd441ca3cc50 0.18 MB 398 180
213,097 213,097 000000000000046e6800cc464a2d4d92f2f0a3dbd0b86a1b27108c5578c4df02 0.33 MB 475 81
213,096 213,096 00000000000000f47fb6273a23f815d0d2a75b84fd0d98fb1608d42bafd75a54 0.20 MB 644 218
213,095 213,095 00000000000000861883a46172ac0426de507adca54ba805f0853508cee262c1 0.25 MB 600 181
Previous 10 blocks ↓
Total Size: 769.00 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,616.86 GB sent, 92.83 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.