Memory Pool Memory Pool Refreshing

6,056 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,872 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (694,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,158 213,158 000000000000033620db4ca8a5aa750ce486ab088efebeea00e0c3e656c4a293 0.10 MB 235 201
213,157 213,157 000000000000027898f6a95210e2a9e4c8c4c405f02839ca87979a58f1dc90f9 0.02 MB 68 115
213,156 213,156 00000000000000a68da951b85410b8f8edb112bb4229a7accd952dab378b45bb 0.07 MB 184 177
213,155 213,155 00000000000001bc7be1526f94ba5f3e431e3dbafb23205a02379cbbfd45fe05 0.09 MB 209 179
213,154 213,154 00000000000003a60400e2894f61ae597c0c00c581a5486de1c679826954ac5e 0.05 MB 176 71
213,153 213,153 00000000000004c571bfb05cb95d75be46534d4f62324d0461ac2ed5466dac18 0.05 MB 101 90
213,152 213,152 000000000000039f2b4bdbdeedfd346a935370326091528330600404ccdca1e3 0.21 MB 425 149
213,151 213,151 0000000000000268e24bed225ecb1fb8aaedcd3089a9c27f12048a4b099cbbb9 0.25 MB 723 238
213,150 213,150 00000000000000495a372a13be047169af61fcbc36136aad5dfecc9c1b7fbf92 0.04 MB 87 209
213,149 213,149 000000000000023a76aa664665ae9be2663f7f3e6f2c428e97c32cd65693db65 0.04 MB 60 155
213,148 213,148 0000000000000213c9fa2d130289508a0058d8f421289554819cc0ab01c2868c 0.13 MB 307 250
213,147 213,147 00000000000003a6af12c4bde4de135574f2b87a338367cdb5f49c6dcf18c978 0.00 MB 11 257
213,146 213,146 000000000000044fb13c2f8e264e50d117d30743e2c99dc0cdef797f6582dc0f 0.06 MB 121 196
213,145 213,145 000000000000033fa47aaac7d5e07e0b7d1f7ca5b47c9af0a028340b4e9fca1c 0.07 MB 144 253
213,144 213,144 000000000000002f636099854a0fe954e8303afb97c361d0f1b7d8f37098a204 0.01 MB 27 227
213,143 213,143 00000000000000507bae8876c245516b7a467043d7646f6ca6657e0ad069a419 0.04 MB 73 247
213,142 213,142 000000000000027bec71ca7bf796d40f0a717f0942e5a4488849476ee9ae3dc8 0.16 MB 428 206
213,141 213,141 00000000000001ae3ddfd08dca35911de9351230eee161cbc2885cdb1a5ee12b 0.25 MB 677 236
213,140 213,140 0000000000000399108170c9afeda3de2a4b74b0639f49008530556ea66d5734 0.11 MB 270 190
213,139 213,139 000000000000003ed390282972c1e85188701e59d7a9870a654b5ae02274a8c1 0.25 MB 579 391
213,138 213,138 00000000000002983c7852ec916026b92615afaaa7c0ab628ec5827de7cc3dd9 0.25 MB 634 176
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.