Loading Tool

Explorer IconExplorer

Memory Pool

44,983 transactions
28.67 vMB
0.07070464 BTC
Random Selection Loading Transactions
Max Size: 151.51/200 MB

Candidate Block

Mining Attempt 78d7c414bde4ffa158d65c5b5ada1bd1d796fb757afbc42ba2db447a182810e1
Version 20000000
Previous Block 000000000000000000002cda40907564e46bc0c7de547112e5b0304070620d30
Merkle Root 8b6c8da2c5a9c0dc6e08e70f529b21b3e78a7da2833e39d89b98337a30bc143f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,873
Size: 1.00 vMB
Total Fees: 0.01578787 BTC
Feerates: 58.92 > 1.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,807 (729,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,631 185,631 0000000000000290c503ac2673877f97ad806b37ccd1675aec6b2de7d3fe5f97 156 0.09/1.00 vMB 4,541
185,630 185,630 000000000000045386be2122d89c76821ae7a43f3ab8c56d934406831e2fd87c 122 0.05/1.00 vMB 169
185,629 185,629 0000000000000860f2274f347fe860f26ab1c8545b726c7818af2a5e4450b2d3 108 0.04/1.00 vMB 133
185,628 185,628 000000000000096c09a7b85f8f72892d5fcaea1f523ccfdb2abfca8e4bea464e 214 0.09/1.00 vMB 110
185,627 185,627 00000000000005212a4f8eadc418abfff2b81e906c80d6e39195aa1a04e4cc32 54 0.03/1.00 vMB 86
185,626 185,626 000000000000046409b9173ec6bfa4d8ce13e8974b768eeb4f8009014502f4c2 22 0.01/1.00 vMB 27
185,625 185,625 000000000000055e4588e155a6e7a0b6850a7f707364cec4e0fdc83499f6f406 447 0.20/1.00 vMB 120
185,624 185,624 00000000000002b6a43360c46567920471a9626f4b7c03e86654d6b135d3a0a4 46 0.01/1.00 vMB 53
185,623 185,623 00000000000002e4a776d4831f6c34e91d1d906085f21062f34812f7ff909f89 135 0.05/1.00 vMB 62
185,622 185,622 00000000000004909f0f95e2b9566bd5c2e9edb5171ea67359227c7a98ac2991 208 0.08/1.00 vMB 113
185,621 185,621 0000000000000333ed4347c8bcea77745ead34a01ee0aefb929fcf497e6fed86 32 0.02/1.00 vMB 238
185,620 185,620 00000000000000c948abe47be98f435ecf7ff5d0b4c803e95d3f0ab5c4631666 109 0.04/1.00 vMB 131
185,619 185,619 000000000000078bf2e0e6e90709a6d4ef73f5f6f4efa3bf9310f68197c0fa8c 86 0.03/1.00 vMB 109
185,618 185,618 00000000000003fea2b5a7047be30b0177bdab0c80fc885714818f85d7f07073 128 0.05/1.00 vMB 284
185,617 185,617 00000000000006cddefa596ce184ca3d456cafe4c0dfc826a16f92c8ce00e477 109 0.03/1.00 vMB 77
185,616 185,616 00000000000000b43ab4b9efd4b78cac07a430c424ceb4a6894e2a1f421d30c2 237 0.10/1.00 vMB 123
185,615 185,615 000000000000079908f636da805eab325b09c4db7029c095b2cc236152b6f617 101 0.04/1.00 vMB 94
185,614 185,614 000000000000052d0706a74108831e40b14e8e75916de3ad1cc50edd7688e403 195 0.10/1.00 vMB 104
185,613 185,613 00000000000008c51df3914a1857628a17e8b4262590a04d7bb867734f946a18 108 0.04/1.00 vMB 90
185,612 185,612 000000000000001f200955fd98095c52f4afb034b2c35ee4f8fadd6575820317 53 0.02/1.00 vMB 192
185,611 185,611 0000000000000930b873942a3e9406c7cf50b25ba1bd193435530d434d0e7674 97 0.04/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.04 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: 650.78 GB
    • Received: 13.32 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.