Memory Pool Memory Pool Refreshing

93,963 transactions
24.78 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
878,772 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,771 (730,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,344 148,344 000000000000009fadfacb77d7e7483c2f5b733e1029de131ad2b1c3dbbadb55 0.02 MB 52 162
148,343 148,343 00000000000000becb7fa797d3a07c878e9090625dae06c8550ce6f7ccbab098 0.02 MB 49 68
148,342 148,342 000000000000098b0e07320d6a0bddd0820c187d3c45d5533bfe2479b7970c23 0.02 MB 67 59
148,341 148,341 00000000000009dd5d455d32ba8e90928815648d9f91239fad1f726a9a757d54 0.06 MB 50 671
148,340 148,340 000000000000075b9713a814d962ae96a872d283451938641dd9bfe568678f9e 0.01 MB 26 183
148,339 148,339 000000000000093f936dd0e0d5336fedadd541b5684bc8e335a0edf01cbe4f27 0.00 MB 16 51
148,338 148,338 000000000000067f0ce161e97b70178f1a60490538f9bfa0c725c5f3ba0624c2 0.02 MB 64 737
148,337 148,337 00000000000007613fb3639fba122acceff2e94aec7fc47b0344e0fb50bb259f 0.02 MB 38 224
148,336 148,336 00000000000009e697f23a3edaaf0e1ef1c885e846ad591caf963d8c97310758 0.04 MB 116 133
148,335 148,335 000000000000086a28e2ec25cf336023cc43b336ca379cede2755a1b9eb9b454 0.05 MB 150 2,168
148,334 148,334 00000000000000cc61ec98acf28d0ef27d7d7fec901e33e59fb8bb1eca169fc2 0.05 MB 117 70
148,333 148,333 000000000000077ffd7f2dca3936c574615c755b91d43328273308c0c3d60973 0.01 MB 23 2,865
148,332 148,332 00000000000006f7fd79755db5e04c1fcacc7dd49b3e1567116da9235cfe52c8 0.04 MB 107 127
148,331 148,331 00000000000004a9b9ba6f2aa78ac9fa5212a4ee70edbd5155345052eaccbe1e 0.00 MB 15 0
148,330 148,330 000000000000021d708ae898371763ab95e1b784ce8593b0f9653d976f2f6b89 0.01 MB 18 304
148,329 148,329 000000000000058db2dae1d89c4fd7fc71199a85807e92df79c85d705188d888 0.00 MB 13 322
148,328 148,328 00000000000001bf6d81c1b12b839bf03c462618f61524ac42af13364ccced45 0.02 MB 47 192
148,327 148,327 000000000000080aa700791b33d1067a5988bef50606c9fb5656d84624f36a15 0.05 MB 120 113
148,326 148,326 00000000000001e1a8f251cabebc29df9f39ac441bace7617044d7a69c794dd2 0.05 MB 99 120
148,325 148,325 00000000000008430371eeffe078da8c714b3e6c46f5e26bc6ff9f48809e8f0b 0.05 MB 93 4,389
148,324 148,324 0000000000000101ae223ca6b5bd95c7f16bc7658ab36be31a1225e8694f50ce 0.05 MB 88 350
Previous 10 blocks ↓
Total Size: 715.88 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,520.90 GB sent, 44.72 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.