Memory Pool Memory Pool Refreshing

2,171 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (712,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,384 195,384 0000000000000097df52e0ba745a480d5b68128240863fb19cab21636bf40796 0.00 MB 13 43
195,383 195,383 000000000000074edc6552a1a51484156361c7d1badba9aaa80de1403f427380 0.01 MB 19 94
195,382 195,382 0000000000000528d8ef763540ff62dd809033df8e635250a88b9a8cacf623c6 0.03 MB 95 248
195,381 195,381 0000000000000410140b5961f76ddad5cfd86311b17e54e3c2e68c9b1f2f03a5 0.05 MB 144 117
195,380 195,380 000000000000032de4a11568fbdefa8413c10fbaaabef7fb3ceda110d4bf3014 0.04 MB 102 72
195,379 195,379 0000000000000411ae0a66fdd61576516755545b44ef65b405a630ab1efe0e84 0.15 MB 512 136
195,378 195,378 00000000000006808b8070009b98da77075e60453d0fc9e402f58e599132db79 0.20 MB 598 204
195,377 195,377 00000000000002c512c8cbd189e19af20b2090fd5c520e7cc785bd53a7cdc802 0.00 MB 12 44
195,376 195,376 0000000000000108e1605d82d462f65c8ccf72ba390fc996cdeebb4143eb676f 0.06 MB 118 256
195,375 195,375 0000000000000708a2c4da04e4b437d7ae30f472ed1eba2dbe4333bf022a9fc7 0.08 MB 207 183
195,374 195,374 00000000000000324f1140e77428f0828bcdd1467c4dd9cd58841673269868e7 0.08 MB 234 134
195,373 195,373 00000000000000b2df613f13938318c0979107e2818051f035678c080b57b199 0.00 MB 12 96
195,372 195,372 000000000000039c5b38683fc9f32c96f841812985e6aa9a560b068d60de34b0 0.03 MB 90 0
195,371 195,371 00000000000007036f3a5459a807da77567fe9af36c960819c0b355e4a7742b0 0.18 MB 372 114
195,370 195,370 000000000000004a37f46631c9a4eef86f98bd04b11406158308b4eabf02151c 0.12 MB 302 188
195,369 195,369 00000000000000253b5a0d48972877b4216cd22c83cdc5489883f88ce8677f62 0.07 MB 76 848
195,368 195,368 000000000000040282f7e672acc632c323ef9b6bd53220d575b36719210f8a14 0.06 MB 97 66
195,367 195,367 00000000000004017ecd06b94e58e8d470b0c1a21adcbda679c3d2b532d74ddc 0.25 MB 711 151
195,366 195,366 00000000000004cf3c7e2b3a65109e20f96324f37e766174ab8b19c9eca37906 0.02 MB 69 124
195,365 195,365 00000000000005bacaa1fc572bbff8aed811023f28266ce230310d88faee720f 0.05 MB 126 95
195,364 195,364 000000000000020c540da291aaebb12ed8bd685077932b238d9d706997e3a6ec 0.00 MB 9 15
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.