Loading Tool

Explorer IconExplorer

Memory Pool

78,101 transactions
29.33 vMB
0.06430979 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt d66f1c141239faaf18d3431a6e0a76d53ec30f8cfcda49cc4cf436681796d865
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (335,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,896 579,896 0000000000000000000bead457268c8d67afc144da9b992309934f2d2e45a115 1,062 0.38/1.00 vMB 53
579,895 579,895 0000000000000000001df894cf9031c13ce8a65742045d05d1cef937cb5081e0 2,635 0.87/1.00 vMB 54
579,894 579,894 00000000000000000007b05c6afc2aa067d7abceaf21e75e7b7f03938ca4e58e 2,522 0.82/1.00 vMB 21
579,893 579,893 0000000000000000000acfaaa0279f5928394fe13daa4c093492cfd52e01697e 2,216 1.00/1.00 vMB 76
579,892 579,892 000000000000000000184a530467bda092290e2b025f04281710739496510640 1,064 0.45/1.00 vMB 66
579,891 579,891 00000000000000000008b45cc963be2d36565c50c5f15bdf9f295fd245660a3f 1,561 0.66/1.00 vMB 54
579,890 579,890 0000000000000000000fab2bed0563404814aeb22057bd7ee64738eff8c1fb60 2,363 1.00/1.00 vMB 73
579,889 579,889 000000000000000000107e64e3973a2a05a9f86e19cda74d22b8e47bc9d65bd2 883 0.55/1.00 vMB 94
579,888 579,888 0000000000000000000e539be80f2731e529a93384a03e90452d8ab924d15db3 1,765 0.56/1.00 vMB 37
579,887 579,887 00000000000000000009705e3c3b53f6dcdc06e55dd7f6227e6b95de4c02fc93 1,450 0.43/1.00 vMB 40
579,886 579,886 000000000000000000199f55d2a75db7c3c9d8299315449386666cb44a98ba6c 1,186 0.45/1.00 vMB 60
579,885 579,885 0000000000000000000ad573d1c05e5239bbdb12c36ebf6225890b845749af55 208 0.06/1.00 vMB 57
579,884 579,884 000000000000000000239375eac9c00181c2d737763ce5ed38657b64950b3bd0 816 0.28/1.00 vMB 47
579,883 579,883 0000000000000000001a93a035847dce0f390dbefe75fb988c1f45bc7f32ed98 139 0.10/1.00 vMB 24
579,882 579,882 0000000000000000000f6ec52b90d7f33e31fbc9146a4dd623cd32b6ceb2dfd5 2,401 0.78/1.00 vMB 18
579,881 579,881 00000000000000000008956c708555e570d1796df3f190d3b54f35c45ac9f145 2,754 1.00/1.00 vMB 16
579,880 579,880 00000000000000000018f889eaeec2d35194757aa36603d72a3ff30e8874ba86 2,967 1.00/1.00 vMB 82
579,879 579,879 0000000000000000000e3129fbfcd22436ca02c6b4d1edec80c726ba0b8d6a2b 2,652 1.00/1.00 vMB 60
579,878 579,878 0000000000000000000ec9115b9f2fd5f3e946b0b6b647ba8d56bf954c3a0969 2,651 1.00/1.00 vMB 118
579,877 579,877 00000000000000000007c452f9ce06189b993c1686b36f0b01116a5bd025fc2f 1,779 0.63/1.00 vMB 46
579,876 579,876 000000000000000000127b58cbd4d75ab6116e5105c386c9d8b789e4f1e908fd 1,239 0.45/1.00 vMB 40
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.47 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.