Memory Pool Memory Pool Refreshing

4,511 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (766,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,727 141,727 00000000000008852fb7811605c017289538a28bebf8f9eeee9f683339ef4a3f 0.01 MB 15 56
141,726 141,726 00000000000008062e7b9d371f6770048b9c3110e414e8a51b975b2997855fd0 0.00 MB 15 767
141,725 141,725 00000000000006ea8e07a03e2bbe363009fdc8d80dbcb6d3c8a3e2339f340506 0.01 MB 7 35
141,724 141,724 00000000000003174ad8fb32dcd75096b6d30c2078607728c0a1226488a53961 0.00 MB 8 595
141,723 141,723 00000000000008e989a9972a316578754ad557e8fa2ceba7d99cb12fcdede223 0.01 MB 19 201
141,722 141,722 000000000000058c1f1dd4400b4d2a0821f558a6ca6ea4db93fcefa4b52059e4 0.03 MB 108 13
141,721 141,721 0000000000000127e45f861639be8acd4c7f2a115db51a68bfb1e78b5fd846aa 0.00 MB 9 29
141,720 141,720 0000000000000699011951de08321600421f330a2f7ac3e933041edce6afb12a 0.01 MB 18 266
141,719 141,719 00000000000005bcc1ee2141c5a388c62b604de1e6321cd29dcd07ad1cfde178 0.02 MB 67 274
141,718 141,718 00000000000000a37815c99c14910a814c82ae296fa31094913e2cb6548ce8d9 0.02 MB 35 241
141,717 141,717 00000000000004e4a480bffb80279ee3db9364d3fbb800d534665045ace32568 0.02 MB 57 169
141,716 141,716 000000000000054a877ac51bb9a0a02a8bee7a57bc53c8b1acd9948026c14675 0.01 MB 16 16
141,715 141,715 000000000000086e6bcff5432ad424df9c9dfad1f6be580c40e3191d8be36ebe 0.00 MB 1 0
141,714 141,714 0000000000000695923520bab65086e710cd1a755f82308c5c6e2811f5b64aec 0.02 MB 28 160
141,713 141,713 000000000000084ca1bde18f1150d0499b460ef74869ccc4d8a0344c5233c7ee 0.02 MB 95 100
141,712 141,712 0000000000000914ecaa69d6b5057babb9c66916a95785c94079bcc937682094 0.05 MB 87 152
141,711 141,711 00000000000000c0a391f2827036461567c499106acea3d326d9ce893141efc3 0.01 MB 35 317
141,710 141,710 000000000000057a92cefb1523a7b542f99339d3fe3b5d6d78dffc4fa3b4834a 0.01 MB 16 150
141,709 141,709 00000000000006d0ac112adef13efbf613d65d348948891f7e52e780d1200107 0.01 MB 14 148
141,708 141,708 0000000000000877b9321ce5a40f933016ad2a0add42c25f45ada5eeb6f5c1fc 0.02 MB 47 111
141,707 141,707 000000000000040636a077c644b06c0f757c61f22b228a13fa93cce5b4bfc3fb 0.00 MB 4 185
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.