Loading Tool

Explorer IconExplorer

Memory Pool

47,534 transactions
27.62 vMB
0.05645802 BTC
Random Selection Loading Transactions
Max Size: 147.61/200 MB

Candidate Block

Mining Attempt 1bfa122554c59684f7713f02de103877ec6800594b7b2ab180c331190fb65ef6
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 9ec972054ba25e0aba80cee23de28f92710d8e6ec5e706f6dca4096ffd05e2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,536
Size: 1.00 vMB
Total Fees: 0.00461524 BTC
Feerates: 100.00 > 0.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (119,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,830 794,830 000000000000000000040acc73d20de7af80f0e7073ab67f22311813d775c25b 3,219 1.00/1.00 vMB 28
794,829 794,829 00000000000000000004bab53100dafef10d7e4c960bd858bb91f6a85cd1fad2 3,202 1.00/1.00 vMB 29
794,828 794,828 0000000000000000000521364d8a85b71a4c79fbf4beabda4be9277a480cc84a 3,132 1.00/1.00 vMB 21
794,827 794,827 00000000000000000005047a9e46007f88ed2bd9b7e4987c4f1039520fa3a47b 4,170 1.00/1.00 vMB 17
794,826 794,826 00000000000000000005179381de25991698d1aa08feae60e1f156151f22ccc0 2,190 1.00/1.00 vMB 13
794,825 794,825 0000000000000000000239e3105c1a50868f4744130b1b3688d25b9f04b8f67d 2,691 1.00/1.00 vMB 21
794,824 794,824 00000000000000000001c5388d188da9a241cf02f295ae8bccbfe6a9cc232844 2,276 1.00/1.00 vMB 16
794,823 794,823 00000000000000000002ebb053d1a06e4ed392a6859bc7d0db51d6bf2097be11 3,021 1.00/1.00 vMB 26
794,822 794,822 0000000000000000000197b293caf2a4ed95620199e2223ff60b31dcaa565916 2,766 1.00/1.00 vMB 23
794,821 794,821 000000000000000000042b343bb03a2cbf1f5509b74516873964d3c3cfbcdb5c 3,061 1.00/1.00 vMB 32
794,820 794,820 0000000000000000000197c329bebaee229c26b89d4897968056bee40370be56 3,835 1.00/1.00 vMB 32
794,819 794,819 0000000000000000000291a71b954cfb975b589adc936d53fa991cf9c0f99793 3,420 1.00/1.00 vMB 26
794,818 794,818 00000000000000000000edfeb2d4323bef5cdb70ce3d06122c056a2d4db2b0ae 3,021 1.00/1.00 vMB 45
794,817 794,817 00000000000000000002d604affd796435240c79fc67a44ef386e38b40bca65e 2,557 1.00/1.00 vMB 24
794,816 794,816 0000000000000000000152908adbe28bc6ca0abe7cf7b656cbf306fad7bf9df4 3,177 1.00/1.00 vMB 35
794,815 794,815 0000000000000000000395f46c56e47aeebf64c10572d8083b39e95a1b78adf4 6,345 1.00/1.00 vMB 11
794,814 794,814 000000000000000000016595fe3062c5628ce361d7ac4c639be41b82507c5563 6,170 1.00/1.00 vMB 12
794,813 794,813 0000000000000000000077ca4eb55813777bfa713bafd1abe25f3f82c5d04444 4,931 1.00/1.00 vMB 17
794,812 794,812 00000000000000000000ad3a5ff673d90097c561a78efa5981b7f28103d9a9e9 4,081 1.00/1.00 vMB 17
794,811 794,811 00000000000000000000abcd7d97252a4d0032bdac9932f3108399a74ae971b4 3,450 1.00/1.00 vMB 31
794,810 794,810 000000000000000000026706e584cd56d2a310490a8a12c197ade16d764b29a1 3,051 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.02 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: 649.98 GB
    • Received: 13.23 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.