Memory Pool Memory Pool Refreshing

2,142 transactions
0.65 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
907,835 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,118 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (577,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,158 330,158 00000000000000000d01e5e9021729d9ee3c567dd16114875760bff1a36b5db5 0.01 MB 28 26
330,157 330,157 0000000000000000117878de0b3afcd2015fd27dd8d447ea2eef74d0a629022a 0.21 MB 277 21
330,156 330,156 0000000000000000062f7abef7d9450c0dd6a3f625030d95fd3d60ba1a6da8a7 0.18 MB 475 34
330,155 330,155 000000000000000006cdfa20f009c8d6e582a71e0dba7479fb2886ebdceb19b3 0.22 MB 390 26
330,154 330,154 000000000000000004374491fb7ed9fc3e4164a6096e57c78d4ecdc601b8c483 0.16 MB 268 27
330,153 330,153 00000000000000000cbd9e92ab9e42c0156baeac92b071af0373d8dc2e0e64b7 0.31 MB 569 27
330,152 330,152 000000000000000015c9881d63e99f7f7a742fd2eefea445fb0b521f2922cb97 0.75 MB 1,350 29
330,151 330,151 00000000000000001a388216f42bf691c228cbe5f55e28e0a25ebfb79cc7f45c 0.04 MB 128 35
330,150 330,150 00000000000000001a37afe0d56f6ff3d187a7a74827a08a641ae82a29e08210 0.67 MB 1,067 25
330,149 330,149 000000000000000017ab84ce2b4f6fbe3fe34fb7c6c67ac765b00ab20eb78a2d 0.20 MB 298 20
330,148 330,148 000000000000000019006062b88e3e5a3b99bd98aa149eb143d6335d382cd91f 0.33 MB 638 27
330,147 330,147 000000000000000001a3268ddc8f8094da1ff11936a7116fe6803b93f6dd1f48 0.29 MB 618 28
330,146 330,146 00000000000000000359ed9d01296c47881a38cb233ae75185a32c13c30066d4 0.70 MB 1,499 27
330,145 330,145 00000000000000000f556c91f3b8a6979ad0b076f32f683182fd32e3242b4c73 0.59 MB 942 24
330,144 330,144 00000000000000000ac72d21d5ceca3647146e2a4393a3d6b60d37afc55f4570 0.03 MB 32 55
330,143 330,143 0000000000000000131efe76eb9775e9c7a302c35ac58da3a82a8ab09cd20f43 0.66 MB 970 20
330,142 330,142 00000000000000001bb7fa8ef406c52c081c6efbc6ee5b6cda7861bf99b36a91 0.75 MB 1,253 24
330,141 330,141 0000000000000000032c361ba3c2d384c6031c0a400dac25c990fba099cec146 0.50 MB 1,491 40
330,140 330,140 000000000000000000026ccbc4bbb6a608e90132329190291127f971a604e5c9 0.19 MB 387 25
330,139 330,139 0000000000000000058a2f5227d5535c60153b797ce67248964299f9daabc5c4 0.44 MB 744 19
330,138 330,138 000000000000000006fc0a228edc7acf37e74a89df2be0ff0003059e72ba81dc 0.34 MB 1,024 62
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.