Loading Tool

Explorer IconExplorer

Memory Pool

82,249 transactions
34.45 vMB
0.15241713 BTC
Random Selection Loading Transactions
Max Size: 196.38/200 MB

Candidate Block

Mining Attempt 97b2c56181e6d38a1ec57d0053192357bdedd63839338bff9800ca489ce3c07c
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 59376bf095d170e312cfb82c92b7a636a186d0231fec8bec840473717924a03c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,331
Size: 1.00 vMB
Total Fees: 0.03730253 BTC
Feerates: 150.78 > 3.74 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (191,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,800 723,800 000000000000000000059c75e5ab79bd66a1f6a0b86b4f51f63a78fc3fcd5256 2,095 1.00/1.00 vMB 6
723,799 723,799 00000000000000000004a68f8cea91496a4ab40707aad348b5a42b23a07b6d31 2,589 1.00/1.00 vMB 5
723,798 723,798 00000000000000000009b00d94729d64ff0a7b9cef4691914dcd0deaca2b04c8 2,524 1.00/1.00 vMB 5
723,797 723,797 000000000000000000041a4976ea43969a5a21029e94f4a887e284a787eb9b3d 3,275 1.00/1.00 vMB 12
723,796 723,796 0000000000000000000554d3fa42b5e047877f19afa22dc103194bc873652c39 3,493 1.00/1.00 vMB 8
723,795 723,795 00000000000000000008c7d5b5e3ef6892c3af47d8f7da29add5f91cb09d005e 2,941 1.00/1.00 vMB 11
723,794 723,794 000000000000000000000aafb561a2e1a0f79eb7652c9ac9037cf7aa1c989cdf 2,680 1.00/1.00 vMB 19
723,793 723,793 000000000000000000080513fc761ebabb103758611d3677c638abd8247fe4f4 450 0.14/1.00 vMB 8
723,792 723,792 0000000000000000000799aca2adea33c384a80c2ba9be6f2c47e7f895e437e7 652 0.25/1.00 vMB 10
723,791 723,791 0000000000000000000601bc2454783d910ad02048ae83eb723f9d72cd64dbb4 2,464 1.00/1.00 vMB 9
723,790 723,790 000000000000000000091b2e19897293b22ac3344e6a4314a5f7b1912546c2f2 567 0.25/1.00 vMB 8
723,789 723,789 00000000000000000004bd85a6b5ab7ead9bb4b4dd41a9617729268edd5e53f3 1,295 0.43/1.00 vMB 10
723,788 723,788 0000000000000000000732655e028e6bf685a1e929a453954d2568a6d5d03c4a 160 0.05/1.00 vMB 9
723,787 723,787 00000000000000000008b7a6d8dcf5c7a6a21e2ae72731254c6dede6d2c7f34c 386 0.11/1.00 vMB 9
723,786 723,786 0000000000000000000745e675de20e76971479b9b3f0affc1222fc952d97f20 1,409 0.61/1.00 vMB 7
723,785 723,785 00000000000000000003c966c1898db80b22535e03b613a0a3440c364eb13358 2,403 1.00/1.00 vMB 5
723,784 723,784 00000000000000000001f009807389b182d25ceb918bd16730e39329f64e93f8 2,999 1.00/1.00 vMB 10
723,783 723,783 00000000000000000004b308c87bebfdc612f343b42e20bc5071c38ccdac40c4 2,084 1.00/1.00 vMB 3
723,782 723,782 00000000000000000005f8f3664e42a89529c9f81b471b0c3601d9d27fb51fcb 3,052 1.00/1.00 vMB 8
723,781 723,781 000000000000000000031fdf4c0fb54ad281e906fd465d8f5341e20ea9fd5bc0 3,065 1.00/1.00 vMB 19
723,780 723,780 00000000000000000005da5b6ecf12a59586c6a2cbae3a67864f946f8aa78a96 919 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.10 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: 728.24 GB
    • Received: 18.47 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.