Loading Tool

Explorer IconExplorer

Memory Pool

78,397 transactions
29.08 vMB
0.11583524 BTC
Random Selection Loading Transactions
Max Size: 175.42/200 MB

Candidate Block

Mining Attempt a29bf82e0057e6427873cb7e1a1041eabf91ab6dccccfaa2dda3d6c59370dbf8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root a91ad0905417c92e31eadf00e9c93d20aa32d0a5f4c644013690bd8cf6e3247e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,210
Size: 1.00 vMB
Total Fees: 0.04148706 BTC
Feerates: 150.80 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (103,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,113 812,113 00000000000000000001c45efa0d35704c41e4f0696037a10c6cb2eee6c92906 1,446 1.00/1.00 vMB 2
812,112 812,112 0000000000000000000227742f5147b585a2dcf8125a349807c47d3466435874 1,944 1.00/1.00 vMB 7
812,111 812,111 000000000000000000004334553e0ee3f0d603ae991652ca061d84db24ebbb8d 1,054 1.00/1.00 vMB 3
812,110 812,110 00000000000000000001b948fcfc46fc0742abc70f61e5b4ae094a59b8c795fd 195 1.00/1.00 vMB 2
812,109 812,109 00000000000000000000cde65c0243546c4f4b674607550d4e58e509a80b2cbf 1,662 1.00/1.00 vMB 7
812,108 812,108 0000000000000000000216dcfd83600ab2dc454e49ffe03618bceb5c9b546c07 1,461 1.00/1.00 vMB 2
812,107 812,107 0000000000000000000082a7482a6f783940a53d768edef9a5e27e8850f4c9a7 2,199 1.00/1.00 vMB 12
812,106 812,106 00000000000000000002f2677f9dda75d6327e9deedff7e757a4b2840f4cf028 1,545 1.00/1.00 vMB 4
812,105 812,105 000000000000000000002d316838b6ea38586bca1b789eca47b9d7bbefc9a47b 2,620 1.00/1.00 vMB 9
812,104 812,104 0000000000000000000410e0d690a9f9d9625c4b5308ebd69cc52bea9e915910 3,872 1.00/1.00 vMB 14
812,103 812,103 00000000000000000000803a4f43960e932126a6cdede4246a027a5dafb3bbe3 1,823 1.00/1.00 vMB 5
812,102 812,102 00000000000000000002f8ec3d3f1b53627ef2e8297ba612d34b2c58af907494 2,617 1.00/1.00 vMB 8
812,101 812,101 00000000000000000004935ec977aec859533eec93186d2bd293d0384192b3ce 596 1.00/1.00 vMB 2
812,100 812,100 000000000000000000021dfb1e0756ee461f7091e4d80756687a9681a56f2e9e 3,425 1.00/1.00 vMB 12
812,099 812,099 000000000000000000019f5ce4e0ff59586b13bdf292769e75df3b3b3080b6de 1,058 1.00/1.00 vMB 5
812,098 812,098 00000000000000000001f0232acf85af196ad5f500074caa2ed2a14b59c630fa 607 1.00/1.00 vMB 2
812,097 812,097 00000000000000000003c401d03b124056fb3b71d462e9a6a83dde958e0b53a5 1,200 1.00/1.00 vMB 8
812,096 812,096 00000000000000000004e78ba4a3a1cc780aba359710b72aa06d40804e6ce218 1,579 1.00/1.00 vMB 6
812,095 812,095 000000000000000000021efbffa05769212f51ef189075bc055508ff45119a30 1,525 1.00/1.00 vMB 7
812,094 812,094 00000000000000000001f9f6853dcf590e6d60e3cbdb31999620d2d0de3d7c32 1,536 1.00/1.00 vMB 8
812,093 812,093 0000000000000000000276e9ced4b1703bbea644d8e40d3a49e9505fc3f8c425 2,987 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.