Loading Tool

Explorer IconExplorer

Memory Pool

80,658 transactions
29.73 vMB
0.09561448 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt b70377ca910bcf205ff686dc0089761288b40808966d49a38ed9b6325624a923
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root bece12536efa1a8e1b00d6460f22cada4a3e5c344afdfe527cc407bd1508a8d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,162
Size: 1.00 vMB
Total Fees: 0.03184376 BTC
Feerates: 502.67 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (182,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,056 733,056 000000000000000000008ec0788c6faf9f06777830193ca05574fb66202f88a9 1,774 1.00/1.00 vMB 6
733,055 733,055 000000000000000000081c4f6a186acb94ab4c0805119a85b280bbb452a404b6 3,258 1.00/1.00 vMB 18
733,054 733,054 0000000000000000000762c75675bf2047b7eef46ca42ed0a38ed2a48dd22155 2,776 1.00/1.00 vMB 6
733,053 733,053 0000000000000000000384ab00e3fb2b8dfe5c5b3efbfa452c7d86c0341703e7 3,306 1.00/1.00 vMB 15
733,052 733,052 00000000000000000005edc59165464211f82b80c9cbfc252cd307781db51022 1,679 1.00/1.00 vMB 8
733,051 733,051 0000000000000000000861c654d83a9175e0b599828e9221c0c9f022c40a3550 1,572 1.00/1.00 vMB 9
733,050 733,050 000000000000000000042eda48875c6afb0b7b42d20368a206374a26f4441c9a 2,980 1.00/1.00 vMB 15
733,049 733,049 000000000000000000086303c887c762add6807401ec5ece48c3de2395b8ddd4 937 1.00/1.00 vMB 8
733,048 733,048 000000000000000000088f87a235bd41ee74b270ccba09d0c9deebd2c20b23ae 2,877 1.00/1.00 vMB 14
733,047 733,047 00000000000000000006fc7b269d0fdc9af2c7e8a07c057eed3526deaba93208 3,287 1.00/1.00 vMB 8
733,046 733,046 00000000000000000000cdb38d5ed739992eb72d53e3eb846596696af6d5ba51 1,181 1.00/1.00 vMB 11
733,045 733,045 000000000000000000007115b4a3f37dfde1069d4d6d563fb479c590079232dd 2,736 1.00/1.00 vMB 20
733,044 733,044 00000000000000000007e2dd5ac4307a695e65f1506b6563cb2173dcee9d3e7a 2,892 1.00/1.00 vMB 20
733,043 733,043 00000000000000000005e2e4a70c12a851cc8cd4fe23361e41b893fcd0080841 2,343 1.00/1.00 vMB 6
733,042 733,042 00000000000000000007e9a680a162f7e4ba470efc5df5721bc4eb58ebdb2376 3,579 1.00/1.00 vMB 8
733,041 733,041 00000000000000000008b557fc9df6337f8b6b1693ee0b41f8fbe479894a81ef 2,071 1.00/1.00 vMB 13
733,040 733,040 00000000000000000009cc62b01275ec4d9323fa7e4d4b085ba2a2477b786c3d 2,189 1.00/1.00 vMB 22
733,039 733,039 00000000000000000006577207cfa6e491abd5e95241b7f0640ffe8e0718b67c 2,821 1.00/1.00 vMB 23
733,038 733,038 000000000000000000031370163c61d9d60cbebd5d33ec969d181fa294e89329 2,839 1.00/1.00 vMB 21
733,037 733,037 000000000000000000082803d69edd7cc10cd7d37147dd2ad2875c8240358e12 3,037 1.00/1.00 vMB 13
733,036 733,036 00000000000000000008c8908d2f3e76c77f8b476060d8f26f7a3b2e2627f11c 3,436 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.80 GB
    • Received: 15.76 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.