Loading Tool

Explorer IconExplorer

Memory Pool

74,977 transactions
28.83 vMB
0.08579943 BTC
Random Selection Loading Transactions
Max Size: 170.68/200 MB

Candidate Block

Mining Attempt 60b4d66bcf91e8140f99fab7b6ba088ffdbcbbc48b0ad9e6a78d726e999366c5
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root c50723f60561dd1f3c6b4066067ee73aeb53091eac2c8b2eb3d3dc6cba9f0028
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,863
Size: 1.00 vMB
Total Fees: 0.02657417 BTC
Feerates: 150.93 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (357,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,800 557,800 0000000000000000000232860e900e0185b90d6b9607cd3f664f1815ec89db84 2,799 1.00/1.00 vMB 33
557,799 557,799 0000000000000000000459598359b66bd6faad5af489edfbd84d7e445da33c73 2,806 1.00/1.00 vMB 21
557,798 557,798 0000000000000000000ae987a5646e256f120208ae2f75bb71346852a08c7d45 1,809 1.00/1.00 vMB 7
557,797 557,797 00000000000000000031f8b55843995e99acdf6cf2887f6c20ce6eded1cd49f5 3,036 1.00/1.00 vMB 18
557,796 557,796 000000000000000000017bdb2de637e7468bf1b4552a431a8c102d59700f7016 2,701 1.00/1.00 vMB 35
557,795 557,795 0000000000000000002c3804ebad119eab5c6e786a67bc6ca0037f37d6ce5c50 2,363 1.00/1.00 vMB 9
557,794 557,794 00000000000000000000099b08e6c6c0fa10f13d3ae151b65ebaccb908f4ca1a 2,284 1.00/1.00 vMB 7
557,793 557,793 0000000000000000001e4747f571a7411709af282eda9a3cdce2d87687e8409a 2,541 1.00/1.00 vMB 21
557,792 557,792 00000000000000000022af169d15c03541b42226b36ea1a9a1b443850ac6bc38 1,084 1.00/1.00 vMB 15
557,791 557,791 0000000000000000001ba369a03769f4c9ad7bc2232634e8f75c15fa36183741 1,450 1.00/1.00 vMB 14
557,790 557,790 000000000000000000013d79aff80e991be61e5d317bd8ef34b2c0ccdec7500f 1,500 1.00/1.00 vMB 8
557,789 557,789 0000000000000000000bb8f8d70e09f9ecf06681978a5dfad50d9b1c0156c163 2,197 1.00/1.00 vMB 16
557,788 557,788 00000000000000000008c718f4837bc4a29ebb9d153bdc345024d639b1e5d77b 3,041 1.00/1.00 vMB 26
557,787 557,787 00000000000000000027773ebd27420f056421140b867a1784acd93e91ede802 2,943 1.00/1.00 vMB 27
557,786 557,786 0000000000000000002d3a203e9615cf129c8c5bad41f7bbe69f3e83d0223c55 2,290 1.00/1.00 vMB 18
557,785 557,785 0000000000000000000f58b4d0b0bc57d697f52417d2018174e1eeabdc3c774e 2,581 1.00/1.00 vMB 32
557,784 557,784 0000000000000000000a92e55a7cece961dd216cc601178e2d7d6f6a96c8f046 2,208 1.00/1.00 vMB 20
557,783 557,783 000000000000000000094bc435b34afee19dd08eb23fb7136fe96967fa3a1da6 2,848 1.00/1.00 vMB 18
557,782 557,782 0000000000000000001813320afe37723dedc8f03ac3e3b48b1ad1572f56eabb 3,284 1.00/1.00 vMB 43
557,781 557,781 000000000000000000110ed57f598a033186905e12a4d7a8de24aa389693186e 2,973 1.00/1.00 vMB 23
557,780 557,780 00000000000000000002f45214f74fe36e9841fb770fcf73b08c8c6c9a187c17 1,368 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.48 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.18 GB
    • Received: 15.41 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.