Memory Pool Memory Pool Refreshing

4,625 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (603,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,034 304,034 0000000000000000510a081e4a63babf4ad29a0e1a52d3acb8156af9ae9b2a2a 0.29 MB 308 13
304,033 304,033 00000000000000002f6b870c6a39db3d09ae5da5f35150a233ff6ef4f4ecaaba 0.16 MB 319 23
304,032 304,032 00000000000000003b6a4e89a536fefaae6fd7b21cb8c69ccdaa9969943ef7f8 0.61 MB 803 23
304,031 304,031 000000000000000003a08c11ac2c6426c92b150cc5be923bfa70b8033cdf98ab 0.25 MB 657 46
304,030 304,030 00000000000000001f89dcc8861a65909b8963c952bafd10a2cfbbd71f210633 0.28 MB 563 33
304,029 304,029 00000000000000000348b50a2f4e857bbd82749a4eba690d630cb4eb15d9b680 0.02 MB 34 31
304,028 304,028 000000000000000000a091efb317aae4eab898ece9944d971a00042b61cee67d 0.10 MB 209 39
304,027 304,027 000000000000000053cf4ae35342985943298fdccabdcda902fb22fa6aa0cca4 0.08 MB 158 47
304,026 304,026 00000000000000002f08844b06b32008a579bc6c5a3d7a830fbf3cbbab37ebb9 0.23 MB 171 2
304,025 304,025 00000000000000002062d476ab8a52b4d9197933e0090cacf3c889d5653ab16d 0.49 MB 1,100 37
304,024 304,024 00000000000000002c11d8dc3766f9851d27a87cdb68d4eeaf2ba9238e2e3221 0.15 MB 265 28
304,023 304,023 00000000000000006212db433e5847f0fa33e8f479238c4bba8ddbade3e5bfdd 0.23 MB 307 26
304,022 304,022 000000000000000027f02ea137b79ba211a7dd4894e54430c614683632c61a50 0.32 MB 493 26
304,021 304,021 0000000000000000254c0c2dd53dc914babfb8adddaf0a5df734865e8ddb47ae 0.35 MB 626 29
304,020 304,020 0000000000000000588819a3e75da417ba4abde06cb1c4dcec95ddfb57279a32 0.32 MB 473 28
304,019 304,019 00000000000000002f9c36077fcedd6d12f8a870852d7a83b2739ffecc0768fc 0.05 MB 45 14
304,018 304,018 000000000000000023374c7b0dc9a9578ce5668d55b558701b5f5cab18515ca4 0.25 MB 495 35
304,017 304,017 0000000000000000225250af8f562166dbbf92ec6097b849c75b054ff2f16494 0.03 MB 51 26
304,016 304,016 000000000000000054cc777addda5dc49f385af1809f4a54da6ef06900fa5d1c 0.05 MB 95 30
304,015 304,015 0000000000000000582d7e87a546a958a0f8c156b110189b1b33040896352932 0.16 MB 311 29
304,014 304,014 0000000000000000066c4145220cf1a9b9c69f47fec5f3b1334c880f9d9fac65 0.22 MB 383 30
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.