Loading Tool

Explorer IconExplorer

Memory Pool

82,890 transactions
30.41 vMB
0.14816930 BTC
Random Selection Loading Transactions
Max Size: 184.21/200 MB

Candidate Block

Mining Attempt df24aa9a21e55ec1d92cb8fbf22206b5662443a5d9163874fa03e5e36c09e160
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 15dec6179f6a27d6743048bec16458692ccc2b0ee370a62af5ee2d79e72bbb01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,722
Size: 1.00 vMB
Total Fees: 0.06704942 BTC
Feerates: 150.61 > 6.72 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (343,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,719 571,719 000000000000000000251de4c37923bf418ef4fe7623ee00ea8733f3c4256ad7 2,753 1.00/1.00 vMB 26
571,718 571,718 000000000000000000290a99bf4f402efd29302e4fa85f686954c9ccbb7418e0 2,824 1.00/1.00 vMB 72
571,717 571,717 00000000000000000013387e72489e02d782860ffa6d5e00f8f83032de77f59f 1 0.00/1.00 vMB 0
571,716 571,716 0000000000000000000bbd05968480efdabb42324cd927647dc89270be7dcef6 2,919 1.00/1.00 vMB 72
571,715 571,715 00000000000000000003a98b55e8587195354a2c6bea761aaba19ac150d7b3b5 2,092 1.00/1.00 vMB 98
571,714 571,714 0000000000000000000b28fba78eae9d9f26091e8d029510bf4f04598d864887 2,276 1.00/1.00 vMB 65
571,713 571,713 0000000000000000000e0cad7f50af9218e3704a1d418739209ff881a97a31c3 2,730 1.00/1.00 vMB 39
571,712 571,712 00000000000000000003a2fac2cd94b10f35111c2b3322e946543da468d04fe6 2,730 1.00/1.00 vMB 13
571,711 571,711 00000000000000000027f57264d7cb2754be41b0d0f63bd6f0c0eaaca922cb3e 2,606 1.00/1.00 vMB 64
571,710 571,710 0000000000000000001e8838fa821dfd8a66c076b213479d369b4791dfcf7905 2,622 1.00/1.00 vMB 54
571,709 571,709 0000000000000000000236ff36c70f4dbd771c41b62b630dd5017240dc9ef60d 2,562 1.00/1.00 vMB 88
571,708 571,708 00000000000000000007ca352dc630c7d5e3e9089be44227bd3361ef7c4358bf 2,204 1.00/1.00 vMB 93
571,707 571,707 00000000000000000022a023378071162c20db4c2a79514bd8ce6979a5d8db5b 2,754 1.00/1.00 vMB 47
571,706 571,706 0000000000000000000432bf7bbf08a147527278b07525864c33017afe4c29c0 2,555 1.00/1.00 vMB 17
571,705 571,705 00000000000000000013179bb5e75b26da181359ca95fe461347738de2b2a4ed 2,529 1.00/1.00 vMB 20
571,704 571,704 00000000000000000015807acec4a598668503a4c14d9348f255d8a3d1f5356f 2,808 1.00/1.00 vMB 48
571,703 571,703 00000000000000000025e7630c26d82784d12711fc1f317bdd458c7951da9386 2,728 1.00/1.00 vMB 15
571,702 571,702 00000000000000000017d2fb7e17849bc3b4438c41b2f49ebe80e9aa240c80c0 2,801 1.00/1.00 vMB 52
571,701 571,701 0000000000000000002215c2d315f44f8789a97259409bcb53d9e3a35fdcd4d9 2,870 1.00/1.00 vMB 125
571,700 571,700 000000000000000000102b0b0fe3573c1a3e7956215a25d6380ca1aa803228e6 1,955 1.00/1.00 vMB 15
571,699 571,699 000000000000000000141dd857d446c1e3a952556945b1f266b160fa7508a397 3,001 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.