Memory Pool Memory Pool Refreshing

2,684 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (615,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,448 292,448 00000000000000009dc8ead9fe6fa435bde8f03a9dd9de57271e08d25cd94deb 0.15 MB 270 29
292,447 292,447 0000000000000000a02d25d564345334368e138f57814966358665cfe2eefb3f 0.12 MB 184 26
292,446 292,446 00000000000000003f3a548b8bd8473512d1496f2edd81e3fae719b1f9585909 0.50 MB 614 22
292,445 292,445 0000000000000000be2d496ffa477270a56a2395158b31211fd0ce03db381cf6 0.17 MB 512 59
292,444 292,444 000000000000000006387a693a63cb91f01536768175d6e1bbc9e8661fb2a082 0.45 MB 523 34
292,443 292,443 0000000000000000ab02a104f9218905f8b701a688bb648f0a7e71ce7e1dc752 0.75 MB 1,483 32
292,442 292,442 00000000000000007e6ce73d5e8f60cb2dd60818815e3f4f64a3328b7624179f 0.35 MB 1,070 57
292,441 292,441 000000000000000051dd9caf7e40fab2e3fb9f5711a585a7a30270e0e897bd0c 0.13 MB 208 25
292,440 292,440 000000000000000047560b0d34c4326e7c6605aeb662d6b2d4b557118a1c6246 0.35 MB 585 37
292,439 292,439 0000000000000000079e4c2c597269ba0714899350dadc02ad76526db19586e3 0.35 MB 902 45
292,438 292,438 00000000000000004fda5da35004caa155631ff873fa0a37da6c87268ad837aa 0.35 MB 494 19
292,437 292,437 00000000000000006b443525f73825a938428b1f2e8d86e2071ed8d36be5430a 0.50 MB 1,504 51
292,436 292,436 0000000000000000226643bf4f87790473465880e9e9b64f2f0d7a79ff6e9e33 0.02 MB 47 32
292,435 292,435 000000000000000088913f863e3f6b6ba54a840ff1b2a3ce63b91caf9358bbf1 0.35 MB 227 15
292,434 292,434 00000000000000004bdadde58e35fd66d3424d95c7f1c7a8f6805ed529e054a0 0.35 MB 820 33
292,433 292,433 00000000000000005569d5062cc39057e0c2237e40348b383e40183c6d70364e 0.16 MB 512 66
292,432 292,432 0000000000000000943ba288d519e95306ba0c6c4aaf7c7d6d4786f44998a80c 0.02 MB 64 41
292,431 292,431 00000000000000009fe1b3539c9aeb90174518078daf3e44209c22509fd21b08 0.06 MB 116 39
292,430 292,430 0000000000000000b3aa9364231f4297ef03bf2785690c86aa22cbb40f993931 0.21 MB 306 30
292,429 292,429 0000000000000000685d0de8c31173230b7e6b46d095257f15043df8741764c8 0.10 MB 191 29
292,428 292,428 00000000000000003837da776bc7782481fe234945e7d59ce8206a256a4e14ad 0.22 MB 391 29
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.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.