Loading Tool

Explorer IconExplorer

Memory Pool

77,861 transactions
29.01 vMB
0.06876766 BTC
Random Selection Loading Transactions
Max Size: 173.61/200 MB

Candidate Block

Mining Attempt ac9060ef270cd38009f74d927e018f71db8609d37ce993eb57609ba10248a7f0
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 2057066df2dfa9ae583f1598de070e1c6e6682216f2bc51e7a3b97cfa5522a08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,383
Size: 1.00 vMB
Total Fees: 0.01010983 BTC
Feerates: 73.20 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (435,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,919 479,919 000000000000000000d694b8abdf7ef02be0343dad05312d97f0dfbf74e737ba 1,974 1.00/1.00 vMB 60
479,918 479,918 0000000000000000011156c1cf3df8fcea357e99342f9bc4eb632f64a04e6caa 1,985 1.00/1.00 vMB 130
479,917 479,917 000000000000000000576d2917c4d063cfc021017e582c9e761318be333c5f51 1,745 1.00/1.00 vMB 97
479,916 479,916 0000000000000000009ed793f7b50fdfae72a521797e6fe82a87566a236ef9e6 1,978 1.00/1.00 vMB 158
479,915 479,915 000000000000000000c93a1c73452d4221f8c88a1721072966c38d590b1b34af 1,568 0.75/1.00 vMB 138
479,914 479,914 000000000000000000c0fd6a8fee9df17e59c7243c9fce359324ee0fffc70be3 1,748 1.00/1.00 vMB 127
479,913 479,913 0000000000000000006a5b52aae9512174e04c716a8db97c9192d6f59ba47245 2,164 0.99/1.00 vMB 121
479,912 479,912 00000000000000000083cb57936842737b6b9da889fed3d9beb9661fe9ad458e 2,389 1.00/1.00 vMB 135
479,911 479,911 0000000000000000007e18b67b545e42d4f53c921997ce30d055142027c11db8 1,690 1.00/1.00 vMB 164
479,910 479,910 0000000000000000007febfcd6e77822a7c2bae111f7ad3a73f7204e5469c901 2,206 1.00/1.00 vMB 159
479,909 479,909 000000000000000000baad4d437fd36f382f9da2f28ca1b90da7672f0a5df3c4 1,592 1.00/1.00 vMB 179
479,908 479,908 00000000000000000094bb3464e9c643f8867d8090731648a8a40648a1bc58c8 1,827 1.00/1.00 vMB 158
479,907 479,907 00000000000000000036135962fb462ccc47c28bec84115079ebc9f5c626f71d 2,633 1.00/1.00 vMB 192
479,906 479,906 000000000000000000654c768367952e28815af310f52a5d4bb8d0ee6b6b4fb4 2,061 1.00/1.00 vMB 172
479,905 479,905 0000000000000000008c9ce6bf6773cea2bdc00e1afd46fb689d59edaa65f919 1,888 1.00/1.00 vMB 100
479,904 479,904 0000000000000000005cf9149be9556cca9ba3d87802e27fee2223b559013fd3 1,944 1.00/1.00 vMB 103
479,903 479,903 00000000000000000083288edf5e21c2cff93f44c85312b4009c067164ac0b05 1,908 1.00/1.00 vMB 94
479,902 479,902 0000000000000000004f4373a42e3c0938907b8b265ddaef2f7ede58e2cf120d 1,461 1.00/1.00 vMB 74
479,901 479,901 00000000000000000107304da3288c873275b2f218f6feee4b367140941944c7 1,641 1.00/1.00 vMB 107
479,900 479,900 000000000000000000cb3fd7c1bc0b9f1ee5564a50693e01459f3a31fb45e0f6 1,119 1.00/1.00 vMB 91
479,899 479,899 0000000000000000001bb7583189e7b2cc56cca9f23af1b884971e148fc981a1 1,703 1.00/1.00 vMB 101
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.41 GB
    • Received: 15.50 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.