Memory Pool Memory Pool Refreshing

2,354 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,636 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (837,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,074 71,074 00000000008930b7259a44c78865b29d938888a81bee89950df7b90b1048bfac 0.00 MB 1 0
71,073 71,073 000000000058f7dea05dd5734822afd17dc79f18d45279a382b0e5c5bcc223c8 0.00 MB 1 0
71,072 71,072 0000000000fa0a6fd4e8457c8e28ee83c9671f11024e5656964fc056710a56a4 0.00 MB 3 0
71,071 71,071 000000000038c5d88df689dfb5a6fe0f4a0f7d25b088a509c8c4af3c81d94011 0.00 MB 1 0
71,070 71,070 00000000008d426c1f7e403abb930c7e20743cfb66e21867b00c140d103004a9 0.00 MB 1 0
71,069 71,069 0000000000b44c6413d6c628743c83c2427e483b42430ae8503c087a3e68e413 0.00 MB 2 0
71,068 71,068 000000000108e2588648bd56a10adf63c09a7d5a7f0d22109dafe5dcd7bfab0b 0.00 MB 1 0
71,067 71,067 0000000000b4fb54b9998e7d3dc1311518b5df1cda5f817e732dd35cbfdd7943 0.00 MB 2 0
71,066 71,066 0000000000e89b63f528cdc051d931c8cc13c6b0bf9ecffe236cb4dd341c09e4 0.00 MB 1 0
71,065 71,065 00000000005f5edf3d7863ca69f360ac521c5ffd10eb2d7b9e718b95cdbdc8b0 0.00 MB 3 0
71,064 71,064 00000000002af4fd43917213a61cd626c6e00a124c9b689cd94989729b177f11 0.00 MB 3 0
71,063 71,063 0000000000f79f81f2d671be7a591a0a3c57ec8677261c1f3599298735352ef8 0.00 MB 1 0
71,062 71,062 0000000000e33da7b1e08dcece1853873e8252b5c8e5f5a91d677c7a2ae816f3 0.00 MB 2 0
71,061 71,061 0000000000609d809b3bb0fc095ea1a5d5d206607eb2b9e22c7192023c841ff0 0.00 MB 3 0
71,060 71,060 00000000001f811dba18e206d1b09eabcbbc090a8eaf40d30a2a4f94c3f2dac8 0.00 MB 5 0
71,059 71,059 0000000000547efed13087116b02791988801d9926e4e8369ec8edff82a15212 0.00 MB 1 0
71,058 71,058 00000000009d0d2e26303317d00d1a8d92b5ee9081f2d83cec91f4cf53928771 0.00 MB 3 0
71,057 71,057 00000000007333245f0151aaa3adfe8865ef316bb9bd75f2e41f6ca7f8c0cd69 0.00 MB 1 0
71,056 71,056 00000000001baa8e95be2a1eec7435611a56325aace8342e261e3abee1ce1a31 0.00 MB 1 0
71,055 71,055 0000000000a6523b96c27398cbb21bf88d75fa0638b94264484a383f059dcc45 0.00 MB 2 0
71,054 71,054 00000000001d35c6994f44eb5ce3bc4e8f7b3e80db97b322461968af535775bf 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.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,850.86 GB sent, 101.31 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.