Loading Tool

Explorer IconExplorer

Memory Pool

82,225 transactions
31.81 vMB
0.10871866 BTC
Random Selection Loading Transactions
Max Size: 192.07/200 MB

Candidate Block

Mining Attempt 141b07fe19974f9f0dd66a305a094a45601483f70319bc6164fd4bfefae3bf18
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root a192accb12133bf3e906fbdc9a478a1e787b1b533c6bd1090f5817346be8b988
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,611
Size: 1.00 vMB
Total Fees: 0.03386369 BTC
Feerates: 265.25 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (844,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,088 71,088 0000000000943b2ef83f86730b7a896e0307fb4a20c557c4f705a0184c3fca0c 1 0.00/1.00 vMB 0
71,087 71,087 000000000084942c5a09e19735b8ce400fd4ca51871b5c9d496c69d4e8574db8 1 0.00/1.00 vMB 0
71,086 71,086 00000000004724a2efae65e6347e39b59ae687ba7bd03c3a52528dc42cbeca71 2 0.00/1.00 vMB 0
71,085 71,085 0000000000b7b50aaf8042b14ba182d70f87bf6a9f30b9b76e49974632ac5c03 1 0.00/1.00 vMB 0
71,084 71,084 00000000001e4b20d34539a3fdcfe41e5fd2feb85d5c047887d6588db08b4b3b 1 0.00/1.00 vMB 0
71,083 71,083 0000000000ff48a4fc7c06dfc066f4e76c489877a27ba9fb1c050953819a20a2 1 0.00/1.00 vMB 0
71,082 71,082 0000000000fbd558e35d869bde2df3aa9e1730677b3a1da10d9f8f9ba0296c15 1 0.00/1.00 vMB 0
71,081 71,081 000000000054d9894f74180a7c13b628a37c714b02aea7618da38b860d23bf48 1 0.00/1.00 vMB 0
71,080 71,080 00000000007d00f1505ed3c4f4423cfea769015f649b0c563170e2fd781391a7 1 0.00/1.00 vMB 0
71,079 71,079 000000000099fa1d89eff75db3be16b6767f3cdf51c9134905ed8157315834bb 1 0.00/1.00 vMB 0
71,078 71,078 00000000003de25e59ef90d47e52258ca0ac5369a14f1623d3911dcb6a04b2f7 3 0.00/1.00 vMB 0
71,077 71,077 00000000004a1dd380a536bf31085a09dd09a45da66065516720d066e4825ace 2 0.00/1.00 vMB 0
71,076 71,076 000000000023385506a2c686cdf435b94be03bad66da5bf88dac4577b59fb407 2 0.00/1.00 vMB 0
71,075 71,075 0000000000b080b364cdcaac16180834726b6cc0cd62e58b1a6601c8fe9e52df 2 0.00/1.00 vMB 0
71,074 71,074 00000000008930b7259a44c78865b29d938888a81bee89950df7b90b1048bfac 1 0.00/1.00 vMB 0
71,073 71,073 000000000058f7dea05dd5734822afd17dc79f18d45279a382b0e5c5bcc223c8 1 0.00/1.00 vMB 0
71,072 71,072 0000000000fa0a6fd4e8457c8e28ee83c9671f11024e5656964fc056710a56a4 3 0.00/1.00 vMB 0
71,071 71,071 000000000038c5d88df689dfb5a6fe0f4a0f7d25b088a509c8c4af3c81d94011 1 0.00/1.00 vMB 0
71,070 71,070 00000000008d426c1f7e403abb930c7e20743cfb66e21867b00c140d103004a9 1 0.00/1.00 vMB 0
71,069 71,069 0000000000b44c6413d6c628743c83c2427e483b42430ae8503c087a3e68e413 2 0.00/1.00 vMB 0
71,068 71,068 000000000108e2588648bd56a10adf63c09a7d5a7f0d22109dafe5dcd7bfab0b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.73 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: 707.60 GB
    • Received: 16.69 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.