Memory Pool Memory Pool Refreshing

6,075 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,137 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,771 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,136 (895,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,194 12,194 00000000418f67e1b7a8b9b62c67170c747a9e487dfd65b28136b54b8a626cf1 0.00 MB 1 0
12,193 12,193 00000000aca21f22a2860b60daa5f1e5fde3eb409b6f9306021c378a8bf5a60b 0.00 MB 1 0
12,192 12,192 0000000035672578aa2ddc717840f7f06dcc9313c26b814b6fd152fb88bf7d19 0.00 MB 1 0
12,191 12,191 000000007633db6a89558f50849fc8f2d8ccdd79dbe9e90b58c2f1808ff998fc 0.00 MB 1 0
12,190 12,190 00000000e0506e7313eea9ccdc7560086670c461c2982271180ed7c3033719ac 0.00 MB 1 0
12,189 12,189 00000000bcccde8b1c40b69f898f2b1d817212eb580e55dcff93be57e511c6c4 0.00 MB 1 0
12,188 12,188 00000000a93617630b09d3d9de28aa3773cc00060fe2a57ea65677551183531d 0.00 MB 1 0
12,187 12,187 000000002d54e8de470bd2bd89bd3cc1eadd2812609398985ae138bfb58544ff 0.00 MB 1 0
12,186 12,186 0000000035f9cfa8415d378d21d38d6b255554168225d1542cad65204adb95d9 0.00 MB 1 0
12,185 12,185 000000005d778d31e875626fa23a7c756eb7c0821cdb56d86eb9f293035852e6 0.00 MB 1 0
12,184 12,184 000000006b901f3bc4a2b55329bc4dab63e1ffe29888b93848cc75dc0539a775 0.00 MB 1 0
12,183 12,183 00000000dafc6d1243fee5d3d59e5d7dcb234b45d4a2f5ef8e58baba4c1eb523 0.00 MB 1 0
12,182 12,182 000000005ac2194513578d18cc4e6c49d54a58ce0b64eb96586134a7eab69c42 0.00 MB 1 0
12,181 12,181 00000000cb309bab312442cb81d3c6571c35b9044cec1a54c1c5fa5a324c7fbb 0.00 MB 1 0
12,180 12,180 00000000d88564c25788aaf4e81511aa21ac2022938bf95397010a256eccae90 0.00 MB 1 0
12,179 12,179 00000000d09c52528346010809c2ad042ec7b55b634d243ede2abc6be53e40e2 0.00 MB 1 0
12,178 12,178 00000000678cca44c40a64be017b89e9412d203a72ee3397deac49696b118569 0.00 MB 1 0
12,177 12,177 0000000020c5889af215f753ef980f28a7d3da2cff8739928578a9393dc0be69 0.00 MB 1 0
12,176 12,176 0000000074c28cff571fde310b03a7c5767e796bd71991ca13265e75aa57a4d9 0.00 MB 1 0
12,175 12,175 000000005870ab359f912fdcd2d6a49a1631becfbe63b5838726a8bf1eb7958c 0.00 MB 1 0
12,174 12,174 0000000059fb7c9bfea1dbe54451c531b779e8ca406a5791d6510aca56c8bee5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.45 GB sent, 96.92 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.