Loading Tool

Explorer IconExplorer

Memory Pool

81,577 transactions
30.59 vMB
0.08245862 BTC
Random Selection Loading Transactions
Max Size: 187.14/200 MB

Candidate Block

Mining Attempt eb2d64229377b1c0d4f776d34d2359d40099e634ed7b7bbd27a3265fa770a98c
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 175e2b0f63fa2a13f05269e10f636b7d921af955c3654e57a7da175302638cf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,139
Size: 1.00 vMB
Total Fees: 0.01247905 BTC
Feerates: 150.61 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (438,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,964 476,964 000000000000000000fad3e14fb38c2bc4a40a38a56193f0739426c1f2ef941b 1,110 1.00/1.00 vMB 101
476,963 476,963 0000000000000000004fe5e83dc0f5b1c880ab39d80127d8c456c2754f8224cd 1,767 1.00/1.00 vMB 212
476,962 476,962 000000000000000000e6431289fafc51fde98098e3a9f907a81d7f776105b8bf 2,032 1.00/1.00 vMB 202
476,961 476,961 000000000000000000b927adf0240d057c0992f794d75751e328008bb8f706ad 935 1.00/1.00 vMB 121
476,960 476,960 0000000000000000001de898cf0b795d89d6023d43e2644a4d8d16351d56c224 1,423 1.00/1.00 vMB 117
476,959 476,959 0000000000000000002be45401cb84f69f9e96cdd981a11be71382c7401ec8a6 1,944 1.00/1.00 vMB 133
476,958 476,958 0000000000000000005e4dbe3ab0a3aa3c8097fa45199923278f66116f252e7e 1,115 1.00/1.00 vMB 86
476,957 476,957 000000000000000000b2d5dc4675bf2abe29e585737bc4b38fa8bde843a328ba 2,014 1.00/1.00 vMB 135
476,956 476,956 0000000000000000006ac85c081a6728986eec1f6d89d690535a96c77705365a 712 1.00/1.00 vMB 31
476,955 476,955 0000000000000000008532f679910cfa73b00badf1f80249e88c15ad98353ac8 1,571 1.00/1.00 vMB 110
476,954 476,954 00000000000000000117aa6fc3ab32efd4e9a31e39132ff5eaeb5dee37f87c15 1,393 1.00/1.00 vMB 97
476,953 476,953 000000000000000000f78ade8ce9f2a3f517ce8ca9cd15d3ddc5b1a92c4e80a1 1,910 1.00/1.00 vMB 139
476,952 476,952 000000000000000000e1cad5077dc42fa06855cea3d346b5ec3f07e11b2904ed 787 1.00/1.00 vMB 49
476,951 476,951 00000000000000000152c379fd75e4b957390654d9b0b7b4bfa8769e8e78ff9d 1,589 1.00/1.00 vMB 119
476,950 476,950 0000000000000000003d2a56b09948a551e37734816eb84cba47195dbe8b5e39 341 1.00/1.00 vMB 8
476,949 476,949 00000000000000000103cd898177df8a1925bb390ee209d63b121eb5960718a4 1,575 0.92/1.00 vMB 142
476,948 476,948 000000000000000001263370bc8d93e0f91db441b78fe93346a6ec1413705d2b 1,523 1.00/1.00 vMB 119
476,947 476,947 0000000000000000000e19ca1534dfa422fedf7c9f25432a7583b8fee5fb8ea7 636 1.00/1.00 vMB 11
476,946 476,946 00000000000000000054a0239ef652c1f782938d4c5b851965198c96f78c50a8 2,530 1.00/1.00 vMB 177
476,945 476,945 000000000000000000233e3436f048fdf64e26717407f9881db36f7148fd2d28 590 1.00/1.00 vMB 21
476,944 476,944 00000000000000000075a534d36d652688ee871bbcf94a8496a196cc8885f3aa 889 0.39/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 783.01 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: 718.90 GB
    • Received: 17.99 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.