Loading Tool

Explorer IconExplorer

Memory Pool

35,482 transactions
32.49 vMB
0.06226072 BTC
Random Selection Loading Transactions
Max Size: 182.77/200 MB

Candidate Block

Mining Attempt 589cf395590a265a06208512c9b711cbc5694e2593faf92449420c7f534ee6b4
Version 20000000
Previous Block 0000000000000000000007780ba20fcee643327a4babb75123477d43370e00dd
Merkle Root 5527a27e0e3b7e162fc726bfa1827bc1087847b674eca8c569d3e14e9c8ec751
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02163399 BTC
Feerates: 150.79 > 2.17 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,954 (274,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,086 666,086 0000000000000000000346950280af96be2fd12bbcf951ab5833a01978a86abc 2,729 1.00/1.00 vMB 130
666,085 666,085 0000000000000000000a43c84dd661816cf7cf935eeeeafa87db0664ed69eb13 2,315 1.00/1.00 vMB 143
666,084 666,084 000000000000000000076f34b7acaddfb29bae397785f5b441241938e43a9a30 1,379 1.00/1.00 vMB 136
666,083 666,083 000000000000000000001cb3b56cd7abe59cdfbb2cf99e865fc084b53b94d9a5 2,562 1.00/1.00 vMB 137
666,082 666,082 0000000000000000000da738de89de8d647629c54f3d66e61a9d7341561fdb29 3,006 1.00/1.00 vMB 159
666,081 666,081 0000000000000000000b774252d97fe144d169ab0bba2bc7c681cc3254a29e36 3,287 1.00/1.00 vMB 105
666,080 666,080 000000000000000000038611c3ce277be9ddc8e5ae0f43e9a1a1a0b460a7e40d 2,116 1.00/1.00 vMB 125
666,079 666,079 0000000000000000000d57ac38b9f5f2c3249faf9c4504390ab6e8dec180f886 1,688 1.00/1.00 vMB 116
666,078 666,078 000000000000000000033f0916303c360927f67b9f373555340cf3f71be691b9 2,083 1.00/1.00 vMB 120
666,077 666,077 0000000000000000000d7b9adcef2c08d01dfd2428601ecd9df9b0352fe313b4 2,837 1.00/1.00 vMB 141
666,076 666,076 0000000000000000000080324fdf044b64f0661b3562a5729a51722d007d90b8 2,225 1.00/1.00 vMB 128
666,075 666,075 0000000000000000000b507c3fdfd70e9e244603fe78d0ab27ed0fed8dd88c3b 3,050 1.00/1.00 vMB 149
666,074 666,074 000000000000000000095abb3b9a6f2b98393f100b267b188837f2215ed0dcb0 1,515 1.00/1.00 vMB 124
666,073 666,073 0000000000000000000b3d56cc9d85538881068299f3ded3a88281b9865288d5 2,597 1.00/1.00 vMB 128
666,072 666,072 00000000000000000003e919e5a3b35afba7f9a191282431a2ba3b58f4f122bb 2,649 1.00/1.00 vMB 135
666,071 666,071 00000000000000000009a45fad2e03ae3145ebad7b50a93d14f02949a0f3d317 2,638 1.00/1.00 vMB 133
666,070 666,070 000000000000000000009cd838e9980507b2fc5b1128756fa5e809342763c454 1 0.00/1.00 vMB 0
666,069 666,069 00000000000000000006d6bf11346defdb0daea1af29d9a116a7f9db7850ed3c 3,093 1.00/1.00 vMB 158
666,068 666,068 00000000000000000009fb4b2b7a9e2884f379b20ee97974901171a2f3e73508 2,922 1.00/1.00 vMB 141
666,067 666,067 00000000000000000006997ab3c766af23a4fcffb1c4e694a3bcff702d9c1085 2,795 1.00/1.00 vMB 139
666,066 666,066 0000000000000000000a4f5d0e2d31a9046d13275f8e924673fe6e4a78e3c173 3,087 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 828.46 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: 4,599.47 GB
    • Received: 247.50 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.