Loading Tool

Explorer IconExplorer

Memory Pool

76,321 transactions
29.67 vMB
0.09584895 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 3b2e9e59daa733a6e5278d0530bec9379de6727cd07ac5007b77c38a4afc29c9
Version 20000000
Previous Block 00000000000000000000e985b7b1cc1a76854a465d8850041916727dd53fce69
Merkle Root 31155914cf74374811b2cb3360f71dfc9de45559d3037941f1c1ceb1dcf206a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,973
Size: 1.00 vMB
Total Fees: 0.02942702 BTC
Feerates: 251.14 > 2.95 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,437 (813,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,694 101,694 000000000002b8bbedbe53a4c0a8b48c7b0b2a9a59f52646c4fe12a9e9598476 1 0.00/1.00 vMB 0
101,693 101,693 000000000003481aed2f216ad9065bf946d82db1853d55f55270c3c2d20aec20 3 0.00/1.00 vMB 0
101,692 101,692 000000000003b89e35ae58a38d550e71c51ebdb946a59af359578779957b328f 4 0.00/1.00 vMB 0
101,691 101,691 000000000002052f9a51e2d26905798e30a53a0a9e70c82445d7f5291ee15e25 5 0.00/1.00 vMB 0
101,690 101,690 000000000000efb3fcf97b6f59b7322e0fb84d74753f4376a9e1d1f5079b3303 1 0.00/1.00 vMB 0
101,689 101,689 0000000000008a42093a0ec1ff9daad7fc80819713af817c50f21fb96185c5b4 63 0.01/1.00 vMB 0
101,688 101,688 0000000000000f03535483303b807c52f2ee8532ca815c4eb5570baf7a79afd0 13 0.00/1.00 vMB 0
101,687 101,687 00000000000181cffcd714274f92c5b999254aff0f5d7d4028693db2d90163b0 11 0.00/1.00 vMB 0
101,686 101,686 000000000000a42dbe5ce1f3b81f6aed83e9107c55cff1e997f06683a75fb48a 10 0.00/1.00 vMB 0
101,685 101,685 00000000000383918e2393a32016d146b45530ab72fab0f76aebdecb0b7442f1 9 0.00/1.00 vMB 0
101,684 101,684 0000000000007d761a3296ab66129a8184c8cdf00e4deabf8c7530c1b4d3370c 12 0.00/1.00 vMB 0
101,683 101,683 0000000000030c69eb73d0554343eb15e5ccadd66fc6945759fcd26343b7863a 9 0.00/1.00 vMB 0
101,682 101,682 00000000000338ee8903a5baed5d2ee8618f4fca2018be59f3565fad8936a9a6 12 0.00/1.00 vMB 0
101,681 101,681 000000000002a6e25f844252aa3ef7d47fe648018c7447c4626763badfaf5176 16 0.00/1.00 vMB 0
101,680 101,680 0000000000026bec5e2d62f3403e6e0c6b1f4b3e533716be6225b4bc081b9021 5 0.00/1.00 vMB 0
101,679 101,679 000000000001cbd277e973e1bd15345f20d75778d6fb98ef62b01a0ca7ce10bd 12 0.00/1.00 vMB 0
101,678 101,678 000000000000e05e05215541ea39faf3ea5c581ca425e1ac65ce85cf4f04dfac 7 0.00/1.00 vMB 0
101,677 101,677 00000000000368ac0929905f4c8ca40d0c21321ec477224976a766590bf6596f 1 0.00/1.00 vMB 0
101,676 101,676 000000000000c278aed44d1162950352b25076ca333093b4a40eb01f4b04a253 2 0.00/1.00 vMB 0
101,675 101,675 000000000001e85fd4bd69a44bea8ebb4cfdef7d56cd39a85981e5e6bab12073 5 0.00/1.00 vMB 765
101,674 101,674 0000000000024f729f6071cf5fcea537a2e1312007ea7237e94d986fa621e2f8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 745.58 GB
    • Received: 18.72 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.