Memory Pool Memory Pool Refreshing

449 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,028 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 449 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (13,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,950 894,950 000000000000000000013c31366bf5f39eed76ecc914368ddd248478421b827a 1.66 MB 3,245 5
894,949 894,949 00000000000000000001ce0e673f0090bb80ff0a5027b43a0d0c239da38b5ec9 1.50 MB 3,002 4
894,948 894,948 00000000000000000000112963847b74e1b55d6eadbe20cf25f9aefe079f4639 1.49 MB 2,347 3
894,947 894,947 000000000000000000007c6d8c4fd018c04efa1c791fc995551e874efcba83b8 1.51 MB 3,035 3
894,946 894,946 00000000000000000000b13f1641965190a932f42d0e67b1e076f598408329fb 1.57 MB 2,283 2
894,945 894,945 000000000000000000018674aa03caade4038e849758b76a5563f17e29c278d5 1.56 MB 3,005 3
894,944 894,944 000000000000000000021889a86191730a69c4588276fb003ec883d61abc6d60 1.12 MB 631 2
894,943 894,943 00000000000000000000f7e76d718f951a1e870abef5d21e97c7d6eab90c36ed 1.16 MB 1,084 2
894,942 894,942 000000000000000000012cc20a93a8b67926d747aed73575ca1c8e9c55f68761 1.59 MB 2,167 3
894,941 894,941 0000000000000000000093e116cf09967c6898d4ab76d24f1e7534c7cd15d9f0 1.50 MB 3,041 4
894,940 894,940 0000000000000000000014961918f9fa636dbd17fc706b1fd546f22fbdaa9af7 1.51 MB 2,020 2
894,939 894,939 00000000000000000001cc39d7f06d9877a04960fbe84a8785deda7eb44702c3 1.55 MB 3,830 4
894,938 894,938 00000000000000000001d58f71c476ff1edccff5d4779251f8178d8aecf427ff 1.66 MB 3,957 5
894,937 894,937 00000000000000000001f64fc6a8fff49c83bdb23ace754376e0cf743668f293 1.47 MB 3,670 7
894,936 894,936 00000000000000000000ea5b74ed4cc36f7209429e012d2e25a3bb994c2a497c 1.58 MB 3,136 1
894,935 894,935 000000000000000000023b98e5149469b89319f5954e5b24f5bc22fa86e7b5c2 1.38 MB 2,151 3
894,934 894,934 00000000000000000000f8b58461d6c857bdce78337aa41b4cab6f66f1ad1821 1.58 MB 3,308 4
894,933 894,933 00000000000000000000d9d8e15bc5982039d5b7c58c6c58d5943f82a0ef9919 1.46 MB 3,094 3
894,932 894,932 00000000000000000001fa75c3aeb08243e790375b4691e6dab6faeff1a0289c 1.44 MB 2,493 2
894,931 894,931 0000000000000000000168bf98a9b9c35bbc4a690ac02ebe976dc5a5fbdd6d6b 1.46 MB 2,372 2
894,930 894,930 00000000000000000001bfa931ff1fab1997d1062d362798aafa19f3a928355b 1.58 MB 3,387 2
Previous 10 blocks ↓
Total Size: 769.59 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,651.31 GB sent, 95.88 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.