Loading Tool

Explorer IconExplorer

Memory Pool

83,152 transactions
30.54 vMB
0.11076953 BTC
Random Selection Loading Transactions
Max Size: 184.05/200 MB

Candidate Block

Mining Attempt 8277f4d7ac01a35c8439baa2cfd51e3163065b4f20a3a578964f44784a1fa4e1
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root aa3252254a701db861206c4949cb11de8d8bd51cfd3ca14c8732384a5c9cb1ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,613
Size: 1.00 vMB
Total Fees: 0.04744819 BTC
Feerates: 526.32 > 4.75 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (44,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,917 870,917 000000000000000000012de43a5a188fe48ae12b9512128eae16af816b197d39 5,555 1.00/1.00 vMB 19
870,916 870,916 000000000000000000018b03c6ae732187be3494a1aab254080d041d96553b32 5,103 1.00/1.00 vMB 22
870,915 870,915 00000000000000000001e0829b2639ea4b0f0ffa3247ba0fa177cc3ff92823cc 4,994 1.00/1.00 vMB 25
870,914 870,914 00000000000000000002428dc4c803b65525852871f77d1aacd4188aee819e3a 4,478 1.00/1.00 vMB 31
870,913 870,913 00000000000000000000178d49c5d04996894857f7c29c9aaa2389fb3e73a943 4,582 1.00/1.00 vMB 29
870,912 870,912 00000000000000000002a03c3492b00b1026522bf21d543264f63ffbe15c1cbf 4,292 1.00/1.00 vMB 39
870,911 870,911 0000000000000000000026f3661ace0cda87b922d13d35280c9ac61c6ad364cf 5,522 1.00/1.00 vMB 31
870,910 870,910 000000000000000000020f360aac519f2e16475a7ed959b7c065a1d58af23e54 4,705 1.00/1.00 vMB 42
870,909 870,909 0000000000000000000121ad3fce6393ef5ec583b1a4b52299b49617c05bdc22 6,175 1.00/1.00 vMB 37
870,908 870,908 000000000000000000027c905a0596fc34307dcd488985324b29e7ba2cda239d 6,052 1.00/1.00 vMB 35
870,907 870,907 000000000000000000003dfa28ad9929678a7f7a6054af359ac1b3800b58d2c4 4,663 1.00/1.00 vMB 35
870,906 870,906 00000000000000000002579e81d05068188cfbace5402dbe593e5d28be65b311 6,102 1.00/1.00 vMB 29
870,905 870,905 000000000000000000005c0dbe059f6d6a2ca3d8dca59f3afc5b7934d3718bdd 5,696 1.00/1.00 vMB 33
870,904 870,904 0000000000000000000014f7cdedc807b88357b4aba1fa7fcb5bad4db52d8c2f 5,511 1.00/1.00 vMB 34
870,903 870,903 00000000000000000002ba883dd9048fd5c6576de02a7d0f8d635e1d4d56e73d 6,179 1.00/1.00 vMB 31
870,902 870,902 00000000000000000001a7ed37b90ef8ca1366a99f6810b4304aaee037612725 6,495 1.00/1.00 vMB 19
870,901 870,901 0000000000000000000046c28733d9539b084e94d1349e9caed80bb8b66e5da2 6,405 1.00/1.00 vMB 14
870,900 870,900 0000000000000000000202ceebb5a89318360a70be212357b68617bd29e53250 6,442 1.00/1.00 vMB 16
870,899 870,899 00000000000000000000a1f7dd45ba33e59cdc6bee2161e5f4f5bf75af149ad6 7,090 1.00/1.00 vMB 18
870,898 870,898 00000000000000000001a969f9c30c8f596be1b6f2ffe8c314592adf2348d76d 6,346 1.00/1.00 vMB 14
870,897 870,897 00000000000000000000bac3453311a41fe248d108c08bb9d108b92f95f4472b 6,471 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.33 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: 660.42 GB
    • Received: 14.73 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.