Loading Tool

Explorer IconExplorer

Memory Pool

74,355 transactions
27.44 vMB
0.06929034 BTC
Random Selection Loading Transactions
Max Size: 167.56/200 MB

Candidate Block

Mining Attempt 9558805a8863adfe79a111135ca24b5c6a50343f8c8e909d203d1e14d4ff6343
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 1d6834098baa525415323cb609051a71fce943f13169f85ee05140463bc197c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.01085795 BTC
Feerates: 84.71 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (132,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,211 783,211 00000000000000000003807b06c57bda5e33f0220f3f3e75ac4e3c524a8256bd 2,977 1.00/1.00 vMB 41
783,210 783,210 00000000000000000005dc01f607a82d8000e899abda268164c7f2d06809b8bd 1,457 1.00/1.00 vMB 11
783,209 783,209 0000000000000000000005c3c22da73c66253b49147a9a89fc378022a133973f 1,783 1.00/1.00 vMB 16
783,208 783,208 0000000000000000000158e401c1d007c6aee7d80b3be8f380ef3d1e139368f0 2,966 1.00/1.00 vMB 18
783,207 783,207 0000000000000000000227c7e2f9eefb1a63889519a982aa92c6ba8a27f36bf9 1,646 1.00/1.00 vMB 16
783,206 783,206 0000000000000000000529cf10ae5088ff8b1fae0ab14a3f179e3d8b65c887c9 2,880 1.00/1.00 vMB 23
783,205 783,205 00000000000000000001c0934ccabffd1a12ff8cceaa17d16f486698ec3c755e 3,782 1.00/1.00 vMB 20
783,204 783,204 000000000000000000017e7c2e9dbb27830cae9ef1fbd75c31609da41b1c8c46 2,658 1.00/1.00 vMB 25
783,203 783,203 00000000000000000003f566b3c4bae2f0b3cdd973dbc4319971dea1c8129e12 3,318 1.00/1.00 vMB 30
783,202 783,202 000000000000000000034ab50a4dea2037325fd160cb0e3bb2e1f7c580517ceb 3,640 1.00/1.00 vMB 25
783,201 783,201 00000000000000000004ae57b372218009baba74ef8800c6ef7d881dc1d42de7 3,471 1.00/1.00 vMB 33
783,200 783,200 000000000000000000001ef91d4356e9212d9477fb73dfa532c2b9d750754344 1,940 1.00/1.00 vMB 23
783,199 783,199 0000000000000000000020f58ab439c24a2365f58bb6055ced47df2da6b29ee0 2,942 1.00/1.00 vMB 29
783,198 783,198 000000000000000000026170453e23b988710b1e26b21db9770cd566b25a2a1a 3,542 1.00/1.00 vMB 29
783,197 783,197 000000000000000000050b5a9fc219eaadd54d5db28e3ee11498408c3d3824a3 1,895 1.00/1.00 vMB 18
783,196 783,196 0000000000000000000130935baca00b22673d5dc43551ffafd2cb720a0b8cbd 2,901 1.00/1.00 vMB 16
783,195 783,195 00000000000000000001a796f89fae39f3e31a56b965c1ead54842f0cbdae922 3,101 1.00/1.00 vMB 17
783,194 783,194 000000000000000000054e44298138cc41802d4fb584763f3d4ba4579108d39d 3,519 1.00/1.00 vMB 22
783,193 783,193 000000000000000000009171a8101da3943825f6c3ba21e9e4873e6e298aac39 2,766 1.00/1.00 vMB 27
783,192 783,192 00000000000000000000b764ef519093dc3f5f1896ab38025d323deab09f3e6a 3,197 1.00/1.00 vMB 30
783,191 783,191 00000000000000000000c803b7aa0338bded2245dcd90dbdaa899d00c6463a37 3,370 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.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.