Loading Tool

Explorer IconExplorer

Memory Pool

79,071 transactions
29.45 vMB
0.08377076 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt e50f85f4e440f6bf8c284b9828e7f68a4229293c81e77a52aff9b2859da00c0a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ddc09e66ccc14c50bba2f67ee8d77dd085e756af47a303ed64295ab52334fd75
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.01898781 BTC
Feerates: 402.60 > 1.90 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (471,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,823 443,823 000000000000000001799e7aaa31dcc2335b4ea77f55216e4db86b37da130a1d 1,419 1.00/1.00 vMB 48
443,822 443,822 0000000000000000020d59013e7dd13679de744fdab39e6cb5c335b34a483a81 845 1.00/1.00 vMB 32
443,821 443,821 000000000000000002ade38ae98c6349d49d4007453c40b47ee3868b04e709e9 316 1.00/1.00 vMB 6
443,820 443,820 000000000000000002366397cef348f11ad6a8861b7390be57c89d3fcd50b537 1,214 1.00/1.00 vMB 38
443,819 443,819 000000000000000001c8f577ab625d702c625c3ed2b71ae8570246d1e7b8478d 2,343 1.00/1.00 vMB 71
443,818 443,818 00000000000000000273249aa8730cef5630b3962085ee79659ebd84621da6d9 2,707 1.00/1.00 vMB 68
443,817 443,817 0000000000000000016ede8cfebf92391c354a2324331f478aa9006801c36d7c 2,421 1.00/1.00 vMB 90
443,816 443,816 000000000000000001c90313d806b4b407d1cc19a127280e00cb0d2cc07d6f1c 2,213 1.00/1.00 vMB 84
443,815 443,815 000000000000000000257bcc3a871736949920dda858c1d6d210b82dce6931db 2,439 1.00/1.00 vMB 90
443,814 443,814 000000000000000001f62721bcfac8184d55c2fc9cc62ad8ed3f41d6946bfb3e 2,263 1.00/1.00 vMB 87
443,813 443,813 000000000000000002a93bfaa53d3861d4393f1bc6c55841e0214609b8f6565e 1,355 1.00/1.00 vMB 50
443,812 443,812 0000000000000000007b8f394626047e0eca6fd886a9e22ecd4f66b5c3231700 2,340 1.00/1.00 vMB 63
443,811 443,811 000000000000000002e1c911434b5bd55198ea19062b24a03842f5bc12202156 2,394 1.00/1.00 vMB 92
443,810 443,810 000000000000000000e7bec0a6cd6d46e96c2b0e90643a88c23e2ac4c5fbb0c5 2,194 1.00/1.00 vMB 77
443,809 443,809 000000000000000002c97e6fd316f91595bde351173545517733c73ad2ce1cf1 1,589 1.00/1.00 vMB 59
443,808 443,808 0000000000000000003dc7b103011c8d5c673548c35290a5d04910e54fdddeea 2,958 1.00/1.00 vMB 67
443,807 443,807 00000000000000000383d39c99cc9eaa755b499d69913d76546498a75c058507 1,891 1.00/1.00 vMB 71
443,806 443,806 000000000000000000543542dd4f8701f81579523072f6814bca1e9aabb0e04c 1,866 1.00/1.00 vMB 80
443,805 443,805 000000000000000002a52c90a199a4a40f3d43afec7e62d77659f5a04b6fd4ea 2,946 1.00/1.00 vMB 111
443,804 443,804 00000000000000000356fa6cb7ee0f8c7a1ac227a6a5896064bfe0bd281ef136 2,493 1.00/1.00 vMB 78
443,803 443,803 0000000000000000030734c4408a91ba038bd47df6908e0049b83d3eafe7769f 1,676 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.