Loading Tool

Explorer IconExplorer

Memory Pool

78,083 transactions
29.32 vMB
0.06409118 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt f3d6405fff96bc90175d5a193c3e791a7520d7f5277730e8b889303761d70d5e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (333,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,122 581,122 0000000000000000002539f5d1ff0ead4326e65bf2ec6fddf4c174a75c3f700f 2,915 1.00/1.00 vMB 106
581,121 581,121 00000000000000000003f21838707692aaab9ae8e1b3db2b04fc4484508ed109 2,866 1.00/1.00 vMB 101
581,120 581,120 000000000000000000119a4848b0c871fc27dd7b6f6b3253c306380500b8d38b 1,006 1.00/1.00 vMB 90
581,119 581,119 000000000000000000165a59c075a6aa631f7468c2234efad61fa8757d51eee4 1,603 1.00/1.00 vMB 105
581,118 581,118 0000000000000000001f9116f54990ee4a2d42bad74b07e31a7161731461fae4 2,945 1.00/1.00 vMB 96
581,117 581,117 0000000000000000001b1d028ef5ba492731c10e576a8afafc197c179c9bd91b 2,732 1.00/1.00 vMB 93
581,116 581,116 0000000000000000001536405c37aaf0cd12122d753edff2835484bbbd8c9ddc 1 0.00/1.00 vMB 0
581,115 581,115 0000000000000000001c298b62f8a469e4c8adf6e3f6126638368d931403855d 2,210 1.00/1.00 vMB 86
581,114 581,114 0000000000000000001fdac4863fc7ba480bab2838827dadf8ae32494f972b98 3,018 1.00/1.00 vMB 136
581,113 581,113 000000000000000000095e474ce6ac9de809d584e597c8f7409405e54b09242d 2,126 1.00/1.00 vMB 29
581,112 581,112 00000000000000000002247e81d6b520debab79dff7a78ba77d6ef1e38d0c554 2,332 1.00/1.00 vMB 65
581,111 581,111 00000000000000000007507e17d6864527213aef5b6ff8178da558d391e680f4 2,377 1.00/1.00 vMB 98
581,110 581,110 0000000000000000000a4a83422e821845eac65ab6450cb7293bd889b1dde22f 2,351 1.00/1.00 vMB 81
581,109 581,109 0000000000000000000890c17e7ef64bde8c90f5333ada40f833983d2053fbb8 1,496 1.00/1.00 vMB 26
581,108 581,108 00000000000000000006330e801c5295a3e3e21fdf563f152f054d311045e5a6 2,287 1.00/1.00 vMB 32
581,107 581,107 00000000000000000007ea7c5338d818cad1930676028b6daec55df497d6d91a 2,629 1.00/1.00 vMB 90
581,106 581,106 0000000000000000001036a27d0406597a5016735ae228e41ed2eadfe323981c 2,907 1.00/1.00 vMB 89
581,105 581,105 00000000000000000022bf2c6b6b65fe1e3f0c2930c67fead20e3c7eebe12fdb 2,393 1.00/1.00 vMB 79
581,104 581,104 00000000000000000007bd0e637d7799d79651e21516b525544afff5613eb275 2,615 1.00/1.00 vMB 54
581,103 581,103 0000000000000000001cf058e55ae3ae4aaa70a9be0cc8907b7b8a4c8a4f4bb6 2,987 1.00/1.00 vMB 55
581,102 581,102 00000000000000000016f6cf014cdd0a09e9ab39a56cc2955ee076524c5e022b 2,257 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.38 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.47 GB
    • Received: 14.98 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.