Memory Pool Memory Pool Refreshing

568 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,021 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (760,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,303 147,303 000000000000007db99079ffda459cdd39f9d62c69b16b868cff60211d107563 0.00 MB 8 90
147,302 147,302 00000000000006ad4acf8893cd88ae8a8426c27b3a815bda57c53a5097a4d6f4 0.01 MB 36 77
147,301 147,301 00000000000003ed3cf2e778967db11534d10ba2c656e2ff5d0b3a5db34a762b 0.05 MB 148 79
147,300 147,300 000000000000014690dde11bf076c2124f5227fbbbe15ef1cb1d8823e966693e 0.01 MB 15 45
147,299 147,299 00000000000006eadd3ac46f58eed40f67ec651fe7cb4bbf9c0008cbe9d85258 0.02 MB 56 88
147,298 147,298 0000000000000129c88f016a8cd63c8f6398f0e65edf2b8bfa87468181ef9b52 0.01 MB 8 1,323
147,297 147,297 000000000000092fca79adf8bceb3cbffd9aef2430a7305d61a2b9773458dd4c 0.02 MB 30 475
147,296 147,296 0000000000000307f8056d444449229809a833f5ea938392b255d7d3d1878dbd 0.03 MB 65 169
147,295 147,295 000000000000077109153fbd56209486c31c18958445ba67bd64a768c279208a 0.02 MB 55 0
147,294 147,294 00000000000000d9d86653d8a5daae56bfa73be395a794f636964b830fdc8435 0.01 MB 29 147
147,293 147,293 00000000000003f045d0c4696839894db50d26d6ca0848582b871e1544ec0e3a 0.03 MB 68 249
147,292 147,292 0000000000000372b11b2c1ecb3c1d0d88caf496ca766318aa5be48a6d1cfa26 0.00 MB 3 57
147,291 147,291 0000000000000458080d2595f63f13c1bd7a6a79fa24396d66d0f46835660610 0.03 MB 95 92
147,290 147,290 00000000000009df0df43018e34d5acc245f4c65b8a4b92138c2fa58c3aa311b 0.01 MB 27 232
147,289 147,289 0000000000000885173fe16260a6b4ff1d1036cc2ac74f1c7e7584dc1aa36a9d 0.03 MB 74 64
147,288 147,288 00000000000006144054b591e264153eed9146d6e5c4e2fe1453d2193ef54922 0.04 MB 122 30
147,287 147,287 0000000000000485e5237ca6df562b442418ada86308f015bb9c2908eb939db0 0.01 MB 24 179
147,286 147,286 000000000000048bb3df6d4f9ccfb94276075a639646ee4bd18083c13939cf0d 0.01 MB 20 38
147,285 147,285 00000000000009bb0e0a1ce8e458ba6458274f63d87935855d0416ca3daef3b1 0.01 MB 21 50
147,284 147,284 000000000000001ab1cbcda6d3dfa04b8aa694264968db216fb346e9634f5f17 0.01 MB 27 277
147,283 147,283 000000000000076ee912af7cf8d9b4c956168fae77f8ae840a91bd5fe3d1b044 0.03 MB 69 282
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.