Memory Pool Memory Pool Refreshing

3,402 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,530 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (835,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,556 72,556 00000000002c1303e373c42591e20683865836dc71274a5d292161d5d1e5b6f4 0.00 MB 3 0
72,555 72,555 000000000032097a7ef499753eff9bf69215943f0f8937b661f9b3ae62b0ef19 0.00 MB 1 0
72,554 72,554 0000000000e28d5ee804610dd3a0ee2348f43fb8a4605d28bf28904ad61919b8 0.00 MB 1 0
72,553 72,553 00000000008392e602853426ef3336c8b618637979de7793f22d364bb96998f1 0.00 MB 1 0
72,552 72,552 0000000000cd79c85fa7da8ccfac5ff021fe58669320a70a2c9db5aad14aab37 0.00 MB 1 0
72,551 72,551 0000000000db73850ffe4e5477d797b6369c34607dd7e41536ad90b82d8286f5 0.00 MB 1 0
72,550 72,550 000000000087a9a7473e94d695dc89d029e1239a848b3528b32fe7b915df099e 0.00 MB 1 0
72,549 72,549 00000000008d933e11c000a6ce690cb9e823d05b1c6bf8d88a91566ecc59ccbb 0.00 MB 5 0
72,548 72,548 00000000003dfd33e9f55a87061598b73fd7de7f87f45ceb26818b2594e389f7 0.00 MB 5 0
72,547 72,547 00000000008f55346380f3fe1077e88684ace9fc59fe29124670a04796b3249b 0.00 MB 1 0
72,546 72,546 000000000016cd4a4b4c35f108f22747e9b49116cd30102f76f69737f6f5ba3f 0.00 MB 1 0
72,545 72,545 000000000093329670163a46bb83c453d474ae696837b9d057f229e07cafded4 0.00 MB 1 0
72,544 72,544 00000000009f4b053cc59bedfdba48857172c9c68959574bdfe033961d6e3697 0.00 MB 1 0
72,543 72,543 0000000000d56eaa30dc70733f80d12d9c0b82b4e45b4c6421b42af6e07b36bb 0.00 MB 1 0
72,542 72,542 000000000059042dba1189685b382bf3ab72c2838a8708bf1bee49cef67ab113 0.00 MB 1 0
72,541 72,541 0000000000fefdb96cb812a014f0d5a024b7d4d726e91af4fbbc07da834660fe 0.00 MB 1 0
72,540 72,540 000000000074db85c273a57ac06d98dec62d9392f926d13d18db2230ecec1478 0.00 MB 2 0
72,539 72,539 00000000002f6dd54bf29eb46dda5262b839befa1c9dd8e1e261f9f487c513bb 0.00 MB 2 0
72,538 72,538 0000000000368a34f769afc8febf1ed0ae8cf8e2c18e49e33279926ff595fe5c 0.00 MB 1 0
72,537 72,537 0000000000b1c3c93d5cf142668d944db3c17995b5a87c0df37615ab3aab3225 0.00 MB 2 0
72,536 72,536 0000000000fc71f81e3bf298d1b9396cbe7f7aed29b4a3239e7e82fb125be619 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.