Loading Tool

Explorer IconExplorer

Memory Pool

78,963 transactions
29.92 vMB
0.12112051 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt 8a4b174100fc7553a7a907a392e2c220d9f296c4f39788673fc7b7d574582767
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 1c9e23588f36194d96c9e41134aea54744841d677d31c23627aa71bec1086b3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,761
Size: 1.00 vMB
Total Fees: 0.03710470 BTC
Feerates: 673.02 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (479,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,187 436,187 000000000000000001440acfd3f91429e02850269d106a993e50a1031b33b8ce 2,073 1.00/1.00 vMB 77
436,186 436,186 000000000000000001f682d2963c4f09b4b778fb80704100e8319b27b7d02efa 2,087 1.00/1.00 vMB 44
436,185 436,185 000000000000000001c33057d39e7b7dade55e52ae3c6949fca2e6a4e8a0e15b 2,237 1.00/1.00 vMB 60
436,184 436,184 000000000000000002fe74fe5232f4daf99d05d9047f38e7cea1662bebbd5c10 2,257 1.00/1.00 vMB 48
436,183 436,183 000000000000000003ddb2fd93e99c7085dcc1b8ffc7fd79a55e8cf2458c3af9 2,595 1.00/1.00 vMB 89
436,182 436,182 000000000000000001f10becd2f6aabdfb14ad5f33ea9b70e1379f9ff31b1f74 1,627 1.00/1.00 vMB 26
436,181 436,181 0000000000000000002c6dcd566c99ebb7bd742ac193756edbe9afc2ee6cc499 1,789 1.00/1.00 vMB 62
436,180 436,180 000000000000000002e2e90825cf3ffd273b01495b23dcce94e3737977d0abba 1,580 1.00/1.00 vMB 56
436,179 436,179 000000000000000003769f59818fe73cb4110b73a63d921a984c8f15f3f266e7 1,841 1.00/1.00 vMB 62
436,178 436,178 00000000000000000279899d6bf728fadf62dd37601d5ff44e82ec525af99ae4 2,265 1.00/1.00 vMB 67
436,177 436,177 0000000000000000004adc546fd9cbcde133890c12b4534cb3cea2c403b6ed6a 1,255 1.00/1.00 vMB 33
436,176 436,176 0000000000000000034a96801937d83a07043f6f08693695150a5acdc521d2fa 2,136 1.00/1.00 vMB 65
436,175 436,175 0000000000000000025f5ac9d7f53e89c925d813903b8a1838c7a0db2ed71659 1,088 1.00/1.00 vMB 47
436,174 436,174 0000000000000000015b4c59541fae111dcf01ee43ae73e337979a723bd83c47 1,529 1.00/1.00 vMB 46
436,173 436,173 0000000000000000021d6c1289388b687ce3c21cd04377607fcde1c267a8cf8d 1,351 1.00/1.00 vMB 33
436,172 436,172 0000000000000000031d85cbc17dffd31aa833d86acfbcdee794202cc2838579 2,640 1.00/1.00 vMB 77
436,171 436,171 0000000000000000010c5b7a669d9fbdc717eae8b39ec03bf308fff16ce32761 1,732 0.75/1.00 vMB 87
436,170 436,170 000000000000000000ea93338104165a6a519b381d10ee9e386ce0cff3a64828 2,667 1.00/1.00 vMB 104
436,169 436,169 00000000000000000217db7dacf77d8fe9f11f8683f9ab61dcae66abd9beaf78 2,101 1.00/1.00 vMB 46
436,168 436,168 000000000000000003684c9b5ce08ce176e46ea7c89bc31123039933e698f8bd 1,735 0.75/1.00 vMB 65
436,167 436,167 000000000000000001cabf9904e49280e0c44be840acb0ff5882ab6a019d29b0 1,494 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.