Loading Tool

Explorer IconExplorer

Memory Pool

79,871 transactions
33.78 vMB
0.12177997 BTC
Random Selection Loading Transactions
Max Size: 191.94/200 MB

Candidate Block

Mining Attempt 1fca2d20faf58505731bd25df8eb777b5cc76b71a4d8b57b56bc044e2bff398c
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root 0be6c396ed94ec65c81edd2fb41a5582cae385c1911734c8e0b4882f22b8995f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,024
Size: 1.00 vMB
Total Fees: 0.01546091 BTC
Feerates: 13.21 > 1.55 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (633,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,791 281,791 0000000000000000095d8b21e5b333c13b6ecf037562916c7f0eb2399bcbaed8 79 0.11/1.00 vMB 19
281,790 281,790 00000000000000013c29d03039c5178aad373484fcd6e0ed020178e145aca989 583 0.25/1.00 vMB 41
281,789 281,789 00000000000000001a74f8f48f3f3b9976d7b5e82e8cbd43482665d359ff3232 97 0.05/1.00 vMB 45
281,788 281,788 0000000000000001d03f26d6ba4da9c8928ca09a619ac8e98e8179b04f347b1d 431 0.20/1.00 vMB 47
281,787 281,787 0000000000000001519ebe6e820cf607d45602689d1db6ad93e50f8febfaa321 161 0.35/1.00 vMB 11
281,786 281,786 000000000000000225d47679cc12cb2ffb641d7f67ff35934e8146d96449d5c9 358 0.17/1.00 vMB 36
281,785 281,785 00000000000000014fcc42dfd1498c1c3cacba3a2ea72678db6e62b9ccf7afaf 28 0.04/1.00 vMB 8
281,784 281,784 00000000000000019ad9c5130039970f6e22b899075ec4624184fe7ea2c1aee1 297 0.14/1.00 vMB 51
281,783 281,783 00000000000000021483d1c80a76b4ce419e4c72f9d71261de5da18c02c12c65 60 0.04/1.00 vMB 25
281,782 281,782 00000000000000020f93ca0147a2dee24fe3e20e29b0707c6ab3014d4fcae185 662 0.32/1.00 vMB 46
281,781 281,781 00000000000000001f82d4403ad9aed071bc0a6757ab5d22baa3c2e6e3750cff 36 0.04/1.00 vMB 11
281,780 281,780 0000000000000001293f4a3e40753a0d356cccb1dca4d99ad0fac6ec1a08f137 88 0.03/1.00 vMB 40
281,779 281,779 0000000000000000985387aa4db6ddb918c607d70f1a661ab4669a3fa38eef46 299 0.25/1.00 vMB 20
281,778 281,778 0000000000000000e2b3507ddf687709dec180401cb239ccf636ccf8f88ae64f 520 0.25/1.00 vMB 29
281,777 281,777 0000000000000001c2d21fbd1a99ec7f18ffd8da5d5aef15021597b317afc75b 709 0.25/1.00 vMB 47
281,776 281,776 0000000000000001bff2d8322dab2ba4a4d5b13da5266d90b8b9b93788bc9b6a 153 0.05/1.00 vMB 193
281,775 281,775 0000000000000000f1f84cc44026b8405a90c597a2cf3b4860d4948c2830cbed 96 0.22/1.00 vMB 13
281,774 281,774 00000000000000020bc33cf3dcd75b5c9657377a86e637d774aba192a5f046e9 232 0.21/1.00 vMB 15
281,773 281,773 000000000000000202f59a9b1e550bf0ee5e8791d4c0e7807c8a3482dd419595 99 0.05/1.00 vMB 41
281,772 281,772 0000000000000002333f26d2eef85963d74e0889fc63e9c2cde1a8ffd72c83c7 699 0.25/1.00 vMB 55
281,771 281,771 00000000000000010d00c943883e7b8d32554e4bc81b379d6aabdd8b8da3a8be 183 0.10/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.10 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: 728.32 GB
    • Received: 18.47 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.