Loading Tool

Explorer IconExplorer

Memory Pool

76,658 transactions
28.57 vMB
0.06978104 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 2740740965f7ca1ad521c748d9f2207de33d1576e3a11d349d380248f328e9b0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (74,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,799 840,799 00000000000000000001be630cace63924a58b15d4fb6c575637e96b1ffcf83a 4,285 1.00/1.00 vMB 116
840,798 840,798 00000000000000000002f8419f253fd606720a0a22eceff9cba1f202a54a9e44 2,378 1.00/1.00 vMB 43
840,797 840,797 00000000000000000000309e156183f337cdad6d44533e9f06ac20101ea536b0 3,052 1.00/1.00 vMB 66
840,796 840,796 00000000000000000001292ba82a3989526e83941b999a5a33e81460a1614053 3,664 1.00/1.00 vMB 64
840,795 840,795 00000000000000000002ea32911fe2cca0d2b46564998d685700ceec32bba3d7 4,884 1.00/1.00 vMB 63
840,794 840,794 000000000000000000029f2f6b60a16f176a43249201e9b635b876a6c129ba85 3,873 1.00/1.00 vMB 85
840,793 840,793 00000000000000000001469dcde4c5cd3950b41797d439d2cff8f7dcb05fef10 4,228 1.00/1.00 vMB 61
840,792 840,792 00000000000000000000ea0ab0920708773d5fe9c3a966ac9354b25526394529 3,689 1.00/1.00 vMB 84
840,791 840,791 00000000000000000001b8e35958c6a91202d69f4a647dcfebb996ca8ff10644 4,024 1.00/1.00 vMB 50
840,790 840,790 000000000000000000020c59ac7c74e9c66b9941e8d2730cd7e521e97a78b95f 4,879 1.00/1.00 vMB 69
840,789 840,789 00000000000000000000bb7a86a0bf56f5f62259ea1cf08785d0829b3d890e45 2,681 1.00/1.00 vMB 48
840,788 840,788 00000000000000000000ecb7770f152dcb582346d2355685bf3d8cd187524ee0 4,196 1.00/1.00 vMB 107
840,787 840,787 000000000000000000000368ce2e87b11d9c1f95763f3fe633dde8e59c66cb5a 4,524 1.00/1.00 vMB 64
840,786 840,786 000000000000000000014a08888f9143947526711da793b95f2b247281a7bd99 3,797 1.00/1.00 vMB 60
840,785 840,785 00000000000000000001fb6f9ad41d1897cfee1fb44966f64ee4b6f99ba3288a 4,292 1.00/1.00 vMB 57
840,784 840,784 00000000000000000001c957c8b510a55ae9107618dad034acae9fe7630f8be1 1,901 1.00/1.00 vMB 32
840,783 840,783 00000000000000000002ed5f4db26276d014c7225e177de14bdc2d2e2fca19a3 3,879 1.00/1.00 vMB 51
840,782 840,782 00000000000000000002652d469e3f89c2f1cf66065c470fe2febdfb87bb5688 3,543 1.00/1.00 vMB 38
840,781 840,781 00000000000000000001a848faf7b65efcc8293a64dcf532d71a83f0313db43e 3,735 1.00/1.00 vMB 70
840,780 840,780 000000000000000000027ebac506e5c9df94337864d50c1bd573cf32b23d5fe6 2,970 1.00/1.00 vMB 47
840,779 840,779 000000000000000000001dca7ca79b8e84f72abea15715b9a2c860587a66003f 3,230 1.00/1.00 vMB 49
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.13 GB
    • Received: 16.41 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.