Loading Tool

Explorer IconExplorer

Memory Pool

41,173 transactions
27.39 vMB
0.05790712 BTC
Random Selection Loading Transactions
Max Size: 142.69/200 MB

Candidate Block

Mining Attempt 3d0f8c2936c3b8e4000500165a89013daa1a4adaf8fa674594a75bbfa4294ca6
Version 20000000
Previous Block 00000000000000000001efc6ef29afb06af1d34a1a418adad7d70a52f0b7c848
Merkle Root db88cf442a94769fa9a8712b177da77025f72ba01a4dfe7a558ebe7f6d80e699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,127
Size: 1.00 vMB
Total Fees: 0.00635131 BTC
Feerates: 50.24 > 0.64 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,258 (814,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,784 99,784 00000000000282d398caa3a3c1481adb42d17ad19f6f2a1de38756147053d03e 2 0.00/1.00 vMB 0
99,783 99,783 000000000000021f714e174a954dbe07c960b51eb2ff5e047b6a1381f3945440 2 0.00/1.00 vMB 0
99,782 99,782 000000000003c17effae9a9909802e1e3b553a3c383f6fa7fc915d2bf90ab7f2 1 0.00/1.00 vMB 0
99,781 99,781 00000000000263f87304af4feb3267731bd5e025b6e0ffa307e2896b0f63ad11 1 0.00/1.00 vMB 0
99,780 99,780 000000000000ea5a5fe184692e9c1da6fa4b07f863179dca23f07201d508fa72 3 0.00/1.00 vMB 0
99,779 99,779 000000000000ebd363ca1c2e5e75cc6f79c5708fffd9d5d56c3e75239afc20e6 2 0.00/1.00 vMB 0
99,778 99,778 0000000000031c744228e520675a8154ec40da32360873e5f123aea1f44e9aa1 5 0.00/1.00 vMB 0
99,777 99,777 0000000000024f24073351990c55b055fe98a80464ed122a36f6db91b9f499cd 3 0.00/1.00 vMB 0
99,776 99,776 000000000003cb3a545ee08e56befeb7b6a7a082bdd3234de4c808ccce815557 1 0.00/1.00 vMB 0
99,775 99,775 000000000002892f626ce2e2150d12400af020d8d47604fb34a49c46e323e3ce 1 0.00/1.00 vMB 0
99,774 99,774 0000000000009e2065617908a35dfb56e32b5ee3d60ccbb5be50aff5293aa135 9 0.00/1.00 vMB 0
99,773 99,773 0000000000001702943320136b48f7f23d45f5746f6aa50e21ad13a4a60ec5ef 11 0.00/1.00 vMB 0
99,772 99,772 000000000000867f3cfdeebc7e0614dc0ce322e426042ea3e2ecf06069ae0e1e 12 0.00/1.00 vMB 0
99,771 99,771 0000000000006ee457cf80547d1f00068b0ca71b0e3f443474b9bd7b602eef8e 1 0.00/1.00 vMB 0
99,770 99,770 0000000000031fb0864ce3dddd7da62300f31f2af6e644db5007f0354439ec6f 1 0.00/1.00 vMB 0
99,769 99,769 0000000000038fafee6dfde0903e0c984c32ee5e207f340e9779047541ea2007 2 0.00/1.00 vMB 0
99,768 99,768 000000000001d53b45f1a10b7f469220d82b5d1c7e5c7b270674323279f09cee 2 0.00/1.00 vMB 0
99,767 99,767 0000000000030df54a12410e8ba41e5e8b62ab971cb8fa0060ac6b650d20f553 2 0.00/1.00 vMB 0
99,766 99,766 000000000000386703a64a7f2585b9d6a1d46430044f9315447966dc84701515 4 0.00/1.00 vMB 0
99,765 99,765 0000000000038b069df2569aadcbc625ecec3a565d5746a0d87a4213e4707feb 1 0.00/1.00 vMB 0
99,764 99,764 000000000001f6f94ba998e4f3c4abcc6a5dbcde28b1032b4e4f6dd703863f1b 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 577.59 GB
    • Received: 8.61 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.