Memory Pool Memory Pool Refreshing

5,798 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,293 (898,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,956 9,956 0000000004e54c1587b553953ca4bba61a9ba2847a330579c550a87d76e5b1bf 0.00 MB 1 0
9,955 9,955 0000000037b21af94934e3eb53ab6c47baecfc384ffc478e277d624cc5381b8e 0.00 MB 1 0
9,954 9,954 00000000e5cdfab0cf62ba3edeab7dc0974ffcc6c61c18941cbe789d01af0f81 0.00 MB 1 0
9,953 9,953 00000000dd0a273c4e4bd3ce37ca77b0f1da36422d87d4df102f6e37be20ba29 0.00 MB 1 0
9,952 9,952 00000000280ed43a87117a1762b9255737a790559deba7fca03171a4d23eab4c 0.00 MB 1 0
9,951 9,951 00000000bc769c786f51010f0c7484fcca83fb8598d89f6031c91a4f3cc131f2 0.00 MB 1 0
9,950 9,950 000000006eaa1ad2bd8726e149a79e3c49e69f7528c74b6163b8179097c6536a 0.00 MB 1 0
9,949 9,949 00000000ff79b07c729f5802ec8a2d4ee8cea66047c0a8e6f785e8f66072a50d 0.00 MB 1 0
9,948 9,948 00000000a2c3e65a505f4c539f41d3d0d322665d809ccd4e8836cc89a83cdc27 0.00 MB 1 0
9,947 9,947 000000002a51784919db3733421e9739667fcae3615e9c173c630f21098b05fa 0.00 MB 1 0
9,946 9,946 00000000203d3170c0b22743b45778259d0ebbf9811f76afff256f7cbb0d1ece 0.00 MB 1 0
9,945 9,945 0000000055b1370e339fb0017ecdf886190dfe419e2b9f0a372d7b7fa54df08f 0.00 MB 1 0
9,944 9,944 00000000cdddc307896ba07503cfe36bc6c1e5eaa2bed269039a8b90f8a10ca4 0.00 MB 1 0
9,943 9,943 00000000e1e952781d28b03566fbb8cd894cc93d2e55950b827d35b5e136c231 0.00 MB 1 0
9,942 9,942 00000000f51d5e5cffb6b011adcd8bef6cb92edeefe7a1c86c1d791d95d066ba 0.00 MB 1 0
9,941 9,941 00000000a5b941282b2f31dc3bc772244eb8715b5a139113b8bc7315a1d0fb92 0.00 MB 1 0
9,940 9,940 000000007f6a6d00793ede59bcc8956df1667a82f3ea95811d2e07e449d75710 0.00 MB 1 0
9,939 9,939 00000000220d3c67d4cf9a9aff38eeda2170b0fa30ffd922e3ed7ff58a59a2ed 0.00 MB 1 0
9,938 9,938 00000000212d49b27f9085ff0f64ce3da962dc1d14288c75e1bd75c4be84458e 0.00 MB 1 0
9,937 9,937 0000000037859d141f0e4f14daa08f1d4c0f1c8754adf01908ad14ae239437fe 0.00 MB 1 0
9,936 9,936 000000003ef1a1b4c1ca5887c90ac1a0d44584e4373f92aa7eddb52a5a582014 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.50 GB sent, 98.35 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.