Loading Tool

Explorer IconExplorer

Memory Pool

83,201 transactions
32.01 vMB
0.10704938 BTC
Random Selection Loading Transactions
Max Size: 192.39/200 MB

Candidate Block

Mining Attempt 662b06cefaa97f1a3b66e9e392aa550cd60d74e43ee4b9c77369dedac1d8b82d
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root ff675116284ee4dc7ec778feb139b99381f01cec0efd2419570221e456e57c62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,334
Size: 1.00 vMB
Total Fees: 0.02585465 BTC
Feerates: 353.36 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (84,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,816 830,816 0000000000000000000006d05e438ab98dc9ee68319471b9d30914d8d742226d 4,082 1.00/1.00 vMB 26
830,815 830,815 0000000000000000000306501ad3187c5339cbbae7bf526544b87766fdc961ee 2,085 1.00/1.00 vMB 14
830,814 830,814 00000000000000000002ff2bd1bd78c8353e7fe7cba3b3de35fddb40d30e3dc6 3,345 1.00/1.00 vMB 16
830,813 830,813 000000000000000000018f3649c69b78b1ad1857d5c54c3b420b2c689b64597b 3,007 1.00/1.00 vMB 29
830,812 830,812 00000000000000000000dc16c8aff6125c756f1a3d84bdac109e70b195ae1537 3,856 1.00/1.00 vMB 20
830,811 830,811 00000000000000000002c5c1ec2623728f064fd9af6ea2a5347be2a6d92827f0 3,623 1.00/1.00 vMB 22
830,810 830,810 00000000000000000002cadc062f792cda8627e1421c9ae7496d9e4f71066c58 2,947 1.00/1.00 vMB 22
830,809 830,809 000000000000000000020bcbab9d79907446cfbb0ce6169f4486e2695ec2093b 2,160 1.00/1.00 vMB 17
830,808 830,808 000000000000000000014571899728660c2e7cdee26ea008191f9d63c6ebba02 1,963 1.00/1.00 vMB 13
830,807 830,807 00000000000000000001d4a52a15d6e4731ffedf27212b02c81bc1392a394f9d 1,784 1.00/1.00 vMB 11
830,806 830,806 0000000000000000000061a7917c49ee021ac7887df1304916789a667e41b6a3 3,172 1.00/1.00 vMB 21
830,805 830,805 000000000000000000033a960894d242bd4f8b09a1577aa66baa747b0c395e74 972 1.00/1.00 vMB 13
830,804 830,804 0000000000000000000292ee4aed764ba16a3be4e9d69350d42e2e85b988aeeb 1,887 1.00/1.00 vMB 18
830,803 830,803 000000000000000000031209eaf764b5b2e2f373949951a5ec845c3a9da3fb51 1,533 1.00/1.00 vMB 15
830,802 830,802 000000000000000000029f234e8ace80354f99fa0d1f0e86f59359c0013c1fb9 2,296 1.00/1.00 vMB 19
830,801 830,801 0000000000000000000180224fe235f43135e7aabe0a6f3f35b41e863d99e50e 2,467 1.00/1.00 vMB 15
830,800 830,800 00000000000000000001ce42d7ae2c604d4362f16dd31777b1c8d6ae7aa62d7f 1,956 1.00/1.00 vMB 21
830,799 830,799 00000000000000000001b9f6c4ab8bc9b15944fb63f70c63cf01e04c9e675b94 3,124 1.00/1.00 vMB 33
830,798 830,798 000000000000000000036062a49ff685cba5641385ee0a1cdafa2512c8e9a8c3 1,352 1.00/1.00 vMB 14
830,797 830,797 000000000000000000010dfe2beb7670003b1017331ee9054cd38beb796e8ca6 2,346 1.00/1.00 vMB 23
830,796 830,796 000000000000000000016ace40798dcdf4410d1e9cc5b9bdc9c51a6f01ecb070 2,854 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.79 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.82 GB
    • Received: 17.00 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.