Loading Tool

Explorer IconExplorer

Memory Pool

88,613 transactions
23.76 vMB
0.06705762 BTC
Random Selection Loading Transactions
Max Size: 159.26/200 MB

Candidate Block

Mining Attempt b9de2096cfd6d2b628c066a1c3d5fc593ed2d07c1a8785d2dd277cce9ade1af5
Version 20000000
Previous Block 00000000000000000000f54521b752569f8548fedebdc2f2645d947f758c6efe
Merkle Root 3770c9cbc31d674fe9f6559c1f12568b094cda1c92fc73f665cf1ef7ae58efa7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,232
Size: 1.00 vMB
Total Fees: 0.01127234 BTC
Feerates: 200.71 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,100 (882,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,343 33,343 0000000046a925a89f0a39c978883e2014d4981728dff0a79f8af4d7278e5db5 1 0.00/1.00 vMB 0
33,342 33,342 00000000c0d92836f663d53ceeea13b386b262e74d71ab1926a9fc960b64da7b 1 0.00/1.00 vMB 0
33,341 33,341 000000000282c0e4743b706e1d4505a9ab9ab6058aff19da751644baaf773b7f 1 0.00/1.00 vMB 0
33,340 33,340 0000000016f8372a0cdd7ff28382a274cd0eba8cf791b9e89ff6e09c3eae9733 1 0.00/1.00 vMB 0
33,339 33,339 00000000a42bb212bdc472fb9019364a9cdbbd86f72cdd3e46084659c50fa033 1 0.00/1.00 vMB 0
33,338 33,338 00000000270eb5efe63d4ea3e5f428d90e579a0c4627905eff079afbb97bbd61 1 0.00/1.00 vMB 0
33,337 33,337 00000000cf9aa3d2114e59db933f7776db871a603552682f8cf6b4d657181a51 1 0.00/1.00 vMB 0
33,336 33,336 0000000037ca27be3e23139caa31e8244dec2497286cbc4d37f62e7d4ffc7b38 1 0.00/1.00 vMB 0
33,335 33,335 000000000821e5a1597031ace235fe1ef878b4eac6919752949eab4eadf29cdc 1 0.00/1.00 vMB 0
33,334 33,334 00000000c9e959f1852f1b3ce41f3bb08f902f5bf90247a61fc03b94b10087ce 1 0.00/1.00 vMB 0
33,333 33,333 000000002dd5588a74784eaa7ab0507a18ad16a236e7b1ce69f00d7ddfb5d0a6 1 0.00/1.00 vMB 0
33,332 33,332 00000000920c6a17d60885cd045953e2449197770745d269903d6de71a5d5ea0 1 0.00/1.00 vMB 0
33,331 33,331 0000000027b224dc0acdd44e2b1ea5f05f3909847d6f6f1a4f98abfb22239b4c 1 0.00/1.00 vMB 0
33,330 33,330 000000000bd4fec9196879532a7156cf9edbce112e2bcbd9f062de5888db708b 1 0.00/1.00 vMB 0
33,329 33,329 00000000c31906ced50c481ab0169d1bfc835ddbbad32cf791f0a2dd0d77ffe1 1 0.00/1.00 vMB 0
33,328 33,328 0000000040fa80b0c9d49b64f53aed354f28cd32dc53a7b2297b8d3ed60d4fdb 1 0.00/1.00 vMB 0
33,327 33,327 00000000a1c3027125ae3b94cd38826df495dc929a5c3feb59d05c0662782619 1 0.00/1.00 vMB 0
33,326 33,326 000000004935d134143062869aca5cd3f9206378a8d849c4130bc4069f64aa42 1 0.00/1.00 vMB 0
33,325 33,325 0000000011ebf8066756c1d8515b154e78f839a7fb1fe3080ca2191c7ffa1796 1 0.00/1.00 vMB 0
33,324 33,324 00000000c2072d6ba3a8c041717cf3de8e28352146df031743a584ceedaa15cf 1 0.00/1.00 vMB 0
33,323 33,323 000000009988a94a7e7f62e121718bd01a6ba03dc6dfde169854337ec6c1fdce 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.30 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: 815.38 GB
    • Received: 24.17 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.