Loading Tool

Explorer IconExplorer

Memory Pool

68,006 transactions
25.90 vMB
0.06131770 BTC
Random Selection Loading Transactions
Max Size: 156.09/200 MB

Candidate Block

Mining Attempt 5d9e30b0999805a3fa320bc7a4f192515990efc76f84cfb752d62b19dd96753f
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root 256c97d9a446882303d9795fd3451e94ad14c4d08cf6113e9c622ef2df6febcf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,045
Size: 1.00 vMB
Total Fees: 0.00620731 BTC
Feerates: 40.21 > 0.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (876,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,994 38,994 000000001ff17fd39faad6f57f6919c640312b1418c1bbc8919fbdcce157296c 1 0.00/1.00 vMB 0
38,993 38,993 000000005615100a6880d96f7540eaa719fc5cb4bc27f90f9864ef12338a5fc4 1 0.00/1.00 vMB 0
38,992 38,992 000000000401a169efa7e4886274a08ccbd5366ab8b0096d37255a2f66559ba6 1 0.00/1.00 vMB 0
38,991 38,991 000000004df6fbbf43f49a0f9759fbc877792d2e09b02607b05dbcb6de1f09d3 1 0.00/1.00 vMB 0
38,990 38,990 0000000040e898592880297d5656275fc5f7b1f53321756bc7c476694e25b08d 1 0.00/1.00 vMB 0
38,989 38,989 00000000168d2ce793665d79446f87d475b57766c56dde819975734a3a255828 1 0.00/1.00 vMB 0
38,988 38,988 0000000061cdee8146c7df5331ba3253419b6cdc3d94922507daa230d83a105e 1 0.00/1.00 vMB 0
38,987 38,987 000000001dc99b7822ea976bcf303a96d5ec4ab3d7de8cffae4644742de4d46c 1 0.00/1.00 vMB 0
38,986 38,986 00000000328c09d2e710a0a34eefe3bd5670debfec0eb2d35565b3de94260069 1 0.00/1.00 vMB 0
38,985 38,985 000000000f0fa701b353e8ad9101d7926764e2c7524905db96356440e0284c2c 1 0.00/1.00 vMB 0
38,984 38,984 0000000040a278e581d4d0854803aad1a65939f1f7b0db77f2649a490ded5c90 1 0.00/1.00 vMB 0
38,983 38,983 0000000042e47acc6ad56588a4464a2904218b3e57e769eb28b54fdbb0eccae3 1 0.00/1.00 vMB 0
38,982 38,982 00000000543621afe0175ec99c6d6c5cef2795fe82ade1cf7856efb92cc5ace7 1 0.00/1.00 vMB 0
38,981 38,981 0000000057f766da2e0508f0647a16350236e46b8b356b265af0f7afa10e81ce 1 0.00/1.00 vMB 0
38,980 38,980 0000000067bc411e596365dee3c3d99419b57d9c75663e9d32edb3fb839dce88 1 0.00/1.00 vMB 0
38,979 38,979 00000000302d1a8ad71b629f8e37c3e912e7f8495b5316587b9400ac68d10915 1 0.00/1.00 vMB 0
38,978 38,978 000000000aea630206fb1a64ecf8da8aede1474b0eca057e42ec5c4b8699fd11 2 0.00/1.00 vMB 0
38,977 38,977 00000000333e8645f81df5277854696c112069aa409cbd722e48ed0805973c8f 1 0.00/1.00 vMB 0
38,976 38,976 000000004e935301b69d8938377e72c5adf7f74db7a2426f6e739266507dd833 1 0.00/1.00 vMB 0
38,975 38,975 000000002e71645a4b93b7c1073c89e0c7ce524a912d41cfd6894122efce85e4 1 0.00/1.00 vMB 0
38,974 38,974 0000000051a4963b291835c7d5d759a38ef23ba66b24eb55d05675bb8c1c9c05 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.25 GB
    • Received: 19.39 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.