Loading Tool

Explorer IconExplorer

Memory Pool

81,888 transactions
31.01 vMB
0.11684114 BTC
Random Selection Loading Transactions
Max Size: 185.60/200 MB

Candidate Block

Mining Attempt 4b6d32aa3b6a090d34d4811a733f70123d12ec18e416a24730495ee2e3210960
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 52e5d78b6e3a88920d479c044365a9469b264c86d28150c0f69b41289342fdb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,497
Size: 1.00 vMB
Total Fees: 0.03362829 BTC
Feerates: 101.42 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (319,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,190 595,190 0000000000000000000faa610d83cf46d81dea8ce33d628709ec9e631870ce96 2,978 1.00/1.00 vMB 27
595,189 595,189 0000000000000000000617cd7b07cffbfc0ce9f02b10eeda3075ba580620e36e 3,280 1.00/1.00 vMB 24
595,188 595,188 0000000000000000000358fc2ca89725cc2066a1825efd078263737c92a39743 2,384 1.00/1.00 vMB 34
595,187 595,187 00000000000000000002f6d334dcb92b08012c1291e0bf01722d1efc07b333ff 1,136 0.93/1.00 vMB 11
595,186 595,186 0000000000000000000617fb054377394e5fd50bda4b3b875e77d46329d50ac8 2,095 0.94/1.00 vMB 14
595,185 595,185 000000000000000000110a69b83797eebc4cc59aaaaab2f3a6cede1c4088402b 1,094 0.94/1.00 vMB 2
595,184 595,184 0000000000000000000a8bfd8bf0c0ea8b123309a8beabb823154cebebd8c828 2,979 1.00/1.00 vMB 20
595,183 595,183 0000000000000000000721bb8e4ac0be7ffa43f297557bf8753745704a54d273 3,000 1.00/1.00 vMB 21
595,182 595,182 0000000000000000000c39b8ab18c958797faf91340f10b3a90919c996e93533 3,065 0.97/1.00 vMB 12
595,181 595,181 0000000000000000000434790cee4991e02a56293773d769acff766853cbda6c 2,385 1.00/1.00 vMB 23
595,180 595,180 0000000000000000000d820027ae4e07a111ff1f970535c3080fe4f92de69e6e 1,705 1.00/1.00 vMB 9
595,179 595,179 0000000000000000000334857fee3593fa434bca2870fcd04a83416abc73f2d1 2,762 1.00/1.00 vMB 6
595,178 595,178 00000000000000000003b5eb4c954b5dc48df4701a768f2c4d539564fbac803c 2,805 1.00/1.00 vMB 17
595,177 595,177 00000000000000000004f13181e7f50e1c8430a82a089172c1deb53a3a8479e7 3,505 1.00/1.00 vMB 25
595,176 595,176 00000000000000000003e779cfa025f3fbe56b2029ff076cce9d8163820b7c5a 2,076 1.00/1.00 vMB 36
595,175 595,175 00000000000000000000682491b58f7027e772deaf7861c8ba0f4fcfb22d4d85 3,161 1.00/1.00 vMB 30
595,174 595,174 0000000000000000000b5e061973d51651d8aac00a3e97b45ddeb43d8a73ab4a 2,513 0.98/1.00 vMB 15
595,173 595,173 00000000000000000003c4aa565344464a8ef9b96c82bba1dc2dbec98c911f86 1,377 0.99/1.00 vMB 8
595,172 595,172 000000000000000000105f5ec1d56a0b0d90028aebe3654c4fc204d7fd486d7d 462 1.00/1.00 vMB 3
595,171 595,171 0000000000000000000560c465bb37e8fa9478a9d555f94b56428aae53a1e485 1,740 1.00/1.00 vMB 11
595,170 595,170 0000000000000000000f6ebc4712d52f98bb1b422e33f1048fa88fdb37187b1c 2,901 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.