Memory Pool Memory Pool Refreshing

6,937 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,232 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (744,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,505 163,505 0000000000000b45220162f64dabe8a46859f5d214154a12ca95a5d7b30d1ccc 0.03 MB 91 127
163,504 163,504 0000000000000bda790f66238bb3defa9dab77c4ae765838f0938afbddbae173 0.00 MB 3 41
163,503 163,503 00000000000001df3955f126ac82dc72b9e027134f39bd4f0531af7301a3dbdb 0.00 MB 5 18
163,502 163,502 0000000000000848a8da13f90fd03e1229de80f11876fc5d055dd9631ff8c161 0.01 MB 16 4,328
163,501 163,501 00000000000006b34747d9ee7723a1b927e60dd3436a26fb72dc0d2424b1fe2d 0.01 MB 33 174
163,500 163,500 000000000000087da748318a644fb0422e5e2e4043ed1ad728dc699d4a825bb9 0.00 MB 8 35
163,499 163,499 00000000000001946e1af7591a1830e26faea3ea8ea7ca2dbddd70ca5088eb94 0.00 MB 12 0
163,498 163,498 00000000000004d039aadf9be0771dff275e50be2369c0e4221461b800e0d7b9 0.00 MB 1 0
163,497 163,497 0000000000000542dfcfa2a37b73f28a8fb1c69be1cf9588f0eae9d000aebd82 0.01 MB 25 61
163,496 163,496 0000000000000b21671f7e95e35c5919bc489b5b2b5830ae675948d690461f5a 0.00 MB 11 28
163,495 163,495 00000000000003551ccc7711fafcb049f776d5d3166895c0b256853208d4b65d 0.01 MB 29 54
163,494 163,494 000000000000026e55ae5f0a51a618b6bb78b8da2544477970ec19f75072ecc9 0.00 MB 14 28
163,493 163,493 0000000000000a40d7f4e942896628828b8be6d22ea25ecb2fc3e68a64638890 0.05 MB 110 184
163,492 163,492 0000000000000c0aefc93523f00aa89bfc953e8671600f269738ed9a37ca7e35 0.00 MB 10 70
163,491 163,491 00000000000000c094a3c34b183ec7889e673ff4ce2f8752a57ba386df23ce4d 0.01 MB 12 122
163,490 163,490 00000000000003abd0d9ccf54eaa2f04b2b0a52ba22d191f0fab04f168b0f3e5 0.03 MB 79 151
163,489 163,489 0000000000000a580574d5f6b3fefc53c9dbc13a8ba9d29610a7e6361a7488af 0.01 MB 22 428
163,488 163,488 0000000000000ba9663095c4166be1e83c15fcddd660071193c721934b1fdb3c 0.01 MB 45 29
163,487 163,487 0000000000000157e68e05a60fb0b0bf34c168e40c403f0e80db947947657d12 0.04 MB 77 180
163,486 163,486 00000000000001221d98b77752f266039d9376b726e088f6d0bfe3a6f05db02c 0.00 MB 7 108
163,485 163,485 0000000000000b25dcc6e22505e6d7be0c73263154cfb7d61baaa5a5cef33911 0.00 MB 12 51
Previous 10 blocks ↓
Total Size: 769.24 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.98 GB sent, 94.11 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.