Loading Tool

Explorer IconExplorer

Memory Pool

78,143 transactions
28.98 vMB
0.07950868 BTC
Random Selection Loading Transactions
Max Size: 175.74/200 MB

Candidate Block

Mining Attempt f10bbb330b6ae1f594f48a5e7be2bffd3d6c9e5d9faa78a4b6767ce78087c8cf
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root b3c09652c5425f5258b8da3e4417480dca20563ac0b006375779f735e27a552b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,370
Size: 1.00 vMB
Total Fees: 0.01902839 BTC
Feerates: 100.81 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (503,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,608 411,608 00000000000000000571884f9b58ec62a06f14cfb8c701f6e5e8df61c6068f9e 2,573 1.00/1.00 vMB 39
411,607 411,607 000000000000000004415534cb6e6d429c00a1ce1e1341e91d6532eb6135e606 2,805 1.00/1.00 vMB 74
411,606 411,606 00000000000000000311e20fe45326e0aceddc6744807ad26774c31414e9ae09 579 0.39/1.00 vMB 18
411,605 411,605 000000000000000004c6e8de135ec2bd26ce388bee116f959b5d0e8d7ca2da51 1,359 1.00/1.00 vMB 28
411,604 411,604 0000000000000000057ebfcab32324c11641e25620f7aa3e259b14b5fda91668 2,589 1.00/1.00 vMB 61
411,603 411,603 000000000000000003c2f451a7ce6e54e00247f7a09788f9bf776ac194259b12 1,631 1.00/1.00 vMB 39
411,602 411,602 000000000000000005a062b2e31ab71944a5e9bac5ea4fb6a3dfee073e02fe49 3,079 1.00/1.00 vMB 64
411,601 411,601 000000000000000004376eb2c82df71b423146fb115a1517d8e6c6d95664b0d8 1,732 1.00/1.00 vMB 35
411,600 411,600 0000000000000000000f3fbd85e0006306861e9ff174d5f4f4a7758d0889ed88 1,080 0.83/1.00 vMB 27
411,599 411,599 0000000000000000055aa2947930cd89370b15863b79f13a0ed31669cf1fe97a 965 1.00/1.00 vMB 24
411,598 411,598 000000000000000004b7cabfe7ea1345b2d0fbfa550703d9ae5578b062398692 2,948 1.00/1.00 vMB 54
411,597 411,597 000000000000000000ca07d8921ec2204cb4c608b990513cf08e7e314e13c275 2,978 1.00/1.00 vMB 53
411,596 411,596 0000000000000000046f0f7a19948b747c1449fa857dc8e3b363a8c1ef8576d6 732 0.35/1.00 vMB 28
411,595 411,595 000000000000000001808acc70a5d514f9ab0a2901455e04db561c136fb95c38 2,285 0.93/1.00 vMB 39
411,594 411,594 0000000000000000021e9cecc87ecad4794bc4948d57a262523aa513a0134996 1,067 0.73/1.00 vMB 26
411,593 411,593 00000000000000000283ff658c2d4163560a19529e4b214176e03b4bd4f09890 2,139 1.00/1.00 vMB 49
411,592 411,592 0000000000000000031993eb329a9e6b5606f841feb4b7bfc12fb7ccf98ecc09 2,433 1.00/1.00 vMB 43
411,591 411,591 000000000000000000f3f011a756168f982697149280ce9d94ad530cdf63340e 616 0.35/1.00 vMB 41
411,590 411,590 0000000000000000021d6f15f101aaa54beaf467d7024cad6f2804f0696bd907 1,702 0.69/1.00 vMB 39
411,589 411,589 000000000000000004c69d87c9facebc9f6b3c16b34f7d697a75312b491b5965 694 0.31/1.00 vMB 47
411,588 411,588 00000000000000000057a1370e8aa8fa7e99f9322cf15355305dba1579eee211 151 0.31/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.