Loading Tool

Explorer IconExplorer

Memory Pool

42,055 transactions
27.67 vMB
0.05801713 BTC
Random Selection Loading Transactions
Max Size: 145.70/200 MB

Candidate Block

Mining Attempt 321312aa17054bda3b13ca443408aedba371a92bd23e0f58cbb0ea7385b4a86e
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root cbf6c2dca6e8071185039992011e9881375dd9488b2267c9ad7503b86f3488d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,644
Size: 1.00 vMB
Total Fees: 0.00629572 BTC
Feerates: 20.09 > 0.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (314,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,707 600,707 00000000000000000007bce41a86480f0a31873ff89f9b72d9b4c2e2c5aca72f 2,292 1.00/1.00 vMB 27
600,706 600,706 00000000000000000015115b5d764bfdc8fff760856d31bfa70efd64037e0fef 2,631 1.00/1.00 vMB 45
600,705 600,705 000000000000000000108315a9b6556cf33b6d2e00a3314da8cd718c50da3d49 2,202 1.00/1.00 vMB 54
600,704 600,704 000000000000000000106f07826e8393f3f69df0dc004752a27824003a619a9a 2,149 1.00/1.00 vMB 51
600,703 600,703 0000000000000000000120c0a1e1c931ea54d327d90627fd54364fdeb16997c2 1,519 1.00/1.00 vMB 70
600,702 600,702 0000000000000000000e826fce63df1a86c55489345c3ecc0b0cc03a95569598 1,436 1.00/1.00 vMB 94
600,701 600,701 000000000000000000064c3a43f043e8862e6c222f3e6edd7b2a25a593e4cee4 3,040 1.00/1.00 vMB 11
600,700 600,700 0000000000000000000d70004fd515720cef39906440a9d621a0953c88b57512 2,695 1.00/1.00 vMB 27
600,699 600,699 000000000000000000112919f2f5a9bde0f9e855a7882a288d1831a82006510f 2,688 1.00/1.00 vMB 12
600,698 600,698 000000000000000000049e2cc98407ba6c776bad6014ff2ccd9f09a3000469ba 2,895 1.00/1.00 vMB 15
600,697 600,697 0000000000000000000be248ead3be5bb46160195f8117c728aceedae7888455 2,426 1.00/1.00 vMB 34
600,696 600,696 0000000000000000000d9d1f51635aad9fd11f4d05c91c64fd6e8e2d73cb6c6d 1,602 0.53/1.00 vMB 14
600,695 600,695 000000000000000000111bd463b707f0b1cff66b3d84c9a1414c093757eef2c4 784 0.25/1.00 vMB 16
600,694 600,694 00000000000000000002b350fda4e3fdc8528893a6e3173d32c552d1b5d504dc 461 0.13/1.00 vMB 19
600,693 600,693 0000000000000000000880728bfb12c290d7eacfabac936324df935e477f3308 72 0.02/1.00 vMB 22
600,692 600,692 000000000000000000044361ab4f38901583143b095f332a5b3f75b74c3aeddd 55 0.02/1.00 vMB 35
600,691 600,691 0000000000000000000f4821222ddda95206eae4e75e9c15c235a5d77276c0be 1,114 0.52/1.00 vMB 10
600,690 600,690 00000000000000000011bf6d1036bae2b420616aa45d18812eae6913dcb110b0 2,160 1.00/1.00 vMB 13
600,689 600,689 000000000000000000023b6f95545568758255a518cd1192e6e753ceeb6d6d7b 2,871 1.00/1.00 vMB 2
600,688 600,688 00000000000000000004921e194e6f35ce076450c06ba20c114a0f1e73170ab3 2,911 1.00/1.00 vMB 13
600,687 600,687 000000000000000000073720e05bf2c841dbb0d65ab0cdc8900b7f6e18b46bb3 2,632 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.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: 651.74 GB
    • Received: 13.64 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.