Loading Tool

Explorer IconExplorer

Memory Pool

38,968 transactions
28.50 vMB
0.06131303 BTC
Random Selection Loading Transactions
Max Size: 144.62/200 MB

Candidate Block

Mining Attempt 5c2a1ba8c5f533759366a2e1d2c50a83e072daa189771b14e07c0825878f252e
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 77bd78d476b9a01ddd75df517eadb56482a390cf84c534e27a7a8f6d9ec2b0ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00639239 BTC
Feerates: 50.27 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (504,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,776 409,776 000000000000000004868e1791a3b9162756c47ecd4e1af7242fa5b6d844d062 661 0.54/1.00 vMB 21
409,775 409,775 00000000000000000268b51549279d21f44330f2da0f199ead5080b26ae3ecac 2,419 1.00/1.00 vMB 37
409,774 409,774 000000000000000000d267390c7a21f194e510c4102fb16cc19dfdeeea04cb37 308 0.12/1.00 vMB 39
409,773 409,773 000000000000000006146a00c9b3e28b9d35bd92b85ef5377a231f0db6384b21 1,694 0.92/1.00 vMB 35
409,772 409,772 0000000000000000019b7a35788315093e9a3cfc4b1dfd3f1755b88a0178eec3 151 0.15/1.00 vMB 10
409,771 409,771 0000000000000000012c047e237247f66370d8a68d3a85062e3d8e3fb8efa271 832 0.37/1.00 vMB 32
409,770 409,770 000000000000000000843508cd640da1251d47d1ba9a047a192c441ec13423b0 184 0.18/1.00 vMB 20
409,769 409,769 000000000000000006268054543eb750c537ea8e82147c556696eb786916e94d 686 0.29/1.00 vMB 41
409,768 409,768 000000000000000001e8ef7b85d8fdddd06965c3487ee9621efb14d72af45c32 2,274 1.00/1.00 vMB 37
409,767 409,767 000000000000000005e9145257144c2eea21b55ebb7f577b313d1eb0254d6b62 62 0.49/1.00 vMB 6
409,766 409,766 000000000000000005fa10de8da2c886a523b4d2abff617260b939dfe842a9ec 369 0.98/1.00 vMB 13
409,765 409,765 0000000000000000043f1d01a2d9a7454eb006145c6aa3ed084f314bce6e96a4 676 0.59/1.00 vMB 34
409,764 409,764 000000000000000006184684bde1a8dc0164e83e17e89224a1e940736df6cc28 1,274 1.00/1.00 vMB 25
409,763 409,763 000000000000000001fcda9cd0a8cde79a3e0de392ed19e8e01d95d859ed32b0 2,931 0.99/1.00 vMB 61
409,762 409,762 000000000000000000c8dd1baba16b627173dc3f32564a1be130fae785424756 1,156 0.97/1.00 vMB 25
409,761 409,761 0000000000000000027dbfc14d8595324dc48e43e1a8c7333cc7e42157af5dce 1,095 0.99/1.00 vMB 21
409,760 409,760 0000000000000000006a68c1732f7b5e0698a14458b396517a4d373efe20c6d6 2,324 0.99/1.00 vMB 32
409,759 409,759 0000000000000000032bf3e0fbb115f5abd04609c8e2f84e6d0f757c36f72de3 2,747 1.00/1.00 vMB 70
409,758 409,758 0000000000000000017b39fb46fc09b36aedd7f57d64592b5dc77b4ca45cd0c7 1 0.00/1.00 vMB 0
409,757 409,757 00000000000000000232b8e15ec3d09414d980a603ea121549787024d8706241 144 0.05/1.00 vMB 47
409,756 409,756 00000000000000000601db913c08d153604b791e24aecb7db4205a5b66ff2aab 581 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.