Loading Tool

Explorer IconExplorer

Memory Pool

79,777 transactions
29.29 vMB
0.08872891 BTC
Random Selection Loading Transactions
Max Size: 178.02/200 MB

Candidate Block

Mining Attempt 0c070054af3c1ad42e7c587e60e6ce420149e04ec879b0779d729706fad2012d
Version 20000000
Previous Block 00000000000000000000c801401199ca66858fca83aa17d805e846163672a0ac
Merkle Root 1283e44153d5760886c89f3eed42b93589f48d8a4f3df454a348c24a590cd323
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,988
Size: 1.00 vMB
Total Fees: 0.02108421 BTC
Feerates: 150.75 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,628 (789,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,749 125,749 0000000000003eaf2f6bc767fc98f56e8533807fd8f485074faab1956fcec748 13 0.00/1.00 vMB 322
125,748 125,748 0000000000001392c3eba1baeafbc92a7edb09a39b1b19a0ff44771b2d50212c 8 0.00/1.00 vMB 355
125,747 125,747 000000000000233915cedff18d1b0b4f6cc864d9602fa4cc3d869b61ee90a9bf 22 0.01/1.00 vMB 163
125,746 125,746 00000000000008c8bab36dbc36bf69ea06477012eaf82b999174b18d7c3dda47 33 0.01/1.00 vMB 1,325
125,745 125,745 00000000000005853ba9b9964fda6e996783fc15beb846817847d85ef4097cad 14 0.00/1.00 vMB 978
125,744 125,744 0000000000001bebfbdb44600d14de89276b9a4f4c0577df69afef7a8715e9ae 35 0.01/1.00 vMB 649
125,743 125,743 0000000000001a074509a7b9b0210579b5024ef99e29f1ec1cda26216b871ac9 10 0.00/1.00 vMB 404
125,742 125,742 0000000000001097f99c9d122bcc99a2c978f3770c59419a8992eb95666463d1 48 0.01/1.00 vMB 268
125,741 125,741 000000000000094eef45795c5be17aa2a42b261493780d0c7bccbaee1585b1cf 27 0.01/1.00 vMB 2,798
125,740 125,740 00000000000019211b080ec459a59fcc09989c3f9531771ba201d682737801da 4 0.00/1.00 vMB 1,353
125,739 125,739 00000000000001e5df07d16d56dfaa1e2f4efc2e5f5f4a4e409a305fe6407042 1 0.00/1.00 vMB 0
125,738 125,738 00000000000033a158c1bc58a6f9b1b5319a708d412fa4187d86b3288eec294a 8 0.00/1.00 vMB 335
125,737 125,737 000000000000373cfbed706aee2ae5a52923aa1920d20c4f0cfc6b0f7405172b 4 0.00/1.00 vMB 0
125,736 125,736 0000000000000066c53357d2fdbdd25de933d395792db64e8d6c429caf2b2bfc 13 0.00/1.00 vMB 1,237
125,735 125,735 000000000000235682e74d130267871f075812f1648a1b8646e9ce4283e9d17b 16 0.01/1.00 vMB 1,168
125,734 125,734 0000000000001e5f4bde30c32bc9be5b87375636c1e051ceeb738f92ca93bb99 10 0.00/1.00 vMB 1,172
125,733 125,733 0000000000000e5b36c0e526631a775fd3aa1e1198ba0ee24412bc2864ff4a86 8 0.00/1.00 vMB 0
125,732 125,732 00000000000035a6acaf8a406b7560413088fa1150955076cad88e10592b2e39 10 0.01/1.00 vMB 747
125,731 125,731 00000000000041ee197eea8b61dd3cd5503490ff0c7624dd5ed79e0d1661efe8 10 0.00/1.00 vMB 357
125,730 125,730 00000000000002e22c9e068273870e3269d07648624f277a7b35e9f4f765c8b2 7 0.00/1.00 vMB 1,067
125,729 125,729 0000000000002cd97d82ec756943aaede9678afc03d6643f23f060c4de127558 15 0.00/1.00 vMB 1,105
Previous 10 blocks ↓
Total Size: 783.48 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: 772.23 GB
    • Received: 20.16 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.