Loading Tool

Explorer IconExplorer

Memory Pool

42,383 transactions
33.29 vMB
0.10826261 BTC
Random Selection Loading Transactions
Max Size: 165.87/200 MB

Candidate Block

Mining Attempt e60ef8c366816a5a977416a840a42dba3b26d49c0856cd7e26bc792a1a9fd9bb
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 8e07fd8bb317383ffe92e7de5acf47a4f3490d8b4463b5fb7da7634c0dc56162
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,982
Size: 1.00 vMB
Total Fees: 0.03507303 BTC
Feerates: 501.64 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (266,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,817 647,817 000000000000000000020429bb9d92dda2b3ba56f658de851291289aa5ef9316 2,777 1.00/1.00 vMB 108
647,816 647,816 000000000000000000063b0a177ca8b4ba7c5e12e4a24a28828d0bd2cc955f79 2,677 1.00/1.00 vMB 111
647,815 647,815 00000000000000000008cdaab05fe9de9e96c2784de2f7d7ecb6a898fbe27e7a 2,214 1.00/1.00 vMB 47
647,814 647,814 00000000000000000001b1d9c62c07b8bd9d65ec4f99929293fef7abde6808a2 2,356 1.00/1.00 vMB 79
647,813 647,813 0000000000000000000bfe3e955afe530ec623827efb119f1713a45d07bd3c38 2,719 1.00/1.00 vMB 64
647,812 647,812 0000000000000000000c35b6fbe34dbe014c725722bab3256ba34b901ad58cf4 2,772 1.00/1.00 vMB 40
647,811 647,811 00000000000000000006c41fa66f1a6f22750455640ebc7cd139406af5905820 2,524 1.00/1.00 vMB 68
647,810 647,810 000000000000000000020b745ed68d1b999bb4c6c837f14870dcb0663ab2c316 2,473 1.00/1.00 vMB 69
647,809 647,809 0000000000000000000a830c57edf3ec7dc0a153108149ccb27bc00278d3b2ef 2,458 1.00/1.00 vMB 110
647,808 647,808 0000000000000000000411c6b16c584c57cbd1501c11a1cd6cf57e5dd430edde 2,857 1.00/1.00 vMB 78
647,807 647,807 0000000000000000000f1e2e7fa412ccc78df160810fc3e07664ed1bdd1fa9d8 2,950 1.00/1.00 vMB 53
647,806 647,806 00000000000000000002dbb784941efe03a174abdcec932368d380d736b9f311 2,732 1.00/1.00 vMB 83
647,805 647,805 00000000000000000009785e76cf03e6fee20d8c5d5ecb28c2104fef912c6a0e 2,191 1.00/1.00 vMB 105
647,804 647,804 0000000000000000000d220a423bb570d0d4a6205ddbceb015e57032f996fc80 2,820 1.00/1.00 vMB 110
647,803 647,803 00000000000000000002827dab9183d9ac090814fe892a81906dd8981dda5525 2,532 1.00/1.00 vMB 116
647,802 647,802 00000000000000000001de2aeebc17682dbe03e9466badc6de2a5ee15d80d9fe 2,566 1.00/1.00 vMB 73
647,801 647,801 000000000000000000000ae60e065510a74088ea7f5dc7bff3cc900126616b61 2,969 1.00/1.00 vMB 72
647,800 647,800 0000000000000000000e3adcf44b54712bc496968307bf8b32d67cc2076b4328 2,274 1.00/1.00 vMB 115
647,799 647,799 000000000000000000023cc663ef0fec16a1588c2ba039e64291af8a40557a1f 2,829 1.00/1.00 vMB 62
647,798 647,798 0000000000000000000f707c0158f9df02be353fc986f3d7aa9f3fd32061e259 2,637 1.00/1.00 vMB 79
647,797 647,797 0000000000000000000d6a7a296ee2563928f3e75e26080bc12e2d19df6bff11 2,634 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.54 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.