Loading Tool

Explorer IconExplorer

Memory Pool

81,711 transactions
34.38 vMB
0.14300623 BTC
Random Selection Loading Transactions
Max Size: 195.34/200 MB

Candidate Block

Mining Attempt 6dad364b8aaddd2aea620476717aea8a7f589c9208dd16c924fe4f9d2ea49186
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 1ca9a3bc00c499338328ff099268aa87f2702799f4d965e0742ffb6345f8d1bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,025
Size: 1.00 vMB
Total Fees: 0.02758069 BTC
Feerates: 384.62 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (723,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,984 191,984 000000000000063e321d1e8582a84bb47a0d039f07653816604dd5aabdf15e97 468 0.20/1.00 vMB 135
191,983 191,983 00000000000006a8e7dde6a6c77aa3789f24ddccfb7b094dcfc26e47187ea7e6 70 0.04/1.00 vMB 113
191,982 191,982 000000000000058a0f73eb6a604062581cfdb19028eaf1eaeb0b1ea7398bfc0e 158 0.06/1.00 vMB 120
191,981 191,981 000000000000050479ff7fa1e62dfb4229f4be0dae4026d5d4d10c9e835d4122 655 0.29/1.00 vMB 138
191,980 191,980 00000000000002137b8f824d86140121532851f4aeab79ceea32609664e4c8db 190 0.05/1.00 vMB 12
191,979 191,979 000000000000019f8d81467e3fb3c27d7bc2bc6b450cc8f7391b7421d085380e 271 0.10/1.00 vMB 213
191,978 191,978 0000000000000443c65c62dad4e1b520e700611ef10b93efbfb7983a9424dc11 32 0.01/1.00 vMB 0
191,977 191,977 00000000000002ca6e6856b6d26b03b5450975eec52fd67e00271a52a30b4f93 159 0.06/1.00 vMB 113
191,976 191,976 00000000000004e9af1023c3e99b35f88d3cd7f1ae119ad4d326a9296998d2d0 134 0.05/1.00 vMB 97
191,975 191,975 0000000000000352b4eaf99deb56ff1c28d9eff27a5e882c3c7ea1b933b4269d 222 0.09/1.00 vMB 112
191,974 191,974 000000000000022a4f9517153c293e5f9f3503a10a1199ceb5bb12401a430cd2 19 0.01/1.00 vMB 31
191,973 191,973 0000000000000187e42aeb618608ad0d4ce2a0c7d09eaa9ceca4ef3a680515c3 225 0.09/1.00 vMB 142
191,972 191,972 000000000000062058a702a9e1c57f2428e0daed40bcc028ec9c807d59252b40 28 0.01/1.00 vMB 93
191,971 191,971 00000000000001ec4dd22eb2f4c60367a449befa2954972b0010311ea8d1a527 23 0.01/1.00 vMB 444
191,970 191,970 000000000000063ff454509167c4fd3ea89c4ea4c15ebc4c832dfb8aa6044f71 78 0.04/1.00 vMB 481
191,969 191,969 0000000000000176b536eeb8055598ac65c94381bc55147e8a3dde9feef3dd61 373 0.12/1.00 vMB 169
191,968 191,968 000000000000029a265cb6f4de95ad514ffff5ce4902d69d32969f0ca1fc8070 78 0.03/1.00 vMB 112
191,967 191,967 00000000000002531a847b706a4d5d78a04ff68527cec50527340089b6271bed 36 0.01/1.00 vMB 154
191,966 191,966 00000000000004f8ddcdd48d688b3a0bdcbbd82c972c9485deb7daa08bb1c790 66 0.02/1.00 vMB 135
191,965 191,965 00000000000004913366613be2c27dd0b68778cd80f25d32e13cc1bbe8608abb 347 0.16/1.00 vMB 168
191,964 191,964 000000000000076cbe95f9f730d65b7515f0647c8edac281f1c70cfc221365fa 18 0.01/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 783.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: 729.87 GB
    • Received: 18.49 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.