Loading Tool

Explorer IconExplorer

Memory Pool

39,118 transactions
27.54 vMB
0.12034028 BTC
Random Selection Loading Transactions
Max Size: 141.48/200 MB

Candidate Block

Mining Attempt b3eefb89004a996826726f2b038e1ea4e9f2172448248aeb580369ef9df1a868
Version 20000000
Previous Block 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4
Merkle Root 47fbcf774f4d5adc4b64e6cd0f6c5fab0d2d891efac5d03c63ed8859ede1f775
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,897
Size: 1.00 vMB
Total Fees: 0.06671536 BTC
Feerates: 265.25 > 6.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,267 (827,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,927 86,927 000000000001701e4d4d2723457b03dd891040f7f665ade1d14f3df426984a6b 1 0.00/1.00 vMB 0
86,926 86,926 0000000000050874faa405912a555d4259e198d49b3b2416eed720078bbb3aff 1 0.00/1.00 vMB 0
86,925 86,925 0000000000042a12e41c182d3ce41298bd3b0abbddc0cd37a1d99f1a4e198ff3 2 0.00/1.00 vMB 0
86,924 86,924 00000000000b4686e666b785d334281e6fe3d164529340f4c146b42b87e38133 2 0.00/1.00 vMB 0
86,923 86,923 000000000010764b2cbb74c46e8d44a84c4830e19d568d5053f421d168eadc94 1 0.00/1.00 vMB 0
86,922 86,922 00000000001df7bbc2ee1c57eda8cca8f9c95f8ad126611f9e6d900a731cf984 4 0.00/1.00 vMB 0
86,921 86,921 000000000007a7cf058b69407d3f73a658f2bec12829df842a43ec34997f679e 3 0.00/1.00 vMB 0
86,920 86,920 000000000010c0310479d24e9cf81eb5887eb6109ae85c03c83169e64a30d67e 2 0.00/1.00 vMB 0
86,919 86,919 000000000006476cabb777b99afa1256392d5b550cd25b82ad27bc3b2c72798b 7 0.00/1.00 vMB 0
86,918 86,918 000000000012f2ed7a3355a2e61de6882d71644e338ead883023437879844a35 1 0.00/1.00 vMB 0
86,917 86,917 000000000010b5d7b8531ebe8157eaa320aa1523e02f8bcb4eb9c95e63a6d66d 2 0.00/1.00 vMB 0
86,916 86,916 000000000012d93aed4361c8a3e91b21b1b1e89e6ff07ba9a21123b9bcbd981e 1 0.00/1.00 vMB 0
86,915 86,915 0000000000197414d985287ddd3ff2bbc2580450749f8aa9aa82a2cbad3b31e6 1 0.00/1.00 vMB 0
86,914 86,914 00000000000d1457aaba11d907a0d9456f8e7525012f7bc594bdbe3c234e8d02 2 0.00/1.00 vMB 0
86,913 86,913 00000000001a6e831f896cd0819d8de364e13a4dc8e22fc685c92b9c376ae287 2 0.00/1.00 vMB 0
86,912 86,912 00000000000d5f1187a9acf3cdc68d12a4544c92507515840464866f5b710024 1 0.00/1.00 vMB 0
86,911 86,911 0000000000114779a9fed92ed27699768062c76dedd95ffc570654d318a0f4e8 4 0.00/1.00 vMB 0
86,910 86,910 0000000000176c4321e7839b2a176df36fa57c57f7a3eaa00d1b4c2c19b7ac52 6 0.00/1.00 vMB 0
86,909 86,909 000000000004a42261838d37217172cda62939b78cdd1c757bb1fa3dfddd622f 2 0.00/1.00 vMB 0
86,908 86,908 000000000001588fb476b1cb51c04af119c80788edfadcf915a4b2bc89322b47 4 0.00/1.00 vMB 0
86,907 86,907 00000000001cff3103de3e4fa85f58b6f2b4be5fb0fa8dde5c51a4c1c2e24005 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.28 GB
    • Received: 8.69 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.