Memory Pool Memory Pool Refreshing

11,726 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,127 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,130 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,126 (731,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,828 176,828 00000000000002f884101936e5d2251220d48318bb5fe1f672bc40ed39381485 0.00 MB 8 22
176,827 176,827 000000000000022d74cd4e95f666b1f433d5c0d45144ee59c2b0191037507c1e 0.01 MB 21 52
176,826 176,826 00000000000007bf03bbba510f368dbfdfcde82b41cac7323411bdb52d10e173 0.01 MB 30 228
176,825 176,825 000000000000033683e01aa5d807571413560af82e1488bb2a5b84841163ba7e 0.01 MB 34 267
176,824 176,824 00000000000006d41593c848b4b4e447586559ecf7adb016fd9f63cbfb7abfd6 0.02 MB 9 97
176,823 176,823 0000000000000875c7f6b7a88b37d0c0f761166ccecbc13b4860e8efcd7531b6 0.00 MB 1 0
176,822 176,822 000000000000098dd5ef1ee6b941bb759f661aa1689109cd17c153e8383cd26a 0.00 MB 5 0
176,821 176,821 0000000000000476af45b473a30d1fc546455e70ed412ab871a24bc5cbbae87d 0.01 MB 15 39
176,820 176,820 000000000000072fb33d78b7dc2d7af1aba823fd2bd0645f37393a4f51337b71 0.01 MB 5 27
176,819 176,819 000000000000019f6241dbc504f8b715a9fb31179ca994c47a326e80271b0b01 0.00 MB 2 220
176,818 176,818 0000000000000492844ed06ca68bdf74a0f0d3b3c8e1e7fe6b5222c73772e57e 0.01 MB 23 43
176,817 176,817 0000000000000a185b45d1411214f982e7f07016c546f9d0d1569e248a04a9fd 0.01 MB 42 7
176,816 176,816 0000000000000301427a557265f00f01824f32ba3350a602fb59d89911bbfc88 0.01 MB 18 55
176,815 176,815 00000000000003a764144216921d7dd9acb4523595b5e8c420fad2c1e860b037 0.03 MB 65 196
176,814 176,814 00000000000000e4a201f6590a9d9ae043858dd7527384356f3a23f4e511f430 0.02 MB 38 165
176,813 176,813 000000000000029e2f6ff378fb22ababdf27d4d063c3b79d918595630c53f183 0.01 MB 20 247
176,812 176,812 000000000000060300c01241f37792fa009c25180acda2cf6266110cf4820e2e 0.04 MB 46 74
176,811 176,811 000000000000039bfc6762cd2a6a333f65841069388009a7a11284cfbdc49aa6 0.05 MB 122 104
176,810 176,810 0000000000000a9622a4f8a69267a36087b7cc9cb8d0c7c6f168804229799416 0.01 MB 34 131
176,809 176,809 00000000000009524bfe7a8f1fd292420611e081070147d0f942bf3cbe38209c 0.01 MB 20 382
176,808 176,808 0000000000000662d8024cf77d94e39b19e8f261456e0dcdba2b8ba37902d4c8 0.01 MB 20 238
Previous 10 blocks ↓
Total Size: 769.78 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.13 GB sent, 96.84 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.