Loading Tool

Explorer IconExplorer

Memory Pool

47,757 transactions
28.75 vMB
0.09815513 BTC
Random Selection Loading Transactions
Max Size: 151.71/200 MB

Candidate Block

Mining Attempt 097c2878a245ff83cf99d3d69ce3265314b82fc5f52f5f85773cb4f74a4c0562
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 920b4da848b3b9774d8cf5afac6173325a38698f7ee299fd9431fbd13b4791a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,826
Size: 1.00 vMB
Total Fees: 0.02373332 BTC
Feerates: 70.48 > 2.38 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (122,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,814 791,814 00000000000000000002304d02ac348d03fb8a98733fc6c5ecf234a47b989d4a 3,092 1.00/1.00 vMB 57
791,813 791,813 000000000000000000056bcc73211b7ead02e9035c872a8473ce0eec072cae5f 2,951 1.00/1.00 vMB 67
791,812 791,812 000000000000000000033e66226282b2288259124b5c199740a7d63947f08cf1 3,115 1.00/1.00 vMB 55
791,811 791,811 000000000000000000045ee1f54dbfa34dcf2b2bb28bded4e097efe46e47be59 3,123 1.00/1.00 vMB 30
791,810 791,810 0000000000000000000236598081b7f235a3dee7ab8391b7268e2f96cb9bf652 2,721 1.00/1.00 vMB 26
791,809 791,809 0000000000000000000581e547bc1ee7e7bd9497cb34494f0bf94f2a51a80c56 3,654 1.00/1.00 vMB 51
791,808 791,808 0000000000000000000539f9a7d9dbae248801f2922cb8b6f0cbdcc089b62557 3,696 1.00/1.00 vMB 50
791,807 791,807 00000000000000000001f991a5adb0b67c8dfc9a673ac12162f0f22531c43dcf 3,305 1.00/1.00 vMB 36
791,806 791,806 00000000000000000005446c45476dcafaa1aceb46231c339cb0594b68da7be6 4,092 1.00/1.00 vMB 46
791,805 791,805 0000000000000000000228c465bf31520a539b4fdf7fbbb5797c7a0079971e60 2,652 1.00/1.00 vMB 30
791,804 791,804 00000000000000000001d0c99a91b6502f2e8f6825c19c708ee4df08d3bd3ecb 3,061 1.00/1.00 vMB 40
791,803 791,803 000000000000000000007e9e3eda7b64053dfcce990dfbcd5bc513a16b09ceb3 3,888 1.00/1.00 vMB 38
791,802 791,802 00000000000000000000306050d52f7f1ceaab0470255f94389411e310e29ff1 3,775 1.00/1.00 vMB 55
791,801 791,801 00000000000000000001a3177ea6ec598bd0bc0a4ba370d9d9f79178ba399da2 3,647 1.00/1.00 vMB 46
791,800 791,800 000000000000000000009aa0c5215d77b3a53abf2375f0a78ab876ab88e6b28e 2,860 1.00/1.00 vMB 56
791,799 791,799 000000000000000000038a5341ef6ab24f277926b216d7f65a6b8a750e7928b0 3,497 1.00/1.00 vMB 54
791,798 791,798 0000000000000000000207181e7650201cf0ee9834b9b60ee2aebe03042de4ad 3,367 1.00/1.00 vMB 60
791,797 791,797 000000000000000000008c482ad50af50e1f1cef0d9fa890574f3662a20e9942 2,650 1.00/1.00 vMB 25
791,796 791,796 00000000000000000001b92959b855cd4aabfd45e9bb8671ff510903c56dcc09 3,482 1.00/1.00 vMB 38
791,795 791,795 0000000000000000000270091846a4bfffcea36fe45907cf287c2d133fe0427b 3,699 1.00/1.00 vMB 56
791,794 791,794 00000000000000000002c0a88c0d2c296ca83468191647f00a8b5bdd8a15dd09 3,256 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.