Loading Tool

Explorer IconExplorer

Memory Pool

42,045 transactions
32.67 vMB
0.10494266 BTC
Random Selection Loading Transactions
Max Size: 163.43/200 MB

Candidate Block

Mining Attempt 2dd2ca6ca7a374a1cb886a304e0271c7bd8c42f8b6324fd650047b0cdbf58001
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root 2ebfcecf8f3aeecdaded9c8e44354af0958c4190f2ec269a390fdc709c8cb72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,625
Size: 1.00 vMB
Total Fees: 0.03411104 BTC
Feerates: 492.15 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (815,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,063 99,063 000000000001b8b04fe410656790d7853a03fd3cd154ff22e9f19c22bf3d1111 6 0.00/1.00 vMB 0
99,062 99,062 000000000000e1db703efd036aa3d04c97ebb940f1c11e0cdbf364a696fe7f0a 11 0.00/1.00 vMB 0
99,061 99,061 0000000000020d5273f2ba06c0a65f7ffea81f51d6d2eaf84595f535cb15166f 5 0.00/1.00 vMB 0
99,060 99,060 0000000000037ea71263ec57ef4ed88d74c13edc75bebfe4952b8b69ca32d0a8 1 0.00/1.00 vMB 0
99,059 99,059 00000000000081a7e51283a1fc26bfe8ff7c5b7bd031dc5613395590d6220a3d 3 0.00/1.00 vMB 0
99,058 99,058 000000000000837eff1ab1048f8860555872a9182ad666b915373a924bcde396 2 0.00/1.00 vMB 0
99,057 99,057 000000000002190e34ee6abc14a1aa9c9701b5c359648162bde356d6bfb7a36b 1 0.00/1.00 vMB 0
99,056 99,056 000000000003f2101ee0738f31203808b44140b06a82e5c75bb0dfc2da9b7311 1 0.00/1.00 vMB 0
99,055 99,055 0000000000012d1661efe9bef19fd67131a7a48e19a127f1c719ef448df07f85 1 0.00/1.00 vMB 0
99,054 99,054 0000000000042bce7ca2ed4e7307a4df4c5303b0c795d18827bc974351996f1b 2 0.00/1.00 vMB 0
99,053 99,053 00000000000455c0d1c7d52cf7f7ee5be9bfca2187a4167d9efa81f96ee256c6 2 0.00/1.00 vMB 0
99,052 99,052 000000000001e880c1312fcbdeeb0810288c0c427233031eedb090d00ae34419 1 0.00/1.00 vMB 0
99,051 99,051 00000000000132df736f6c82d67267b8e7d4ceaf3b834381d485568eb512eebb 2 0.00/1.00 vMB 0
99,050 99,050 000000000001867d95f59c8e2ee85cb2226b30aaf8d6b5f09463c1f55a808b2b 8 0.00/1.00 vMB 635
99,049 99,049 0000000000006096f177015627d71c0a68e601d0485d99a03aa675d92c22617c 2 0.00/1.00 vMB 0
99,048 99,048 000000000003a2f13a7913e2f046ff13c1014aa93903166564922144fb51c958 12 0.00/1.00 vMB 352
99,047 99,047 0000000000028ae80f929ff749e0ce2bea3589f133ca491cbe075f9ab33369f7 3 0.00/1.00 vMB 0
99,046 99,046 0000000000040cb943a4ae16bf53148e0361c2ac46bb21ddd133f09e99524669 3 0.00/1.00 vMB 0
99,045 99,045 000000000002d45bc3c7f9cebad21a2cae134ce3c6059c58d394d582348f691f 2 0.00/1.00 vMB 0
99,044 99,044 00000000000261ae35ba976affabb9852a7be2a544c48e42466e00a10b93e625 1 0.00/1.00 vMB 0
99,043 99,043 000000000003f92fb1e883ff9aa2de3f9349d2962005e35d0169a7b6f8b4b33e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 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: 586.55 GB
    • Received: 9.46 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.