Loading Tool

Explorer IconExplorer

Memory Pool

78,228 transactions
29.71 vMB
0.07189125 BTC
Random Selection Loading Transactions
Max Size: 181.54/200 MB

Candidate Block

Mining Attempt df137c95fda4334f3c49ff38d44062d7a7788aed8c82e93d47e1ebd003608b17
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 7a1d1e3d6b0ca98c3e2afc8318a6cbc509e0ec7a4e57342a43fbe2e46050e367
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.00617096 BTC
Feerates: 50.18 > 0.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (581,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
333,926 333,926 0000000000000000191430c06db2b57bdd9c71080b488e6f80a6bddbe12734a2 326 0.32/1.00 vMB 11
333,925 333,925 00000000000000001881499e1f6ccc384d9aae05d910dbe5e2084c46e727ac35 790 0.75/1.00 vMB 17
333,924 333,924 0000000000000000176edd85cf5309fb2cfec99473c3e65c6e01eade00340c03 512 0.24/1.00 vMB 28
333,923 333,923 00000000000000000af8684af9b5b96f1d34328d77afe3783cc55ccd895e4157 2,258 0.75/1.00 vMB 38
333,922 333,922 00000000000000000b2dde107d49f8b98eb9e1947cf87d3bb66af9fd2d7c82c0 38 0.10/1.00 vMB 4
333,921 333,921 000000000000000007be9d6fc7e145b2b56a4673f7cfea041cde1e25ba050381 314 0.18/1.00 vMB 22
333,920 333,920 000000000000000007786c48ac2be2308e5f59368450ee972dd9e8b54333c9e1 1,071 0.74/1.00 vMB 24
333,919 333,919 000000000000000019d41cba848eab3f08359a53fbee8f3800f982a1b71ee87f 542 0.27/1.00 vMB 25
333,918 333,918 0000000000000000127aab66aea97318db355dedd7bdc1ddce58151ed39689c7 125 0.06/1.00 vMB 27
333,917 333,917 00000000000000001a457f3a7f99c9706b5caf1d37b9f5290f8459b2dff6a1e4 81 0.05/1.00 vMB 3
333,916 333,916 0000000000000000025771b97e0297cc45fd4081f3b1933db00dafdba80b7e7e 146 0.10/1.00 vMB 21
333,915 333,915 000000000000000000f32a4d103ba39def55f13c9c3995a0a42e06c08a83b3ef 1,128 0.75/1.00 vMB 20
333,914 333,914 000000000000000009a41fb217cb601da2bce51ed3521b37b5bfbc6520d775e6 256 0.15/1.00 vMB 84
333,913 333,913 00000000000000000080ff1679c37cd95564f06feed5e36926ed70caa68c9dbf 894 0.75/1.00 vMB 17
333,912 333,912 00000000000000000d3b716b625ef445675a91a61631d78d3fb56e2aab04b2a6 1 0.00/1.00 vMB 0
333,911 333,911 00000000000000000d881880e04ef8325e12a7685a1d9f7821ea0a190b7b520d 953 0.38/1.00 vMB 55
333,910 333,910 00000000000000000a479047752226fcd6ef3e2091af7ec53534da5c085917dc 421 0.18/1.00 vMB 27
333,909 333,909 00000000000000000007e35a385b204f5602adf4fab6efd19fcace2bb33e8c1b 830 0.92/1.00 vMB 13
333,908 333,908 00000000000000000600125fc1b4d87cc02a44095eb5d255693100964bcf90f9 873 0.50/1.00 vMB 24
333,907 333,907 000000000000000004ad4ad4d4c0a7677cae106a545493bcf9c091c90b01b2a5 1,041 0.75/1.00 vMB 24
333,906 333,906 00000000000000000e698ac7bd142c2a766fdc1cc24435d35d6fefa3aa4d4719 2,037 0.75/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.