Loading Tool

Explorer IconExplorer

Memory Pool

78,747 transactions
29.31 vMB
0.08245581 BTC
Random Selection Loading Transactions
Max Size: 177.06/200 MB

Candidate Block

Mining Attempt 0b0c2b2e2694a043bbd636e6015d4d044d1ab7ec9c14a3b1d6c8e602f91eb643
Version 20000000
Previous Block 00000000000000000000da576ff5e970bfc27cf6422cbb4d2c649031c006b905
Merkle Root 05bddeac81624d3ffecc6de7d8810b37c4eec75dd13f4544caae9f45b7257c1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,816
Size: 1.00 vMB
Total Fees: 0.01469070 BTC
Feerates: 42.95 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,627 (655,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,894 259,894 000000000000000254d3081bd2afce77aaae0334c60c5c5ed765d6f4ec206c30 279 0.11/1.00 vMB 138
259,893 259,893 000000000000000993921e3b6677ac2790bf3b90c0691186472d7e305ca500fa 283 0.13/1.00 vMB 82
259,892 259,892 0000000000000013a1243d86cc6385199dfe17fc93a3611d1d6d196c9fc0876d 304 0.12/1.00 vMB 108
259,891 259,891 0000000000000013329b1a542234fab3696b805e8f221d53a58d0c154967cca2 753 0.33/1.00 vMB 116
259,890 259,890 000000000000001ca37692582a2190c0c3c71916a2969ac667b72da4df3d91d1 286 0.11/1.00 vMB 127
259,889 259,889 000000000000000944edc1f51c1a27106f9e810af0e6a54d2506b84e6d959b2a 279 0.13/1.00 vMB 82
259,888 259,888 000000000000002182e0743c914485534167b90e00173dbd9542b7c380349de6 625 0.25/1.00 vMB 120
259,887 259,887 0000000000000012ef792b482f02a693787a2c6933d1ed6e0babe19f978b6933 156 0.06/1.00 vMB 70
259,886 259,886 0000000000000015331096a09b35370fa0abb3692d6e494fc0ed5eb2a9abd689 521 0.27/1.00 vMB 74
259,885 259,885 0000000000000012214a2a2b1b064b5e9b0513acf123bf7c5f063f8a21335803 635 0.25/1.00 vMB 153
259,884 259,884 000000000000001e322d1e6bc621bbeb7461d350d7ae65401f00d56bb8e82db8 494 0.20/1.00 vMB 55
259,883 259,883 000000000000001011cd096049a944e3d538be6b90503289e4ce125e788b5e35 256 0.10/1.00 vMB 150
259,882 259,882 000000000000000fc9f4e6c453dcf5e5eb4f55a7e5c2e6e7fbe9186deb88f7b1 664 0.25/1.00 vMB 136
259,881 259,881 0000000000000009e4f6a779b3cec73da4278ff5e0e83e2a4b5d301c4ca911ea 614 0.24/1.00 vMB 131
259,880 259,880 00000000000000020fce262885e6fa1bb475ac42c9fb43bacbf1e12549bcc504 405 0.22/1.00 vMB 81
259,879 259,879 000000000000001cb7b5f1d7ce1da12b04ba17aa4a754d0db73abcbf8f4f3f9b 631 0.25/1.00 vMB 149
259,878 259,878 0000000000000022ed7612bac1a86589767972e14f98816fed7c18574e49e487 645 0.32/1.00 vMB 96
259,877 259,877 000000000000000912e092c43f64f6036baaba2b748d645684d1657d3f4af2a8 142 0.06/1.00 vMB 78
259,876 259,876 0000000000000017917a6f1b58bf3ca3e389d188ff59855c8cfe27d8fc3c286e 73 0.03/1.00 vMB 44
259,875 259,875 0000000000000009cba30fd8ca004a10c646c7a5b04da717fb49b86e23c98937 284 0.11/1.00 vMB 83
259,874 259,874 00000000000000034cf37c4e97e8330aab111a226e0b8a3c044fe227f148bb60 501 0.21/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 783.47 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: 772.20 GB
    • Received: 20.15 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.