Loading Tool

Explorer IconExplorer

Memory Pool

81,279 transactions
30.25 vMB
0.07443260 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt 63b745d1d9a594c1f23ed4b3dbebc583a428db2c412a94428f1de91169d225d7
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 278a214540624e6ef952002d301611a8c323e48b240ab33c501bf66b480e1cb9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00722535 BTC
Feerates: 100.00 > 0.72 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (138,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,607 776,607 00000000000000000004f5ce2ebfcf2aaee98a64574542136c63ed232097eefe 2,112 1.00/1.00 vMB 17
776,606 776,606 000000000000000000003b4ab188a7b386a39328446d94f04144c3d2a47cdf8c 1,901 1.00/1.00 vMB 8
776,605 776,605 00000000000000000002a373762eb11aee2e08a24244a009cd78ce6d49454580 1,602 1.00/1.00 vMB 10
776,604 776,604 000000000000000000029a9c383c3ea8e19aadce71f28e2796ed98b38ee9f497 2,669 1.00/1.00 vMB 14
776,603 776,603 000000000000000000054d2e340aeb422373ef0ea7314f6fdbb1503ffffe0cc8 1,978 1.00/1.00 vMB 13
776,602 776,602 00000000000000000006548ee473a9237f601bae4e968d04cf273089306a6ebf 1,120 1.00/1.00 vMB 16
776,601 776,601 0000000000000000000418ef26f4aba74160d0020479d8c1f2fb966fc7d5e667 1,113 1.00/1.00 vMB 24
776,600 776,600 00000000000000000004d5a80e39a15e26d6d2bfbce62a0eee8ffd0ae0f0012c 2,560 1.00/1.00 vMB 52
776,599 776,599 00000000000000000005cec98277ec94c739fff50df82e445680337e718ece1a 1,422 1.00/1.00 vMB 13
776,598 776,598 000000000000000000016b8d3afca62a55c388909f4c20fa2a0e62498d044bbb 1,244 1.00/1.00 vMB 26
776,597 776,597 00000000000000000005b146ee480f0e69de8473923590ae4c7c8f4e8b860793 1,381 1.00/1.00 vMB 15
776,596 776,596 0000000000000000000602443a4bf9cd1f128715bc34e71fab5f9b640d061cd6 1,120 1.00/1.00 vMB 22
776,595 776,595 000000000000000000008bc03914094a514c1a1d7a3b02a36a8f8eaf3c2e908f 1,493 1.00/1.00 vMB 18
776,594 776,594 0000000000000000000606bf29d50433d2a1af94b00c69334ea9a3a8e3cefe9d 1,797 1.00/1.00 vMB 23
776,593 776,593 0000000000000000000483d5376d5f50487ad286390c74c24ab951a682794d62 1,918 1.00/1.00 vMB 28
776,592 776,592 0000000000000000000728108b3705bb157d35bddb7e011ce12e57318d1bb294 1,701 1.00/1.00 vMB 20
776,591 776,591 0000000000000000000352de07f7be4804ccb757ed0b94330231e1a51bb653f9 1,171 1.00/1.00 vMB 23
776,590 776,590 00000000000000000000aee048ac94b98709919e3f1a1df698b7b272fd2c2849 1,906 1.00/1.00 vMB 26
776,589 776,589 000000000000000000056d074c86d9e7117eafb57b9cabd593efd1bca832dee1 1,315 1.00/1.00 vMB 21
776,588 776,588 000000000000000000070d1e21383df1477f1f8ba53bb0313ff4d1a1f0f22e8f 1,862 1.00/1.00 vMB 21
776,587 776,587 00000000000000000005c5ed7932669383aa3748f57fdd627a32aa7858470a57 2,130 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.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: 715.35 GB
    • Received: 17.71 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.