Loading Tool

Explorer IconExplorer

Memory Pool

66,665 transactions
18.68 vMB
0.06103692 BTC
Random Selection Loading Transactions
Max Size: 121.94/200 MB

Candidate Block

Mining Attempt 86a16c25ec1b02412d1df8e1e4175fc59228579101a513e8e51e0f1feec2fc7f
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 8da32121334f074c72562191cbe9ae9862fe8635fc29d8f74cc107834c4fdfda
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,524
Size: 1.00 vMB
Total Fees: 0.01860929 BTC
Feerates: 100.00 > 1.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (856,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,666 59,666 000000000bd46fc0dff165c55cf3fbf40b3978c26f891cd3718eeafcb2f6df95 1 0.00/1.00 vMB 0
59,665 59,665 00000000078c31de5d0a3fc12e83a0fc550aff325bd3426d0da5106cfa0e4955 2 0.00/1.00 vMB 0
59,664 59,664 000000000f3c599545bfe3a7d34d1bffc925aff5ea904703cd7b16d1ee97db0c 2 0.00/1.00 vMB 0
59,663 59,663 000000000cb442e08e9ff59981750c7ced8c3405f016a53a9af0300a72634e4b 1 0.00/1.00 vMB 0
59,662 59,662 000000000ce286516773ccb3fdd968b6f87ab8aba512fc7d4930a3352741fa19 1 0.00/1.00 vMB 0
59,661 59,661 0000000008ad451230a376f5b1d3ce3872564aba1107cae76de8bf2b8bef94ad 1 0.00/1.00 vMB 0
59,660 59,660 000000000ea654f16c93ee9627c60200bf86489c8aa4c844a9a9e80d3e75959a 1 0.00/1.00 vMB 0
59,659 59,659 0000000001cc9125836579b7b490673eefa7156f4499a5c67c5437f6fa211ad4 1 0.00/1.00 vMB 0
59,658 59,658 0000000008013acdc65037dd647964c5e921ee76e13c029d08b20836ee770648 1 0.00/1.00 vMB 0
59,657 59,657 000000000036937ad8555c0774ae665c58b99b0a2f9cb70e933e4170e1f2ca29 1 0.00/1.00 vMB 0
59,656 59,656 0000000004ef141f1c276fb7eb734369f3fa12ce15b6f7bb5050de0d79be5701 3 0.00/1.00 vMB 0
59,655 59,655 000000000129d309442cbcb92e14aa5789e51daaeb17729d9d5f639254a8404a 1 0.00/1.00 vMB 0
59,654 59,654 0000000009a9c54bdc4cba4963b0698e7221fb62b9f6abddec0eee5e3bc8d345 2 0.00/1.00 vMB 0
59,653 59,653 00000000096bee0ee346b7bc5974033a1ee167b3138a14af356e0e62fe1f30e1 1 0.00/1.00 vMB 0
59,652 59,652 0000000001be31d43af765da83ec54806e907e407605e196064532dc3b5a2fcf 1 0.00/1.00 vMB 0
59,651 59,651 000000000876f49b6fa175ca7fc0ef007bd16df1dba093212d18bfd5706a08d2 1 0.00/1.00 vMB 0
59,650 59,650 000000000513d8a13222c18d6aa58656d9eeb5b98301a7ab460e49bf7ccbed8f 1 0.00/1.00 vMB 0
59,649 59,649 0000000001409271de610c2415a5ac4e80e8e62de7b481810cbecb1684575fcd 1 0.00/1.00 vMB 0
59,648 59,648 0000000007d7bff68c95d2fd1cf9a5749d239812aa32799aece295a774837fff 1 0.00/1.00 vMB 0
59,647 59,647 0000000008e5d9de3c16283129a94e3a92aae7f48a6cbb8c6115c6347ae401d1 1 0.00/1.00 vMB 0
59,646 59,646 000000000c7587b35e24fcbbfe07b529ca740aa8068298f830001c9b26401f01 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.57 GB
    • Received: 21.54 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.