Loading Tool

Explorer IconExplorer

Memory Pool

43,533 transactions
27.00 vMB
0.05588299 BTC
Random Selection Loading Transactions
Max Size: 142.37/200 MB

Candidate Block

Mining Attempt 0d91d4c8193ebb0bc38791901cfdc10f8567d2e0d47dd857dfe1c7d8bad879d7
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 38d4678ee6a6887f877983013e5ca9f7e94cb8a11b1515fef344d850fc98ce89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,100
Size: 1.00 vMB
Total Fees: 0.00551619 BTC
Feerates: 21.20 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (285,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,400 629,400 0000000000000000000ec5ef76e064d37ae265b7c404b45a85726d57299880e4 1,701 1.00/1.00 vMB 72
629,399 629,399 000000000000000000097772bbd416ec68731949a5556ef5e043339f0fa1bc14 2,592 1.00/1.00 vMB 86
629,398 629,398 00000000000000000009c1d01b61418e990c21acdfc631b940f89734002463c6 2,479 1.00/1.00 vMB 86
629,397 629,397 00000000000000000004f729dda906e2e184f3a993700d59ef1b38e8189cab66 2,521 1.00/1.00 vMB 95
629,396 629,396 000000000000000000012206e8f63ea8f0dfbdb36046ec9041f4b146b18b8371 2,766 1.00/1.00 vMB 81
629,395 629,395 0000000000000000000293165110e5d601e3b4cf09e6b6a95ae584e0cbc03740 2,701 1.00/1.00 vMB 80
629,394 629,394 0000000000000000000e1719d2099c61f224fc85f070c7d1dd69e0ddd5204b7d 2,247 1.00/1.00 vMB 100
629,393 629,393 00000000000000000008868de4f142cacb2e933130f88e8e19e1ff995393543b 2,503 1.00/1.00 vMB 119
629,392 629,392 000000000000000000097155f572101c48505d8b987ab144cd1ebfcc29a9446c 1,272 1.00/1.00 vMB 60
629,391 629,391 0000000000000000000c25d5b48796dba5452eb3f91cc1d3eaf0a354e99f2783 1,922 1.00/1.00 vMB 46
629,390 629,390 000000000000000000040872b2c76aff788bf516012c339b929a627982946af9 1,941 1.00/1.00 vMB 60
629,389 629,389 00000000000000000002e05c7e4b9000d8d11ef401449941a7b3aa6f0d5310f3 1,632 1.00/1.00 vMB 29
629,388 629,388 00000000000000000001e9f66e5cec6b982df4923ff578b94cd1dac62c9e7171 1,253 1.00/1.00 vMB 15
629,387 629,387 0000000000000000000ba6f8ec4825ce32ad12ba07ecfe35ff941d39756444e7 1,709 1.00/1.00 vMB 51
629,386 629,386 00000000000000000004c541a000ffed64935f557aca20feacdea43d8662d002 2,543 1.00/1.00 vMB 47
629,385 629,385 00000000000000000004f0de87203dcf4a8510a5e0eb00a433d562b92e0800a8 2,185 1.00/1.00 vMB 100
629,384 629,384 0000000000000000000e05126abe2000cc04281dccad871df7b4a55f2c527279 2,244 1.00/1.00 vMB 38
629,383 629,383 00000000000000000003a8c0605a66a4c40d8a98d3e314384df8821321cbd565 2,063 1.00/1.00 vMB 15
629,382 629,382 00000000000000000009ad42c373242bafdcb90ceb2f9f52a16c0e8b0a53cd24 2,434 1.00/1.00 vMB 48
629,381 629,381 000000000000000000078cadee91c5852d6ed17c962277057564c24e24a74ec3 2,378 1.00/1.00 vMB 38
629,380 629,380 0000000000000000000286f0754d8bea40cde7faa2b344403a1e557015ba535c 2,616 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.