Loading Tool

Explorer IconExplorer

Memory Pool

82,616 transactions
31.10 vMB
0.09307883 BTC
Random Selection Loading Transactions
Max Size: 190.42/200 MB

Candidate Block

Mining Attempt eb1c427dc7a93d0dbc719da6d05a8b405f21ba1b149f39db7b37180f4b265c00
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 765af526ed646ffcf6efa009481b39bed1d30df3d471e32bb85553e492ebfc78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,414
Size: 1.00 vMB
Total Fees: 0.02298820 BTC
Feerates: 100.00 > 2.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (421,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,118 494,118 0000000000000000007a48d2e2c576d2955084f8042bee234bc9e4274dfd8991 2,499 1.00/1.00 vMB 745
494,117 494,117 0000000000000000003e3d9838868cb1b8544a1a0dca8e2be41454d5fcf9cae3 2,421 1.00/1.00 vMB 723
494,116 494,116 00000000000000000080cafe550d2ae2372a80bd6ea70e4515f306b2405e5737 2,616 1.00/1.00 vMB 760
494,115 494,115 00000000000000000086266f7a8b18cdeaff6ddf311310a7e8bfce031efebb7d 2,379 1.00/1.00 vMB 561
494,114 494,114 000000000000000000cdcde85258a2bd9b430c2cf901b87b912df587efef7755 2,178 1.00/1.00 vMB 584
494,113 494,113 0000000000000000007fde0ec6f07a4e1de6803cf00772201fe705542cba57d7 1,978 1.00/1.00 vMB 680
494,112 494,112 0000000000000000002ad02010ea87e9a10675745c7075827249ea2c6fa51c36 2,144 1.00/1.00 vMB 598
494,111 494,111 000000000000000000938984c556ab461a085350e1cf21e97ceebfa66947532d 2,453 1.00/1.00 vMB 670
494,110 494,110 0000000000000000004d1fe8052ef1c84c8e5b49d1f7048fa4cd8d1c5a4ff3b4 1,426 1.00/1.00 vMB 429
494,109 494,109 00000000000000000087c39d7ded29758ed2f373e45c87a28e44478c437334e9 2,192 1.00/1.00 vMB 692
494,108 494,108 0000000000000000003a876ac8f73251b5fafe3955cf84a8a66b088f4b629d06 2,603 1.00/1.00 vMB 567
494,107 494,107 0000000000000000009231f9239419e2cb8c60341f396747547a325ed9d29155 2,318 1.00/1.00 vMB 677
494,106 494,106 000000000000000000bf5de9c237659a1213ad80321b8f85561e0d2e9c675d80 2,018 1.00/1.00 vMB 588
494,105 494,105 00000000000000000019f00ebf826e26f1813e219ce30dd65d582263f85d299a 2,741 1.00/1.00 vMB 802
494,104 494,104 000000000000000000358fdc104645be7973bbeb41f73057a5b16efb26f03d55 2,761 1.00/1.00 vMB 1,001
494,103 494,103 000000000000000000337f4187743b47db53881268a92a33a941f57e59698ace 2,495 1.00/1.00 vMB 898
494,102 494,102 000000000000000000269f16804b6f5b2104505e4f7d901eafe077f1c9e7ccf3 1,803 1.00/1.00 vMB 581
494,101 494,101 0000000000000000001e5718e2ca641ce9705e44cd88e562ee0fb098c8b662c0 2,834 1.00/1.00 vMB 844
494,100 494,100 000000000000000000489ebdd4638596fb2173feb0eb40b97e807a115762db2f 2,860 1.00/1.00 vMB 787
494,099 494,099 00000000000000000051bd8c9fd67e06d92a3501c8d711fdc98b17cce6ce28eb 1,500 1.00/1.00 vMB 629
494,098 494,098 00000000000000000096a96a5b45552b896cba0ca58a8348871d3e4e21c3f03c 2,182 1.00/1.00 vMB 775
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.