Memory Pool Memory Pool Refreshing

6,233 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
908,294 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,503 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,293 (892,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,515 15,515 00000000fe272d836766cc14833a9b50cb49aa6ee9a06bdd9012524abdc98b9e 0.00 MB 1 0
15,514 15,514 0000000000481708c7fd64fdde3109a278a75313ed8ee49f82116aa13dbffcc4 0.00 MB 1 0
15,513 15,513 00000000cbd6a81281baf6e4d26e64d71f34e7fc4184a6d2a77209552f8a0e5c 0.00 MB 1 0
15,512 15,512 000000004330eaecfdf3a3b2ce862eea0b681eb69ec5b890cfa5c44c1772d66d 0.00 MB 1 0
15,511 15,511 000000009212396ec7bb648b5c0f92ef42fa6c65a2ef3dbaa313fbf9023b6c9a 0.00 MB 1 0
15,510 15,510 0000000028e83a3d2b2a0c8938f62aba9a743d7c0300a109864ce853584f52bb 0.00 MB 1 0
15,509 15,509 000000009b4ad270a8f59fc52aa04df0084e165f8b0c6e4435925421b429e228 0.00 MB 1 0
15,508 15,508 0000000016410c99d4fd03b8644e99c9d50ef1ca545a41aa3154e4221af9237f 0.00 MB 1 0
15,507 15,507 00000000f794e69c0cecfadcd7a0af3f81cdd3b824f247b099b3428bfecb0601 0.00 MB 1 0
15,506 15,506 00000000dcad2a51d1810565d9cc3e5c801493310a4531174d96309610aecae4 0.00 MB 1 0
15,505 15,505 000000002dd39d7b56f59ef17dfdf7c5a01c62bb7ff0dbf717dd25fc4a20a3d5 0.00 MB 1 0
15,504 15,504 00000000a234adb205d51d3e3e00a01728d26d24b6c9408aba3846fd827bdfc6 0.00 MB 1 0
15,503 15,503 00000000cb4d3af177ae5094208e00e919cbec3934d4f667c6db3c3e84603836 0.00 MB 1 0
15,502 15,502 000000004189b1ce5ef0ffe2959a1d7df7b17005f2806185d063f6c2571bb494 0.00 MB 1 0
15,501 15,501 00000000496de44942d7844590be1bb9ce500c59a7797ca4df406ad3968fe8a4 0.00 MB 1 0
15,500 15,500 00000000ac8659ef86a83415f54e92cf870090d8a4f528b4804264e3c36ba00b 0.00 MB 1 0
15,499 15,499 000000006d5fc269100768ad9f2e4e417c95b67cfc53bc4278b7eb8ea7c71b8b 0.00 MB 1 0
15,498 15,498 00000000df0cc5a898df9a16f2df29e0a12525359892d0676575eda1882f0238 0.00 MB 1 0
15,497 15,497 000000005e7b02fd9226b8071f63c09b59a5bd99ccccd68a78d7a30786b29057 0.00 MB 1 0
15,496 15,496 000000008d78d58371ec03d233efa298c93ded36ce09687ea481c30ba062857e 0.00 MB 1 0
15,495 15,495 00000000d75da33616660a2004599463d1c3828d9947dc498fc6f5c65acb6f59 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.50 GB sent, 98.35 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.