Loading Tool

Explorer IconExplorer

Memory Pool

84,190 transactions
31.40 vMB
0.09608932 BTC
Random Selection Loading Transactions
Max Size: 191.75/200 MB

Candidate Block

Mining Attempt 38fdcfe4a0d491f1059a4ae01f7461e58c863695925326bc1702a8ae10348e88
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root cff6e59d154c79589ff1bdf068906edc61f2f73a55c00ea0c4a5061d45eab285
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.02406640 BTC
Feerates: 150.77 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (321,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,802 593,802 000000000000000000113b27d001acc2e59b6ace2038d0afbec3733f6a4c43d6 2,801 0.95/1.00 vMB 20
593,801 593,801 0000000000000000000f9ec534b962613d5874daaae624023d177c9be4809ae1 338 0.12/1.00 vMB 20
593,800 593,800 0000000000000000000e883f7c1b345133040fb872a552af977618fbb76d4a01 2,960 1.00/1.00 vMB 21
593,799 593,799 0000000000000000000167c64ddd1d73546f1655e8876bbfb0ced21def216298 853 0.45/1.00 vMB 18
593,798 593,798 000000000000000000002cfe45153cb3eae9df0c5be6d5263d9ac3d31ea4f788 937 0.36/1.00 vMB 20
593,797 593,797 000000000000000000143d045a36e573e14d9acf21d12efcf85f20d6565e529e 2,731 0.93/1.00 vMB 19
593,796 593,796 000000000000000000075d01d4b868def197ef38817bf8bfdc33c64b6b08e412 2,840 0.92/1.00 vMB 19
593,795 593,795 000000000000000000180fda46697f642d19e2d95a5da8c67a3762cfd7151dfd 125 0.03/1.00 vMB 18
593,794 593,794 00000000000000000016b299db34c86b392addc3afc0b1a020f74a1cfbea5dec 1,488 0.47/1.00 vMB 21
593,793 593,793 00000000000000000015d37a66a9881fa251f745c9130cc42259a50293426f80 2,478 0.84/1.00 vMB 17
593,792 593,792 0000000000000000001230d8eaf3ce343ad5b4cd7996ff862dcfc5e5245b8e24 1,159 0.43/1.00 vMB 18
593,791 593,791 0000000000000000001780aa594c8d26d0611c35c92290d02eca84d923874b3e 1,807 0.60/1.00 vMB 23
593,790 593,790 0000000000000000000e6e88e84abb1a1d8f9db3ec7cff957353d05561a87778 1,705 0.64/1.00 vMB 19
593,789 593,789 0000000000000000000840abedce87347ba31db68a127d42c99bc1a3799ab4f6 1,118 0.42/1.00 vMB 20
593,788 593,788 0000000000000000000638a10cfc89f0fc3ae2ec9d66f50c678c8f7a228f85e2 1,129 0.38/1.00 vMB 20
593,787 593,787 0000000000000000001809977c0496fc58a685971356e599bc37affcb3ef96e8 2,811 0.97/1.00 vMB 20
593,786 593,786 00000000000000000000fd6d14c1b6ac44fa889969b090fcff9236bd4af0dc66 2,621 1.00/1.00 vMB 16
593,785 593,785 0000000000000000000c72d70afe03fdfda7a961fd760895beea1d7159614e6a 2,768 1.00/1.00 vMB 29
593,784 593,784 00000000000000000015b04e0e91c3dfd3b4c00c0e1e90386aa67932232dbe89 3,230 0.88/1.00 vMB 26
593,783 593,783 000000000000000000006c9cd64dd9f57e199b33c3f3c8fcd529bb6a26c76e91 194 0.05/1.00 vMB 26
593,782 593,782 0000000000000000000fa315c618973e562eff4fd41aef39b3f01e084087ffad 1,119 0.35/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.