Loading Tool

Explorer IconExplorer

Memory Pool

87,747 transactions
33.41 vMB
0.21832422 BTC
Random Selection Loading Transactions
Max Size: 193.91/200 MB

Candidate Block

Mining Attempt 7085a39608d55ec9c859d8caf549698115bdd99fe6b4b834377678baae2d42fe
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root fca13cbd6247eb203d23b3ffdf9d219927f3b9cf321e6da5e837a82ea2904dd3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,378
Size: 1.00 vMB
Total Fees: 0.03966301 BTC
Feerates: 123.97 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (811,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,846 103,846 000000000001f2fa2d36acc684130826e6c375e632de0e7a26078208eb0fc73c 7 0.00/1.00 vMB 0
103,845 103,845 0000000000017ad11a7a4006ece4cc5c8ea414ad6b7982a3354fe43152ed0bc6 22 0.01/1.00 vMB 0
103,844 103,844 00000000000022f5474b3887cbff5f0bd4533da35ea03cb10ff3caa27adb8597 4 0.00/1.00 vMB 0
103,843 103,843 0000000000037927d61592cc6d6d5ad5b825c0398be55a11f6adc693d9c9f1ed 4 0.00/1.00 vMB 0
103,842 103,842 000000000000737711714fe6323bf4e162e4a6ec3a95fe93e9512876833e04fc 8 0.00/1.00 vMB 0
103,841 103,841 0000000000006b0fd530e6804c86123ad22398643a3feda2e40bf0ed2c6be23c 1 0.00/1.00 vMB 0
103,840 103,840 00000000000270cb2696a1ddea95e2bbbf433bb98165cc090aa124d973c594d9 5 0.00/1.00 vMB 0
103,839 103,839 0000000000016fb0fbb6f694ba32cb1e43d0e65399c0978a3dbfeb1bbff06a5f 4 0.00/1.00 vMB 0
103,838 103,838 000000000000f1212673a4b55b1796c9b41e8e69bf09044527a0c0f8eed5aa6b 3 0.00/1.00 vMB 0
103,837 103,837 000000000001b7cf6165e60faf268139f25e5800d8dd8c5e3829612e4e270a7e 1 0.00/1.00 vMB 0
103,836 103,836 000000000002f68de74aa9baf4c49eee3e11db9cc3fdd345afcbba5b747f2de3 2 0.00/1.00 vMB 0
103,835 103,835 000000000002e20915db66e15a36452d26c1e73566aa612ffcde50874dfbf8d6 4 0.00/1.00 vMB 0
103,834 103,834 0000000000022cabbe867aecb49d3f7bc014e668e9e7a386a37e700e93240f58 5 0.00/1.00 vMB 0
103,833 103,833 000000000001c6bc63aa3ee06a2472ff017a7b3b2548dd8756978c158de5e5c6 1 0.00/1.00 vMB 0
103,832 103,832 00000000000119b595c226eca1d141807cbe4f91f0c1c29248835c01a38e3391 3 0.00/1.00 vMB 0
103,831 103,831 000000000002225c6a3b19eaedb3ab8556c9a40e04a5d3ba973af329fc052082 1 0.00/1.00 vMB 0
103,830 103,830 00000000000060c996cd62f2d393283a084b3235216a7038ede09fb3815f15b0 1 0.00/1.00 vMB 0
103,829 103,829 000000000001c890c4dd6a8acedde539a47367c3f965d3d8a4fc171efda161d8 1 0.00/1.00 vMB 0
103,828 103,828 000000000002ff69614b3cd6e689df65b5b634012efb463cb22e25df9686ce32 1 0.00/1.00 vMB 0
103,827 103,827 000000000002235ef4f4cdb02da4f916c15ae662e44e31c4062e973b62d70f8e 4 0.00/1.00 vMB 0
103,826 103,826 000000000000a599b716e27d107e6774338cda547ac54431d059907498269013 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.99 GB
    • Received: 20.36 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.