Loading Tool

Explorer IconExplorer

Memory Pool

79,197 transactions
29.71 vMB
0.07549818 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt c4fe0b1d48a7640c73a8c1c0b3da1d4fc97f5e7a0b40791dd00b3df9ff492c6f
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 681b20cef6abdfd388809cee0459737edc7966fb910ea92f6a82831ed4525d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,722
Size: 1.00 vMB
Total Fees: 0.01505246 BTC
Feerates: 150.77 > 1.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (181,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,036 733,036 00000000000000000008c8908d2f3e76c77f8b476060d8f26f7a3b2e2627f11c 3,436 1.00/1.00 vMB 6
733,035 733,035 000000000000000000048e486ab3d8428c526a66734bdf0132121ada064edd19 1,685 1.00/1.00 vMB 12
733,034 733,034 00000000000000000000610013dc5ded2000718d05812bccc7c4a54d3e52e6df 2,223 1.00/1.00 vMB 9
733,033 733,033 0000000000000000000265d6e6ce041f03c9418c8a3275cb8db332901bc7554d 544 1.00/1.00 vMB 10
733,032 733,032 00000000000000000005a0ae95c1e39ae39af9f533c7dc8438f518466ad6754c 994 1.00/1.00 vMB 13
733,031 733,031 0000000000000000000887084b3a6d1ce7eef7a9da3e04265c7bbb76b134246f 2,991 1.00/1.00 vMB 13
733,030 733,030 00000000000000000001cb0fbab93ea99fd48f1bcb9d6309d56fabeae42d06ff 2,632 1.00/1.00 vMB 23
733,029 733,029 000000000000000000043ab0a31bed456e892bc55c1cafef5de2c605539fa344 2,789 1.00/1.00 vMB 8
733,028 733,028 0000000000000000000940323629f8870b642da1b8890d15b3e3e5ff63e2a364 2,495 1.00/1.00 vMB 13
733,027 733,027 000000000000000000048b77fffa93fe0ac99790665b1a198bb177e10f14cdc2 2,636 1.00/1.00 vMB 11
733,026 733,026 0000000000000000000900d8555edddbefec99e2c193e6436e598ea6495b0b1b 2,010 1.00/1.00 vMB 5
733,025 733,025 000000000000000000021f07bbdb6169eef0ce817092ec56a5835c1987721c3e 2,536 1.00/1.00 vMB 6
733,024 733,024 000000000000000000022b9f9575a81ff363d8b6d6efb5efb1479d7055841c11 2,233 1.00/1.00 vMB 8
733,023 733,023 00000000000000000000407d140d8efbf10d79948b96e993e82cb352ccda899d 2,407 1.00/1.00 vMB 13
733,022 733,022 0000000000000000000562e05b1aea34550c7ff205437eb994f677a9cf63d7c3 1,662 1.00/1.00 vMB 4
733,021 733,021 0000000000000000000553e64744e17fee5b6c6f8c94645e720d9aaa89924c8f 2,048 1.00/1.00 vMB 9
733,020 733,020 0000000000000000000805f54fd0c90d6ab12f8dcf4c546e32f621abd0da7d0a 900 1.00/1.00 vMB 1
733,019 733,019 00000000000000000008c77a205a8fce8e4b0975c2796cdbd55da1beee86422c 2,425 1.00/1.00 vMB 7
733,018 733,018 000000000000000000052c76f34c3b5d339d525d39a7407eca21a7f06d02ae31 2,142 1.00/1.00 vMB 11
733,017 733,017 00000000000000000000d3f7d91b4a07ac515412072bc0432343b016fe19e96d 2,005 1.00/1.00 vMB 4
733,016 733,016 00000000000000000007a4f4b5500d919b997fa8c7fae099655dc17b9863a92b 2,921 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.