Loading Tool

Explorer IconExplorer

Memory Pool

80,351 transactions
30.06 vMB
0.11921067 BTC
Random Selection Loading Transactions
Max Size: 180.31/200 MB

Candidate Block

Mining Attempt 66fd0ac38fcac21e1ed11dfbb209b239c592037f1257fd64066c6f23c750a106
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 6a6408e1ad9af4f0268211b7a419abc58b6a515f7dff0cfd17891dec876e4845
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,743
Size: 1.00 vMB
Total Fees: 0.05778944 BTC
Feerates: 180.34 > 5.79 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (685,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,914 229,914 00000000000001735fc735ec397d9556293a8e124b2f3453a81eb09547e4ba48 501 0.22/1.00 vMB 142
229,913 229,913 00000000000001d5f8ddf1bd845d56723aadf20d9af8786be7225b7ff1e004cd 326 0.14/1.00 vMB 203
229,912 229,912 00000000000001eee4c8f1e75e1631a6c2db68584c59ad8f2a19bd05626284a9 139 0.08/1.00 vMB 14
229,911 229,911 000000000000008527d964aef46388cff427faec4f2c8d30eea2ce1ed08a0e42 741 0.35/1.00 vMB 133
229,910 229,910 00000000000000b7810c16720e71bad01962978b8b386523dd771437de1c76f1 279 0.15/1.00 vMB 113
229,909 229,909 00000000000000f9b7e2458cde02170b8092c88974b320feee421d19a9bcc0c4 414 0.27/1.00 vMB 142
229,908 229,908 00000000000001eb71647c9a39f12ee3aa311b68beef899e3d6097a762586646 624 0.25/1.00 vMB 188
229,907 229,907 000000000000008468644defc41d443651ddb5815dcf320572e58ae4a177b790 373 0.16/1.00 vMB 179
229,906 229,906 00000000000001606cb1587604719d2e1543be7046a2b1ab570ef41e5be94035 498 0.25/1.00 vMB 148
229,905 229,905 000000000000014fcdfb323c0a0fa8b60dfc475aec5c6244c3df2451a013c170 312 0.13/1.00 vMB 179
229,904 229,904 000000000000021f4e6e35fea08bcb46e0765c527ea9fb4aac6c5c4e19f5f816 183 0.11/1.00 vMB 106
229,903 229,903 000000000000002dcc1abe47023b8c92c360fc9ef4a5f43404dd7a700922699e 284 0.12/1.00 vMB 191
229,902 229,902 00000000000001f39c1ffec9ec7dd4343b32f716fa46560df594bc1d6efc3e86 91 0.04/1.00 vMB 50
229,901 229,901 00000000000000f639b3e28a3f675fd2473d92cb2ea24368d8af5d2e23d25f34 447 0.24/1.00 vMB 138
229,900 229,900 00000000000001434c1b8caa78e0a36ccb8fef0436b9882a38d65b2bb25589d6 64 0.04/1.00 vMB 103
229,899 229,899 0000000000000099c711a3d4ec78087782d2d923da2fa6bb7470a22d4eab8ac9 340 0.18/1.00 vMB 156
229,898 229,898 00000000000001a9a203db83bfc217258f6bf7000f6c90eca9f0678cce7c39bd 252 0.20/1.00 vMB 62
229,897 229,897 00000000000001927ca153b6b4da6abc8b20fe60e8d6484d4a1b4938b4c67390 450 0.24/1.00 vMB 131
229,896 229,896 0000000000000103913adaf9d2b5e6ff19cef13aedc614b604e50069c4cee38c 47 0.03/1.00 vMB 8
229,895 229,895 00000000000000d901b26bcbd46e216d247eb7891d1c961cf4f518ac0a8b72f3 509 0.24/1.00 vMB 171
229,894 229,894 000000000000012876f01e0392a6ccc4b0e8c60644448b7e04060ca369b1f963 128 0.03/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.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.