Loading Tool

Explorer IconExplorer

Memory Pool

75,094 transactions
27.81 vMB
0.07882304 BTC
Random Selection Loading Transactions
Max Size: 169.05/200 MB

Candidate Block

Mining Attempt 016f42772a9355783a8cd3ae0e8a80bab5a8b240e428456c1f46432edfcad5d6
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 88e1f07383002c12f0367eb121f0dd0664a96b1b2c47b1b40d16275f5e302aa8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,151
Size: 1.00 vMB
Total Fees: 0.01924713 BTC
Feerates: 472.31 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (308,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,054 607,054 0000000000000000000a8ff93d9679a3d8b6022ce9d550f2684bb4bfedbe244a 3,094 1.00/1.00 vMB 19
607,053 607,053 0000000000000000000f5c4e18bd1a8f3036acd5577857a8af72a5d8e83576f7 1,262 0.53/1.00 vMB 15
607,052 607,052 000000000000000000023173b7db40aaa7debc66d377e7682b0fe96967cbd091 2,187 0.70/1.00 vMB 9
607,051 607,051 0000000000000000000261143d27350626007b957ae2d2468794cf6bbdf3ca1e 2,641 1.00/1.00 vMB 17
607,050 607,050 0000000000000000000bb7d4fbfb7f89eb91fe61c058a0ef7e71de180a91185e 2,857 1.00/1.00 vMB 16
607,049 607,049 00000000000000000007cfe24cdbea52fe1b6bf213c26f5cd903227ce1a850ef 2,978 1.00/1.00 vMB 23
607,048 607,048 00000000000000000011ddfd6c94a9bf25a8d80a5bb0f04695fac09bac67f86f 2,055 0.67/1.00 vMB 10
607,047 607,047 0000000000000000000be8efe111e9cc7c632cf0243a92008483a9c05f1615e0 2,783 1.00/1.00 vMB 5
607,046 607,046 00000000000000000003e830ce1c22f7b6e9a79db94dc016fd2e44f5b9ce8d3c 2,800 1.00/1.00 vMB 22
607,045 607,045 000000000000000000128de6f91abd1de3201d39d3a41f50b5289e9f34310689 3,176 1.00/1.00 vMB 17
607,044 607,044 0000000000000000000b3c5a4a3703b7cc6a731686daaf1ff56e73c171d422a9 2,757 1.00/1.00 vMB 43
607,043 607,043 0000000000000000000a4677d47c8c829dfeac2a67a91ccaef4553b08fdfd9cf 1,348 0.56/1.00 vMB 9
607,042 607,042 0000000000000000000678f37a3d415fbfcef6d14d77ce15e3e92f6f655418e1 3,285 1.00/1.00 vMB 17
607,041 607,041 0000000000000000000227da2f3c9051f241cd4cd60ee54c902dd36448fa8af4 2,983 1.00/1.00 vMB 16
607,040 607,040 0000000000000000000001b26ca7b70da9a77187933009c7d56893ceba127501 2,793 1.00/1.00 vMB 11
607,039 607,039 00000000000000000007f8c248ae6073ee256dc0dde56ea0796b731097e89cd1 2,845 1.00/1.00 vMB 32
607,038 607,038 0000000000000000000a35ebd8e8de97508f2cc35207f53428acf62afeec4efb 1,156 0.52/1.00 vMB 1
607,037 607,037 000000000000000000136a68c91edc543543bc243166cc345f2275dd34a7a413 2,903 1.00/1.00 vMB 24
607,036 607,036 00000000000000000007030836e100c44253d7d566f8db73c1202ea9e270cd5c 186 0.05/1.00 vMB 13
607,035 607,035 00000000000000000004de4fb80b1cc7c6cf3493d775f548660c14d28a4a02ec 1,376 0.48/1.00 vMB 20
607,034 607,034 0000000000000000000b47c4d624c55831a0b784681961f629298361543cf3a1 2,151 0.72/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.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.