Loading Tool

Explorer IconExplorer

Memory Pool

80,379 transactions
30.12 vMB
0.08930652 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt 14c48c5b9bd200deae217ec5bf6c2a782045bafbaa7c056d80befa284ec536b0
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root bd0f48b0e8fbf03a688491913cf92ee52aa03b4d4aedb11416693051e9a81e6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,380
Size: 1.00 vMB
Total Fees: 0.02768781 BTC
Feerates: 301.07 > 2.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (127,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,731 787,731 00000000000000000000297ea074f7dc131c0f10ef83a71f67d3cdbd7627eee5 3,774 1.00/1.00 vMB 15
787,730 787,730 00000000000000000003c9ed9af751611517682f58b435e261c6ce4a148e8c9d 3,400 1.00/1.00 vMB 34
787,729 787,729 0000000000000000000271febcd3a8301f4de59cdb3d028b2179dec919fdd9a3 4,219 1.00/1.00 vMB 26
787,728 787,728 000000000000000000047c3e1c7ac954528b550544cb8596315bea4d38be3a20 3,559 1.00/1.00 vMB 27
787,727 787,727 000000000000000000054077603cd59125d389e8dbe3aa7ca4d8c13d16a63644 2,833 1.00/1.00 vMB 20
787,726 787,726 000000000000000000048a238d006475fde6f8346b18747165fe5381d66a0daa 2,917 1.00/1.00 vMB 18
787,725 787,725 0000000000000000000121ec88c8d663f06eb0849924795205bf11f7a6607ae1 3,158 1.00/1.00 vMB 37
787,724 787,724 00000000000000000002e27277966b10bad73f7f342ef32837b87ff425a51003 3,191 1.00/1.00 vMB 41
787,723 787,723 000000000000000000055853613d8c09d88ab994c936e5028f3f8d7aa0e270f9 3,204 1.00/1.00 vMB 9
787,722 787,722 000000000000000000032ae2fc05641b6af658bedebcb358fdff2db9885aa0ec 2,967 1.00/1.00 vMB 17
787,721 787,721 000000000000000000038add0fc3b1720d647a838cbc7e3e0bfcd0a0300c384d 3,498 1.00/1.00 vMB 17
787,720 787,720 00000000000000000004a565bfac2ca2fae90f0da99a9f0e62a6a4d7ba8b0c04 3,587 1.00/1.00 vMB 31
787,719 787,719 00000000000000000002c5741325f87c46d251c8eb9c204a102def992b8d5a31 6,083 1.00/1.00 vMB 10
787,718 787,718 000000000000000000041c4bc264b42dc79eb7d8969b9b2ca6b04e8f8c29735f 5,121 1.00/1.00 vMB 20
787,717 787,717 00000000000000000001d7ca32cdf68dda29e6945e7763346cd684186f869bac 4,129 1.00/1.00 vMB 25
787,716 787,716 00000000000000000004e1b569b7575bf31183dfa9208418743d9a2bacbbf45a 5,974 1.00/1.00 vMB 12
787,715 787,715 000000000000000000052715a3999da87a873c13e1128b3ee273b05bb50f5020 2,894 1.00/1.00 vMB 12
787,714 787,714 0000000000000000000422e8a154073c42c5b6e1747af932bd1db14cb2495446 4,419 1.00/1.00 vMB 15
787,713 787,713 00000000000000000001ddb1f0e30367cb94ba0a4f144c2ce42f3178599b6b81 4,847 1.00/1.00 vMB 21
787,712 787,712 0000000000000000000226eb5d72ec305f61ef5afc1f0442985e4840443d6116 3,554 1.00/1.00 vMB 18
787,711 787,711 00000000000000000001fea1cf6bad81054ea6ca947d3072617d819e4cf9741c 3,838 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.