Memory Pool Memory Pool Refreshing

10,591 transactions
4.40 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,010 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (837,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,085 71,085 0000000000b7b50aaf8042b14ba182d70f87bf6a9f30b9b76e49974632ac5c03 0.00 MB 1 0
71,084 71,084 00000000001e4b20d34539a3fdcfe41e5fd2feb85d5c047887d6588db08b4b3b 0.00 MB 1 0
71,083 71,083 0000000000ff48a4fc7c06dfc066f4e76c489877a27ba9fb1c050953819a20a2 0.00 MB 1 0
71,082 71,082 0000000000fbd558e35d869bde2df3aa9e1730677b3a1da10d9f8f9ba0296c15 0.00 MB 1 0
71,081 71,081 000000000054d9894f74180a7c13b628a37c714b02aea7618da38b860d23bf48 0.00 MB 1 0
71,080 71,080 00000000007d00f1505ed3c4f4423cfea769015f649b0c563170e2fd781391a7 0.00 MB 1 0
71,079 71,079 000000000099fa1d89eff75db3be16b6767f3cdf51c9134905ed8157315834bb 0.00 MB 1 0
71,078 71,078 00000000003de25e59ef90d47e52258ca0ac5369a14f1623d3911dcb6a04b2f7 0.00 MB 3 0
71,077 71,077 00000000004a1dd380a536bf31085a09dd09a45da66065516720d066e4825ace 0.00 MB 2 0
71,076 71,076 000000000023385506a2c686cdf435b94be03bad66da5bf88dac4577b59fb407 0.00 MB 2 0
71,075 71,075 0000000000b080b364cdcaac16180834726b6cc0cd62e58b1a6601c8fe9e52df 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.77 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,848.73 GB sent, 100.87 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.