Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
27.20 vMB
0.07603618 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt 58f9db8991d226ea3ec45b47295f65d9e4500eed588120b803cb46a0bc6c5c79
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 1f4d5e8b18138a5d4d16c1ad3c65849b9b22ac9d6b16feb575451f5862f739f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02533103 BTC
Feerates: 201.13 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (79,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,762 835,762 0000000000000000000193ab19a77a01a8eb71cc812c587820ed4628878c610e 3,251 1.00/1.00 vMB 27
835,761 835,761 00000000000000000001389e546fbbd173f1fe1b09308c55d9b3d07bd9075961 2,942 1.00/1.00 vMB 22
835,760 835,760 00000000000000000002c8d4cab7efceecd027f5beb0cc4e85dce9563b0d26bd 3,114 1.00/1.00 vMB 25
835,759 835,759 000000000000000000033097b420dda1cedff89565b4d6a5cc2f84756681d09c 2,649 1.00/1.00 vMB 25
835,758 835,758 0000000000000000000315b4c8dbe0bb89397e2a2e183bbd15359e989753f278 3,241 1.00/1.00 vMB 38
835,757 835,757 000000000000000000010288a20e46c5a40737b5d336bad35e69ee6c0dd23948 2,908 1.00/1.00 vMB 35
835,756 835,756 0000000000000000000348dd2a5a4f2f87cd619622b84d4694d46f4e2e578659 3,635 1.00/1.00 vMB 46
835,755 835,755 0000000000000000000209065009558bb6805ba28d2d82cd22be357d6d778d9f 3,132 1.00/1.00 vMB 35
835,754 835,754 000000000000000000020f2f34690de574fecb9c1211085b43b60668a3aa5499 3,676 1.00/1.00 vMB 37
835,753 835,753 0000000000000000000312a39351b477c0938dec658709adaa0bcc7d92132d7c 2,861 1.00/1.00 vMB 37
835,752 835,752 000000000000000000027988ff2b73e6bacf404f93a497ff68f60549d167034e 3,103 1.00/1.00 vMB 38
835,751 835,751 0000000000000000000034e4c63111501d487b78a759dcfeb6e6f1ad67037b86 3,618 1.00/1.00 vMB 45
835,750 835,750 00000000000000000001bde4866e210e759d3958c2366c97c72b875c2bf096fc 2,906 1.00/1.00 vMB 54
835,749 835,749 00000000000000000000a304c6804973be814461359dbba9ced80c7cd2b46ecf 3,251 1.00/1.00 vMB 37
835,748 835,748 000000000000000000003ca3aa05388e5f8f3f35bafaf34688f115c70f9e2565 3,426 1.00/1.00 vMB 46
835,747 835,747 00000000000000000000f963f8aa4e94923d7fcd94d66c4fa44d9c833e33e866 1 0.00/1.00 vMB 0
835,746 835,746 000000000000000000009bd1737baf00d51b887c80f7a93883447bd8bad50ecd 3,006 1.00/1.00 vMB 58
835,745 835,745 00000000000000000002f894e7b01b96dd33eef07133b5e7b02a519f21dfa023 3,540 1.00/1.00 vMB 47
835,744 835,744 00000000000000000000b8f24177393fd068e30389b0ef4de69ee6348c3f4d5c 3,532 1.00/1.00 vMB 45
835,743 835,743 0000000000000000000146fa23bda3f6b6ebc8a2dfd1867492d14b7dd52c415d 2,965 1.00/1.00 vMB 49
835,742 835,742 00000000000000000000f2086773fd41578ce7d2862c96049bc7e00a11911fcc 3,086 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.