Loading Tool

Explorer IconExplorer

Memory Pool

75,164 transactions
29.81 vMB
0.09056186 BTC
Random Selection Loading Transactions
Max Size: 178.14/200 MB

Candidate Block

Mining Attempt 8677d410fbd153be0a289bf7184785f070cb97a46513bcb46b3087a006c6f4fe
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root ef248ec89c04b968d24debae56a6b76d9081eec363c21bd7fea9c532d9f3a22b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,587
Size: 1.00 vMB
Total Fees: 0.01992356 BTC
Feerates: 40.21 > 2.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (763,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,034 152,034 00000000000007293c6807547e96f0fad65f40de7072b37b798a1bb0b1c07b42 27 0.01/1.00 vMB 41
152,033 152,033 00000000000007a3d49f4e1849d82e12aa5acdf4eb3f8ad17dfea3e8d580a299 136 0.05/1.00 vMB 32
152,032 152,032 00000000000002c09ea84811f89429dc171b8a90e136ae9ab32e0c7cc3efadf4 24 0.06/1.00 vMB 57
152,031 152,031 0000000000000d56621b26fb7d152fe43d7bbb4fd00e7643f2de4b425b111eea 76 0.03/1.00 vMB 204
152,030 152,030 0000000000000a788b703815bc800a2ee6d55b7d778d816aedc06bd0791a2047 115 0.04/1.00 vMB 169
152,029 152,029 00000000000004b723570aee44c8cf0908d8316fbcbf88b8f3a79ce655fdebe5 155 0.05/1.00 vMB 134
152,028 152,028 00000000000000651ccde0b5c888f0e8503a41feb5ebf1594a2a616a13efa967 58 0.02/1.00 vMB 54
152,027 152,027 000000000000032d59cb6a04d35cc528ceada1cf51e19ff6df57e0f00797b2da 14 0.00/1.00 vMB 427
152,026 152,026 0000000000000799f0ca6edd1729a7246ca6d85b8c4c42203bc81f4dfcf04c3c 28 0.01/1.00 vMB 48
152,025 152,025 000000000000063ac4ade2afc4076c87891e223ef49a6fdc565bda6655a33d9c 63 0.03/1.00 vMB 232
152,024 152,024 000000000000063ec94e3fa4207d22896830175cd34e26cad57167756085503e 41 0.01/1.00 vMB 9
152,023 152,023 00000000000008c8eed3ee786b7c6f3833c7a13101b5896081e51a2df4ab87e8 42 0.02/1.00 vMB 120
152,022 152,022 000000000000054c33bfb5abf7d8ba0be8255389a68551ec7b9449dc09e9a613 9 0.00/1.00 vMB 42
152,021 152,021 00000000000000f8607862d9d8e90adfcf8ecb2c580d541c00ef0d191a0d6e54 15 0.01/1.00 vMB 134
152,020 152,020 0000000000000a43fd0970eeea5e065dfa4051f12de206c6941a6e6cea4a829c 20 0.01/1.00 vMB 157
152,019 152,019 0000000000000727dc5228f476a151323d5aa31892f7460e277977f78b4a9e27 58 0.03/1.00 vMB 153
152,018 152,018 00000000000006d508fa3f1f2b6b6190279f718cbf7204cbaa660733d771b475 64 0.02/1.00 vMB 118
152,017 152,017 00000000000002858269b1a50c462a4892a185a2bce00e1c0a80e3d2b46e6bbf 18 0.04/1.00 vMB 825
152,016 152,016 00000000000000e89ca47b2db9212e377dca405efcb493012f439c7669c55ea9 41 0.01/1.00 vMB 379
152,015 152,015 0000000000000030652564741d6d4115a2243a67fe61c3daf2cbd9f5f13d3881 22 0.02/1.00 vMB 551
152,014 152,014 0000000000000dc4bd69fbedafd1755752b4cc528e746ee4412513986d947ac4 35 0.03/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 783.17 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: 749.18 GB
    • Received: 18.82 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.