Memory Pool Memory Pool Refreshing

1,251 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,251 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (718,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,089 189,089 0000000000000529f08ee9257e04a351b09cb8a3c0a99f274867c115c6e8aee3 0.03 MB 64 30
189,088 189,088 000000000000017e4fc8d31937f30bdaed187ba252d031c4164d575f356cc893 0.02 MB 40 142
189,087 189,087 000000000000089f0f7c07a85b0b6f7b28c78f94dd856e4cf90410b126579a34 0.00 MB 10 54
189,086 189,086 000000000000035430642038afcc549e0574b2c4f0814fe7c4f5deef005b22d2 0.00 MB 1 0
189,085 189,085 000000000000073c21f43447c237012177fd105b0c8020a9bdc63239b5462aa6 0.03 MB 77 110
189,084 189,084 00000000000008932f349ba22aed00eacb07c14f3edb642449e1be777eab4b7a 0.01 MB 23 635
189,083 189,083 000000000000000f609170d52f8d0a9e5ec4023b3c135c8fcd7e6b66b4453866 0.01 MB 15 15
189,082 189,082 0000000000000669f54636472437f724c952694bd1cf5d4e489d30ca32174d12 0.08 MB 211 228
189,081 189,081 00000000000000b4ef5fc788fe317738915195d3788d6b914d73a56a2469df59 0.00 MB 4 31
189,080 189,080 000000000000065ad3ed3f4bc98bf9e14d63ed776eab12fbee2ccd444792d7ee 0.00 MB 13 32
189,079 189,079 00000000000003999bd6e379c04e924e41751cb1290b1fcf00990a3833e3b263 0.01 MB 34 35
189,078 189,078 00000000000002ec238c916c8353086d66a987feb9a077881513472f378257ce 0.01 MB 31 82
189,077 189,077 00000000000006816fc2855b66f9c6ab65462e13cafc78d94b4ab2f1a1c82069 0.10 MB 324 133
189,076 189,076 000000000000005dcb94b0bfbac5708a1824e07a4d708dcc553280151856dd1f 0.14 MB 276 117
189,075 189,075 000000000000081e9b85bfd690332ac445ac9895e96ea8113433fcb7e492ffbf 0.03 MB 45 117
189,074 189,074 00000000000001eeafd8e90c0aa43a06b53a15c0e2311356b45d6e0515c976ba 0.05 MB 138 48
189,073 189,073 00000000000003570c52d7254620231a95360ec5a0833e1fe9911f174e47c26f 0.02 MB 38 53
189,072 189,072 00000000000000db4afd22e4188500c105e710a11a99beff2e7fd9ce073b89bf 0.11 MB 204 111
189,071 189,071 00000000000003134898e2fd675a013de4a896fff0ac3782fe57bbe62c005397 0.44 MB 1,024 104
189,070 189,070 00000000000004884520eabb219612867b63bf284a9db5329b377c7837bde9bc 0.06 MB 169 1,733
189,069 189,069 000000000000096b30da5f7f7b022921280ed67b902859bb957aa358cb97ed30 0.00 MB 8 15
Previous 10 blocks ↓
Total Size: 769.15 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,632.44 GB sent, 93.62 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.