Loading Tool

Explorer IconExplorer

Memory Pool

78,246 transactions
29.04 vMB
0.07425003 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt 2f184a535d4a995e4939719eff18f6da60dc2ce8db9342c48a47dad4b4a2eae9
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root b5e2b8cf39c8ed838f56840b63da3d4365d42b7901e6d3c1098bbf15d75bcd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,477
Size: 1.00 vMB
Total Fees: 0.01543583 BTC
Feerates: 150.77 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (144,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
770,256 770,256 0000000000000000000741f216fcaa8ce96a5d2ce06cf44973032cf4d6ab8768 815 1.00/1.00 vMB 3
770,255 770,255 00000000000000000007acbcbf720aa89c7934a8bf793523d5ffa7a95e1c26fd 2,831 1.00/1.00 vMB 10
770,254 770,254 00000000000000000006a5c8926d9719a0b646d260e5404febff0d6cc175f417 2,501 1.00/1.00 vMB 12
770,253 770,253 00000000000000000006cac7e1d95c25f09423c53b28757efcdd9adeef4bfa5a 1,709 1.00/1.00 vMB 15
770,252 770,252 0000000000000000000770ca18f5b202a73a43212297ee7efcf38db8f55e5bc5 2,441 1.00/1.00 vMB 29
770,251 770,251 0000000000000000000256af67819b11eef3a50fa94e72f5af56684e0e17cf15 549 1.00/1.00 vMB 26
770,250 770,250 000000000000000000032ad06601e136f8155b5927b3324178d688f2908da1b0 300 0.10/1.00 vMB 12
770,249 770,249 00000000000000000001096df0b49dcb4e6584e562c0620c6d07979e5f007cdd 132 0.08/1.00 vMB 8
770,248 770,248 000000000000000000023b836a38b7ce469242173bdd72106c28ae93c06b2df2 504 0.29/1.00 vMB 3
770,247 770,247 000000000000000000023f1419c86fd3ea4212f332cba418851debe6e655b387 1,943 1.00/1.00 vMB 13
770,246 770,246 00000000000000000001b070cab27a6394b9e7e088019fea509738bc703f2280 747 0.36/1.00 vMB 6
770,245 770,245 00000000000000000006a80781fa9601a6d30ec594b575f6025078fd1f9204d0 1,848 1.00/1.00 vMB 12
770,244 770,244 00000000000000000007af46710a67392a966cd9a209ee94b94d4cdc7b31d41b 1,188 1.00/1.00 vMB 5
770,243 770,243 00000000000000000001943698699d0fc751cbcadcb0415b53751c3c7cd906f8 2,040 1.00/1.00 vMB 4
770,242 770,242 000000000000000000014c8d30e96b27af23b3b1ad25cfb0f25a890a7fb9047f 1,764 1.00/1.00 vMB 12
770,241 770,241 000000000000000000054d2c2ccb0e2cb14d6ba291488d1cc286fed02749e586 2,944 1.00/1.00 vMB 23
770,240 770,240 00000000000000000002aff928ce0b2074fb513c0af4f3c2db34dd38bc25e65c 2,240 1.00/1.00 vMB 12
770,239 770,239 00000000000000000005a6e26ea32782d7257646626d5a54006d06f2ed07499f 2,932 1.00/1.00 vMB 19
770,238 770,238 000000000000000000005c9dab81f8427454c63f0f22bc88c359150ca5c0346e 1,326 1.00/1.00 vMB 6
770,237 770,237 0000000000000000000096250b5f86616cc8b7b1427ac2af01a058f0cfd4ea7a 2,654 1.00/1.00 vMB 2
770,236 770,236 000000000000000000025f9ed218f76edb8ff58dae27d6cf222cc70d3a3401a6 871 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.