Loading Tool

Explorer IconExplorer

Memory Pool

81,854 transactions
32.05 vMB
0.12331873 BTC
Random Selection Loading Transactions
Max Size: 190.83/200 MB

Candidate Block

Mining Attempt e45ce1e0bb165cb0164ff12fc93820ec3a2d7a8e59c5e4d68f08ac09eb585319
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root eab45fd76140f08d50878d26a7b50546f29c6654f6d22e0c81851811fe8c6891
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.03177634 BTC
Feerates: 254.50 > 3.18 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (776,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,309 139,309 0000000000000830abede7315713e8db1be8dc540f524e77e3e80f11abe4d5cb 102 0.05/1.00 vMB 226
139,308 139,308 0000000000000728dbe00b8c0878d088fd9327729331e4132e51040b7a9a0268 11 0.01/1.00 vMB 316
139,307 139,307 00000000000001ada58524f7849df9dd37ee669bec7772a34a747965c10b9f13 111 0.05/1.00 vMB 187
139,306 139,306 000000000000085f2f63a7ab5202d26f409245d34f284125c3bdeb421ead78a8 76 0.03/1.00 vMB 226
139,305 139,305 0000000000000613e331e15d0c10db91f2b19e7098e74601d2b80711c50768a4 43 0.03/1.00 vMB 383
139,304 139,304 0000000000000301451b5e7288d91473464c3f5db4e524acdc3d2324f2b61b01 35 0.02/1.00 vMB 142
139,303 139,303 000000000000026a1faa2498cd589a62b16e1b479e0eaf0505da60d096b7d77b 115 0.04/1.00 vMB 229
139,302 139,302 0000000000000012b0a05ceaa9052bb4e655d585aff70998d10e8c219cb3aeb1 19 0.01/1.00 vMB 275
139,301 139,301 00000000000007644d1255977715204f38f1c261948853bc074eff7f9b9ba9e2 143 0.05/1.00 vMB 1,351
139,300 139,300 00000000000005e731df0d5027a6fc6657a4bf93fa38b9d3a2cc1cb289d69601 23 0.01/1.00 vMB 511
139,299 139,299 0000000000000125fe5ed030b41fecb0e03890b1e85d802feeca690626f274fa 20 0.01/1.00 vMB 1,739
139,298 139,298 00000000000002d0e9b52fdf1db9227ea574e2d96fece9f96d0e49eb2e81b611 101 0.05/1.00 vMB 43
139,297 139,297 00000000000008a33e3c909315e9bfb48dc997c1ee79c359c9675127cc2e90d0 110 0.06/1.00 vMB 146
139,296 139,296 000000000000050d929d26a1030f7ba99bf5f726f8c9a3269f6a781cde94398e 124 0.05/1.00 vMB 169
139,295 139,295 00000000000006f0125d3584907e1b0dba73d7bd9f6b73b86942d1149125938b 11 0.00/1.00 vMB 12
139,294 139,294 00000000000000b52da29cad7ea4f9a2b8b994c9a1a731bf0464d186f0195776 30 0.01/1.00 vMB 61
139,293 139,293 00000000000006a21926f0d45f07c9a1aa418d29e63eb1b33062a72d27df1af0 9 0.00/1.00 vMB 0
139,292 139,292 000000000000033dc6242d4c812c3d185fec02a583c898ea4a09438a25095eae 12 0.00/1.00 vMB 0
139,291 139,291 0000000000000172b61cf8f7a8e5e6a10827d6188bae5ec023ece0978751280f 11 0.00/1.00 vMB 0
139,290 139,290 00000000000004b23c0ac72c455b0d85e58e3f8d06eed5c7045ad99741338c11 68 0.03/1.00 vMB 281
139,289 139,289 000000000000034f0b3821d711d273c4100be21943d318260c4e145e9d565fcd 12 0.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.08 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: 724.05 GB
    • Received: 18.41 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.