Loading Tool

Explorer IconExplorer

Memory Pool

77,283 transactions
29.00 vMB
0.06908930 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 167e2f9825cdcfe84e4aa446e7344e3b0fbb81fda502f5ce55128e3b9919dc47
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 7b9ec286270af1636b72d2f3e4b196a3b3c6644725a1a87b06fecd542e633c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 1.00 vMB
Total Fees: 0.00570382 BTC
Feerates: 94.79 > 0.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (239,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,644 675,644 00000000000000000006a7854d9e8ce6fed7c6d100fd9ee028b105a07cb98eec 1,511 1.00/1.00 vMB 23
675,643 675,643 000000000000000000031c1bd009c3f8ce6755a10354022abed2bbd52571359a 1,124 1.00/1.00 vMB 80
675,642 675,642 00000000000000000009b68385eaeaf261440a801eb969b6cf4919aecafc40e6 1,498 1.00/1.00 vMB 105
675,641 675,641 000000000000000000053b94f446af575995b7a7d26f85f4fe1def2266985e73 86 1.00/1.00 vMB 7
675,640 675,640 00000000000000000007f8371aa6688a296bd020b7b4d300abd7801b15d2aad1 1,587 1.00/1.00 vMB 33
675,639 675,639 00000000000000000004dd0a9590124086b3b9041700ed0ddba54ef07e8b1b2e 1,041 1.00/1.00 vMB 26
675,638 675,638 000000000000000000019f0b034c6675536f15963dbf0cd4e1336a18138d79d7 1,608 1.00/1.00 vMB 29
675,637 675,637 0000000000000000000b296f6babf12d3cd2b3a0d8310952c94625cd24d1ad83 1,686 1.00/1.00 vMB 31
675,636 675,636 0000000000000000000a3744db7a5bf9da37f71b4db06393b10e6d7327ecee48 2,539 1.00/1.00 vMB 48
675,635 675,635 000000000000000000099338d0c904bc28ef4ac27a2c5f825c4216b5fb8af1e6 2,026 1.00/1.00 vMB 39
675,634 675,634 00000000000000000007d2f496ebb8d0ac75a56eac64f3d61605f57545c424d2 1,022 1.00/1.00 vMB 28
675,633 675,633 0000000000000000000a53a3f0e60c2de8f32e943df5f6f888f3a36b78b825c4 1,385 1.00/1.00 vMB 29
675,632 675,632 000000000000000000017815a0ad4cd342922340e55a8e7c81611e23c53ad6ef 604 1.00/1.00 vMB 15
675,631 675,631 000000000000000000089b98af29588f1435ab5d7a116676dbf1284e5bd8b5aa 921 1.00/1.00 vMB 20
675,630 675,630 0000000000000000000515c4fb1a576b460d1cc8239c6a22a6c99a04ae01c348 2,012 1.00/1.00 vMB 47
675,629 675,629 0000000000000000000aee6b4643a0830175750cd0243e4f24a62f4b30adfba4 2,067 1.00/1.00 vMB 10
675,628 675,628 000000000000000000087e214cee8e2f5879a0bd1f5a80fcfc39e711f40adaf6 1,922 1.00/1.00 vMB 46
675,627 675,627 0000000000000000000be32aeba5c7dd84d8e86b4733afa06b0ef31914dcef02 1,449 1.00/1.00 vMB 102
675,626 675,626 000000000000000000006a319bf5f9f221d59c38d03857e5f01c06b11d2ea741 484 1.00/1.00 vMB 13
675,625 675,625 000000000000000000058fbd59d637f24bc45c596519940bb0377fab5ae3e224 757 1.00/1.00 vMB 18
675,624 675,624 00000000000000000002a24b50860113e51a5ec34147ab5749d75521d96720dc 959 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.03 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.