Loading Tool

Explorer IconExplorer

Memory Pool

81,312 transactions
29.87 vMB
0.10634369 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 2d6abe792edab7974372d9d70496457beb7dac1e42ce847bb252363de4d68b09
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 99cf148f5505d687b27d2dbe90041210199b9988c32dcc8d3c7ffffd01fd0720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.04046981 BTC
Feerates: 146.36 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (343,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,460 571,460 0000000000000000001b17c36d19796bd448b36f0b27154175eeaafb09847515 2,455 1.00/1.00 vMB 265
571,459 571,459 0000000000000000000252e53f6b5180d02d88ec28f32205e30562369d8fe80a 2,532 1.00/1.00 vMB 27
571,458 571,458 0000000000000000001848c1b5873cdaa241f2ac12ec782ecfdd3a14835a2f02 2,816 1.00/1.00 vMB 90
571,457 571,457 00000000000000000005cfb3167b2177a7895ad6977f1321fe3a2c56cf5ea382 2,631 1.00/1.00 vMB 122
571,456 571,456 00000000000000000021c10ed89de8d1caa0ad9f1534b39e349665df7c0e80cb 2,483 1.00/1.00 vMB 16
571,455 571,455 000000000000000000158f948e8aff9e3e43034ba3a163a9ae8f91a8e64e2912 2,706 1.00/1.00 vMB 38
571,454 571,454 0000000000000000002ae1eced5a94e483f714b17a4685fd3e76b589fdb0dde7 2,828 1.00/1.00 vMB 85
571,453 571,453 0000000000000000001469df5eb259738c1d331420d757807d2f1eb5635a068f 2,532 1.00/1.00 vMB 142
571,452 571,452 0000000000000000000030afe2ac8f0b806c936a8a6a61df6dfddb0d528377b7 3,148 1.00/1.00 vMB 85
571,451 571,451 0000000000000000000acf1671cb661dbc2aac86fbb62a3bce1c09cc73a4029b 2,443 1.00/1.00 vMB 134
571,450 571,450 000000000000000000004e2c6072288c868d1db0597c1cc0ec739a50d18138fb 2,556 1.00/1.00 vMB 148
571,449 571,449 0000000000000000001d2c103216b3a1256aa8198ae3483c5ee6a35dd5fbee37 2,018 0.99/1.00 vMB 14
571,448 571,448 000000000000000000005a97bf801e808b0a3d1b5e6bd0b6601304c9e61b0d1d 3,055 1.00/1.00 vMB 40
571,447 571,447 000000000000000000057ed7677703561e211dba2e2e47548703e11366cc1bb0 3,011 1.00/1.00 vMB 31
571,446 571,446 0000000000000000001fbcdac24072ebc216727580fe43bb7eef156957649cec 2,732 1.00/1.00 vMB 82
571,445 571,445 000000000000000000072b16fd3167ee672ae02d809ecbbdedf7e78ac4feb521 1,782 1.00/1.00 vMB 53
571,444 571,444 0000000000000000000725db2895c698d50052c7de97a09bf5947ea3f53dde21 470 0.13/1.00 vMB 38
571,443 571,443 0000000000000000001582b8fbda50d83e01afe15b04edf366a2ce39f2266301 1,543 0.68/1.00 vMB 7
571,442 571,442 000000000000000000130a74dbedfcc742f72c8b4d372e582bdacb4adeaecd92 3,244 1.00/1.00 vMB 18
571,441 571,441 0000000000000000001c855be0e111b00c68bcdcbe93c97362086b4b583787db 2,762 1.00/1.00 vMB 89
571,440 571,440 0000000000000000000200a93d0bc88f86549d7c5a39ab34725ae828c9726471 3,032 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.