Loading Tool

Explorer IconExplorer

Memory Pool

78,504 transactions
29.14 vMB
0.08261839 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt 4b7f9b9817da185d7c2b82336d488b8ccf1216f9214d5f1c19bf3e3c15bab68c
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 14d658d77a53e3247054b3393b8872eaf09eae3f9d223e6007ec6d69374e0ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,661
Size: 1.00 vMB
Total Fees: 0.02169643 BTC
Feerates: 178.73 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (505,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,052 410,052 0000000000000000015c60033ffd11aea88689fb01fc2d2f553192b3bc99c592 2,065 1.00/1.00 vMB 34
410,051 410,051 0000000000000000002d9c184edb4da381e03ff19bec8604da4a9d7c366609b8 2,694 1.00/1.00 vMB 59
410,050 410,050 00000000000000000616288a6de1aae067aa907c5a845ae5581b15c415bddaaa 1,879 1.00/1.00 vMB 31
410,049 410,049 000000000000000004ae719bcd33a82662c9de65ad1356d43c4c459d67dd33ad 2,670 1.00/1.00 vMB 51
410,048 410,048 0000000000000000054861664a83a638ccc8ea1893f70432795df33d1da2ea44 204 1.00/1.00 vMB 9
410,047 410,047 000000000000000003485b0ef4112fc0735b0ec5b7d732627f82f9f4f4a1e948 646 1.00/1.00 vMB 13
410,046 410,046 000000000000000003915b620930bbf7f72cadb63304554260391a8742b5406f 2,687 1.00/1.00 vMB 52
410,045 410,045 000000000000000005e49b8a1cb9356cf0b84765e2ca18f4d9d915e5c9aeab06 1,463 1.00/1.00 vMB 23
410,044 410,044 0000000000000000046a37dd6be7dfc7d095052ccef3a55b31fd658bad702f8f 1,676 0.99/1.00 vMB 29
410,043 410,043 00000000000000000062030d5088bfcdb2cba1511fbea444643f82576b1f1f10 2,952 1.00/1.00 vMB 53
410,042 410,042 000000000000000005564fe91aae89ab0781f04c92fea507e9da5c1572275cd5 1,317 1.00/1.00 vMB 30
410,041 410,041 000000000000000002793afabc4b0ca3a67eaab19042e61130cb7312dafac95a 1,676 1.00/1.00 vMB 36
410,040 410,040 000000000000000005bdf74c39d1ce718ee50862d054cdaaef0d65f839f9d667 2,130 0.99/1.00 vMB 31
410,039 410,039 000000000000000003ab8d57fd1512ed75f798acbd247610561687cff595b8c6 2,171 1.00/1.00 vMB 38
410,038 410,038 00000000000000000107e3b30f0674009002c43b7d53dd59e23c68a3285b7fe2 2,844 0.99/1.00 vMB 64
410,037 410,037 000000000000000001ffd3c3fcc3fe1806bb6e97a6f763a5894c84c10dc46c9d 3,093 1.00/1.00 vMB 70
410,036 410,036 00000000000000000555e183d2ba6a63bd75c71ae8894208dfbb67d0bf9a33f2 2,482 1.00/1.00 vMB 54
410,035 410,035 000000000000000002a922f0567477e642c5b0ad71fc362a49e0209d6b153bef 2,245 0.99/1.00 vMB 45
410,034 410,034 000000000000000005135ef5fafe399da913fb1a2a47a4376e04d0d8d0c49672 2,962 1.00/1.00 vMB 58
410,033 410,033 000000000000000000eb3dd339b8322f13567c19e4038f50d66d7a6a62b23400 1,909 1.00/1.00 vMB 40
410,032 410,032 000000000000000005c6b142fcaa6d09a01f6d187476af0b3e43983db32858f7 2,035 0.99/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.68 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: 678.13 GB
    • Received: 16.44 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.