Loading Tool

Explorer IconExplorer

Memory Pool

66,759 transactions
30.50 vMB
0.07779121 BTC
Random Selection Loading Transactions
Max Size: 173.00/200 MB

Candidate Block

Mining Attempt 46df28530a21aab600f34cf458d046b02a4d61a55d74ed81edfae47927d9a803
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root f3390384df4f59514cf45f5a5d5fe28c6dbd42fe54f8525378f45f4a28f9dad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,279
Size: 1.00 vMB
Total Fees: 0.01846583 BTC
Feerates: 150.93 > 1.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (185,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,846 729,846 00000000000000000002f64a7004c9fa3980897f0684142bd5034d7dffa51cb9 2,870 1.00/1.00 vMB 31
729,845 729,845 00000000000000000007acdabbdf20f8661d66bdeabdca74cd00c595661fedeb 2,877 1.00/1.00 vMB 10
729,844 729,844 00000000000000000006c3aa7a381cfd1a7a481c6d59d25e64fb6c66cdec8280 3,203 1.00/1.00 vMB 16
729,843 729,843 00000000000000000008fbb3de735f43bc3ada572ef0e86e63d4a3d5c3ed871c 2,539 1.00/1.00 vMB 24
729,842 729,842 0000000000000000000046d95c0c2e6e06878d5b0f79b974d5f16533453f0e98 3,237 1.00/1.00 vMB 60
729,841 729,841 00000000000000000003ff86af9280ef241bda576b4f79574dab8cde35d82349 1,191 1.00/1.00 vMB 5
729,840 729,840 00000000000000000007586efeb5990679b1e197bfb2209aeea74f4547f8f2cd 1,984 1.00/1.00 vMB 8
729,839 729,839 00000000000000000001d671fe79bb41b0f7c0b886ee18a2f3d2b41cbbfd7e61 3,162 1.00/1.00 vMB 15
729,838 729,838 000000000000000000083390f0b649cdb7eb86df5904d624081b270ebdf3e8ae 3,213 1.00/1.00 vMB 23
729,837 729,837 00000000000000000006c6190859ea0eec695e75cc495e886fccc48acd90e1a1 578 0.20/1.00 vMB 10
729,836 729,836 000000000000000000092b5da62f1a954136c0cd96d92691ad8b55232548ae66 1,026 0.35/1.00 vMB 9
729,835 729,835 000000000000000000062b01fb4a00e4dd7fe518d642b7a5f85087554ff7079d 2,393 1.00/1.00 vMB 8
729,834 729,834 0000000000000000000033a852fc47a46eb8b89bd6ea9fb505e1b545bd35d2ab 2,770 1.00/1.00 vMB 6
729,833 729,833 00000000000000000009bf32b640795ca3ecf24340b719865ed3ba794cd3146e 3,124 1.00/1.00 vMB 17
729,832 729,832 000000000000000000091466599f6c37faa717c2dec826fe214c7b98bdbdb79b 1,554 0.81/1.00 vMB 2
729,831 729,831 00000000000000000004b92196aa97292f4a9579f2bd6fa0544f06f03d6c88b7 2,934 1.00/1.00 vMB 12
729,830 729,830 000000000000000000026d231652f88e5323b4a1348072d63d046a957d7f9123 2,668 1.00/1.00 vMB 8
729,829 729,829 00000000000000000004432c26078f7c7130004200d0e8d7d9eab86007dd5d57 2,863 1.00/1.00 vMB 9
729,828 729,828 000000000000000000031232dd54507e3b2ecc3d622c56d2226d02732701a431 2,797 1.00/1.00 vMB 4
729,827 729,827 00000000000000000000c964ab60a41848d48854d0ef9d1d7a26082dc7954640 1,101 1.00/1.00 vMB 9
729,826 729,826 00000000000000000004a29fb8b967b9f3b3cbf670707686aa3531571904c22a 3,300 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.