Loading Tool

Explorer IconExplorer

Memory Pool

76,757 transactions
28.79 vMB
0.06617144 BTC
Random Selection Loading Transactions
Max Size: 172.09/200 MB

Candidate Block

Mining Attempt 48077b85cb9b6aecea90ef45cdea9df5dce375c1b6c8dcbabf90f33a427e2181
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 60de9987ccc862d625f9a1e3661f628a58d0ef2ba23b899a89a9ef42a46e58e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,713
Size: 1.00 vMB
Total Fees: 0.00815238 BTC
Feerates: 73.20 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (503,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,961 411,961 000000000000000004dc0971e688bdf53adb94999f92240219b3202ab4e0d217 14 0.00/1.00 vMB 95
411,960 411,960 0000000000000000040c0b4e0bfd00c0c73ddf37f3949d8d2033a99c182c519f 774 0.61/1.00 vMB 49
411,959 411,959 000000000000000002e4658a45cbba7154b404add0a277020e98cf1aa2b11567 478 1.00/1.00 vMB 15
411,958 411,958 0000000000000000052de5bb29c1b54014a1249a04aa58070391416448da4374 1,301 1.00/1.00 vMB 31
411,957 411,957 0000000000000000010df7b8a91a4b23c2249b2a7196bd4081cfab77ffc155d4 1,809 0.93/1.00 vMB 48
411,956 411,956 0000000000000000048846949cdbec7660efbfd42adb2dacae6af183aaeb524f 817 0.99/1.00 vMB 24
411,955 411,955 00000000000000000443d43b5116b437febca3d8585e75b3ab680fc2730d01de 1,082 1.00/1.00 vMB 18
411,954 411,954 000000000000000003c65c04a91440863f9248b9e67809dbfcea1b299d939dd4 1,770 1.00/1.00 vMB 55
411,953 411,953 00000000000000000567009232b2388f33132a552112b3f40de0298bdbc0ca5f 1,841 1.00/1.00 vMB 33
411,952 411,952 000000000000000003ee955e4daf9296f62eef5e42d61d5e1bd3387090354e2f 1,725 1.00/1.00 vMB 39
411,951 411,951 000000000000000000e7c8c378381949be96621a0957a760c5574a866d575471 1,841 1.00/1.00 vMB 29
411,950 411,950 000000000000000002062ee41c2b0901cdcc9dc254e7d7a6914d2bbb72fad055 2,031 0.99/1.00 vMB 63
411,949 411,949 000000000000000004f4b6c0a90c8596a2de645c9a83a8c1ed2e2923fbd2a912 2,463 1.00/1.00 vMB 50
411,948 411,948 000000000000000003397063e2e262b77eaecdf111976263ad71d7e58c7bb66c 1,582 0.99/1.00 vMB 60
411,947 411,947 0000000000000000044491de82cf9b3299bc139184a7395bd8e2381734c15e31 1,295 1.00/1.00 vMB 47
411,946 411,946 000000000000000005808fa5c915c926c8e597cb81366c363d1646d94cac0f11 2,283 1.00/1.00 vMB 68
411,945 411,945 000000000000000002d3b8f695f0e7dd9a45472d596bf3ae404dbfc8f1a57e9a 532 1.00/1.00 vMB 39
411,944 411,944 000000000000000004f093cc466a716b088e6a7fc625c266ab4222cb79109d86 2,419 1.00/1.00 vMB 46
411,943 411,943 0000000000000000024d3d3aa0313d6deba90924b801053d9c4abdb819e6bc9d 18 0.00/1.00 vMB 122
411,942 411,942 000000000000000003263812007254f4c13eef06c1ccf508f9d6dcf2020fd4b6 3,141 1.00/1.00 vMB 71
411,941 411,941 0000000000000000019d7f57d7b9dd5e4d36b16dd0355f1cc30933fabf4dcc12 2,963 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.