Loading Tool

Explorer IconExplorer

Memory Pool

44,001 transactions
26.54 vMB
0.06109821 BTC
Random Selection Loading Transactions
Max Size: 139.88/200 MB

Candidate Block

Mining Attempt f2be7d916031997f03d62c023a2af9bb4846a5ae7f48c67c413b7b47cdb6b43f
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 2e529d0f1ca1ff266373d91bc0567043d522efc9cd715ea737b0f75ae8391976
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,333
Size: 1.00 vMB
Total Fees: 0.01226340 BTC
Feerates: 83.62 > 1.23 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (318,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,822 595,822 0000000000000000000715d55a06b644b525d9653062f6ca132ee1a733ded37d 2,483 1.00/1.00 vMB 29
595,821 595,821 000000000000000000119a822eb62dfd68b1f248e140b8531e4b22109295e9a9 3,062 0.88/1.00 vMB 17
595,820 595,820 0000000000000000000d89738fec460b46682376cff884ac1da4995528acb78a 3,472 0.94/1.00 vMB 14
595,819 595,819 0000000000000000000fe785ec89169c3457b76f880c9ce08cbd6ae93f55eebd 3,116 1.00/1.00 vMB 24
595,818 595,818 00000000000000000000e37f7f760c68b6b0b303c57d3eba93dc66c204860621 1,123 0.38/1.00 vMB 16
595,817 595,817 00000000000000000017a5375baaa792986661dc54143ae7dcd201aa1e811995 2,437 0.79/1.00 vMB 17
595,816 595,816 00000000000000000015265a95ad71e69a5aee6c7709079d23a4e5b391aa511d 2,851 1.00/1.00 vMB 14
595,815 595,815 00000000000000000014cc7f1943049d5d3632baa94339ee1145858d9182fe1a 2,535 1.00/1.00 vMB 13
595,814 595,814 0000000000000000001667e2432c9971d8c6e0afdd3c0ab470f5e7e9c0d790ee 2,531 1.00/1.00 vMB 13
595,813 595,813 00000000000000000011e6c5799459f66fe9159e7f42cac86b22841a8399c4a5 1,443 1.00/1.00 vMB 3
595,812 595,812 00000000000000000016a99406b7177988735b1a71167c20280136a23540b5db 1,904 1.00/1.00 vMB 13
595,811 595,811 00000000000000000011a836a779945f9d28752dbc28d549ab143f0cbe4dbfaf 2,005 1.00/1.00 vMB 10
595,810 595,810 0000000000000000000fcc9dabf6f8b3d58a62a92fe576dbd7ef9b424f0abac6 2,431 1.00/1.00 vMB 8
595,809 595,809 00000000000000000010787fd01bfbf0107b2b2da106662f26e000059a043ce0 1,791 1.00/1.00 vMB 12
595,808 595,808 0000000000000000000f0e0668a028ebfdb3036a1c709142d1a316c92ce72c86 2,621 1.00/1.00 vMB 23
595,807 595,807 0000000000000000000304630e40f8d7be79aae8e91d369d4b77acc106278b0d 2,816 1.00/1.00 vMB 27
595,806 595,806 0000000000000000000ada56a9e8e8af3912992d4025eab765621dbe4f00e4bd 3,001 1.00/1.00 vMB 37
595,805 595,805 00000000000000000000ecd7fa4d6ad4a7a0e671eae870213c0e059a6978a2ce 2,786 1.00/1.00 vMB 4
595,804 595,804 0000000000000000000a4bd0482360483177613ed6f9de1413b81dd4fcefb526 2,507 1.00/1.00 vMB 20
595,803 595,803 00000000000000000005e610b07d217a598e9e1f2e0874b9c144ea8edbb2aaf6 1,832 1.00/1.00 vMB 10
595,802 595,802 00000000000000000011c02bdcf8a6028778134eb883d36dc600ef78e5526889 2,082 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.