Loading Tool

Explorer IconExplorer

Memory Pool

80,678 transactions
35.12 vMB
0.20422146 BTC
Random Selection Loading Transactions
Max Size: 195.50/200 MB

Candidate Block

Mining Attempt bd9031fa8252cbc71d5aaee24d76432963defae46424019920c3b7bf07dcdcc2
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root a35509884a1682d552efca6c5521542206d571ca50fb19d18d205c3a97c60648
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.06516311 BTC
Feerates: 477.45 > 6.53 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (85 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,332 915,332 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321 4,063 1.00/1.00 vMB 1
915,331 915,331 00000000000000000001c9a0bfc95ee466302ac4a5ca5faccc359946d3ec2ec3 3,812 1.00/1.00 vMB 1
915,330 915,330 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3 2,648 1.00/1.00 vMB 2
915,329 915,329 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f 3,925 1.00/1.00 vMB 1
915,328 915,328 00000000000000000000b4e131524387d4f14e6d9fd60bcfbb2bf2b4f8a5eeda 1,635 0.46/1.00 vMB 1
915,327 915,327 00000000000000000001cab081e672304ec3bfd8e687c0653bd5ef0ff7570b47 2,510 1.00/1.00 vMB 2
915,326 915,326 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b 2,277 1.00/1.00 vMB 2
915,325 915,325 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f 2,292 1.00/1.00 vMB 3
915,324 915,324 00000000000000000001b9e1fc0c07b333cc15370429acb6a77281d8bcbc9d2b 2,687 1.00/1.00 vMB 3
915,323 915,323 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620 5,280 1.00/1.00 vMB 0
915,322 915,322 00000000000000000000a8c3ad82e11f794adea612cae12671f7bde0122f77d5 4,500 1.00/1.00 vMB 1
915,321 915,321 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4 2,868 1.00/1.00 vMB 2
915,320 915,320 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f 2,475 1.00/1.00 vMB 0
915,319 915,319 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f 4,021 1.00/1.00 vMB 1
915,318 915,318 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca 3,637 1.00/1.00 vMB 2
915,317 915,317 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f 3,655 1.00/1.00 vMB 1
915,316 915,316 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece 1,729 1.00/1.00 vMB 0
915,315 915,315 00000000000000000000844bc11d495d2a093335ab60a940c2624579019d375b 4,086 1.00/1.00 vMB 1
915,314 915,314 00000000000000000001ab29738110683e5e80031bdba0ae58737553009bbe87 4,790 1.00/1.00 vMB 0
915,313 915,313 000000000000000000008a4507a168c512f6a66d3b33a8d664a283a838a77ca5 1,711 0.93/1.00 vMB 1
915,312 915,312 00000000000000000001df190ab707ce4f93ad9afd3c6a352f6fc2d0824e6d1f 3,596 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 736.20 GB
    • Received: 18.58 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.