Loading Tool

Explorer IconExplorer

Memory Pool

73,951 transactions
28.85 vMB
0.07316501 BTC
Random Selection Loading Transactions
Max Size: 174.84/200 MB

Candidate Block

Mining Attempt e47f95e037605cf012713dd621c7bac53dce18698483891e5f5cea6ecf878fbf
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 5b4ad7cffd8898602622e8faf6605b3596bb6f3fe73f46bf7a840a5e6159f2c6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,234
Size: 1.00 vMB
Total Fees: 0.00944595 BTC
Feerates: 100.26 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (638,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,475 276,475 00000000000000031fba1384445b39fa47a4453f00f48ac656f7b808c9bfd337 58 0.03/1.00 vMB 46
276,474 276,474 0000000000000003123ac9532696c737ee0b991513bedc70e437d388a8252298 34 0.01/1.00 vMB 30
276,473 276,473 0000000000000000c5be02237d2f469449ffe83f7be25b5508d6f17ca0684c3e 213 0.14/1.00 vMB 34
276,472 276,472 0000000000000002ab1e410dd69b84aeaf0caedcb7e3bde29e3f755cb68e96db 78 0.03/1.00 vMB 36
276,471 276,471 0000000000000002d1d84a8797b6acaad0de6e2239b48cc8bd03019153c874d3 329 0.15/1.00 vMB 46
276,470 276,470 00000000000000005c26bf5e36c58808afdaf73c4aa1214349c89f038b6c77f6 565 0.25/1.00 vMB 56
276,469 276,469 00000000000000037c84ce6ff1ea3a5851efc95ab3a045f98d284f9699ab3d3f 64 0.05/1.00 vMB 17
276,468 276,468 0000000000000002c2a7ffdcfb4d8b5f7dd1a7076d9a5dcbd0baa7941d230e60 263 0.13/1.00 vMB 46
276,467 276,467 0000000000000000ab28586c1dda43f698383e2997f06fff331f974d0baf6dbf 163 0.12/1.00 vMB 5
276,466 276,466 0000000000000002fbe3e0b60cc0d90eaaf06f9951e6fa166e81975e7abbbb33 55 0.02/1.00 vMB 45
276,465 276,465 0000000000000001a7e6e46d32ca01bb162818e7849852682a03aab3a7a235dc 38 0.01/1.00 vMB 58
276,464 276,464 000000000000000148c7064fa5d5e58bb4f6abd2bba10873a595393bc3258b6a 84 0.04/1.00 vMB 20
276,463 276,463 0000000000000002f350faf1b5da0c17c676db6cc2dbefe7dfb98114ea069f89 330 0.21/1.00 vMB 37
276,462 276,462 0000000000000001c83875679acbc50fceb4d86c1f50caa3012c18f4070ca45d 235 0.13/1.00 vMB 38
276,461 276,461 00000000000000039a99dd09b3da5e206d3c064859c5bbdcb3e34dc2b97adc44 239 0.15/1.00 vMB 33
276,460 276,460 0000000000000002d79cd7069cedd05f49716354590bd5518b18a513b3b4d513 392 0.18/1.00 vMB 55
276,459 276,459 0000000000000001cde22896d5dab56239a9bebeca29a5311738d944532a4634 490 0.42/1.00 vMB 21
276,458 276,458 00000000000000027a7c8e79c9f589b2fa791353d91edc4d0cda5643179aa6f7 564 0.25/1.00 vMB 54
276,457 276,457 00000000000000037cc07887858aa50ebf7abec0616cae4b52dac547010cef67 667 0.25/1.00 vMB 66
276,456 276,456 0000000000000002e39a52c93acb5de574d3a0a920c58dd3850766fd1b22a433 524 0.21/1.00 vMB 46
276,455 276,455 0000000000000002b0bfa93bc8b2c2e046f719d595d9f0362ab5444128621151 38 0.02/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 783.15 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: 743.20 GB
    • Received: 18.69 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.