Memory Pool Memory Pool Refreshing

2,432 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,390 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (674,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,407 233,407 00000000000001531088e2dfc0e5cc53b6e06179001578dd2d410b49c443a810 0.19 MB 451 147
233,406 233,406 0000000000000113cd992a3feae1a2a46c0a53525d9a3b69f7f1bd832c3c780e 0.17 MB 363 150
233,405 233,405 0000000000000088f17e82f541a06985409f85194c446378c57e105dbf20ccd8 0.11 MB 271 169
233,404 233,404 000000000000017293e053bb78378cf7cbe5d0bcaebbdce9649c00088a1cb5df 0.16 MB 363 166
233,403 233,403 000000000000016463bbbb757e4d08419d734b9045c40700b06c34e2379a48ef 0.16 MB 199 89
233,402 233,402 000000000000010aee66173c7624d3618084f22aee337ff04c79ce2dbd80266d 0.18 MB 373 4,551
233,401 233,401 00000000000001a6784af783bdc5ff780cd4434b1ec28024c04ccd86ae9f7a15 0.15 MB 287 94
233,400 233,400 00000000000001b724886230d269e377921a48c1e6c4a8bbaddc49e519d88ea2 0.08 MB 195 185
233,399 233,399 00000000000001aee1172cbab7784000bc4db966f25b0301fb79d889804a7af6 0.06 MB 112 94
233,398 233,398 0000000000000189341d9b96442b50649e30dc7379a8618f0055bb3bfc0c6bf9 0.15 MB 270 122
233,397 233,397 00000000000000dfeb766e5cadcc5e9b5d14f60ff02710e2234e627675793402 0.08 MB 179 148
233,396 233,396 00000000000000e6267e33194e1fc41cc6b686fe5a27a19550da87b7584fd929 0.01 MB 18 55
233,395 233,395 000000000000012ede435391e509e0e84f4f55e7da668db487a87d0e20d2d47d 0.10 MB 173 140
233,394 233,394 00000000000001aca136de6102b98b2dab0875077f88564d8794d32e9715eea3 0.05 MB 99 118
233,393 233,393 00000000000001b700aaff69d5a560d1b664be864c75c72a3968eeb59a9b336a 0.03 MB 61 83
233,392 233,392 000000000000014b73ad819d34856a491e46e95c7412dafe0ff90ae5d7951904 0.10 MB 198 121
233,391 233,391 00000000000000fca9b15ede450c23badd10d3cb600021f7fd60e439e1c186f7 0.09 MB 206 11
233,390 233,390 0000000000000153a0de4310c06b5d933655313801510e053bb6d4d72f27b528 0.15 MB 348 171
233,389 233,389 000000000000018bf279e37d3663326f7952bf503595eda86187fb8436e7a02a 0.06 MB 129 152
233,388 233,388 00000000000000adf324fbf57a955277d53b658fbe677ae00a4d15438bef2064 0.15 MB 151 104
233,387 233,387 000000000000000d92c8a6c5b6bbb81f2a86ff59fc21eed2efd63ed60a0cb0b2 0.21 MB 484 157
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.