Loading Tool

Explorer IconExplorer

Memory Pool

31,019 transactions
18.42 vMB
0.04505022 BTC
Random Selection Loading Transactions
Max Size: 98.07/200 MB

Candidate Block

Mining Attempt e7f1d6d2652c903b2dd4292af01a68e684109aeb814be307407979a4ac6b30d4
Version 20000000
Previous Block 000000000000000000007fc360febf573fd20c36a777d7a124372cae17e71a51
Merkle Root ccca45d3bf76456a44e5cade69895699fe0b2a0eb8c1d9b837f835ff10bd6ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,673
Size: 1.00 vMB
Total Fees: 0.01030370 BTC
Feerates: 150.77 > 1.03 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,128 (885,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,423 28,423 0000000052c0bf237f07e76a5296d0b357160ce11d12bc61cf4a7c9f4fa1027a 1 0.00/1.00 vMB 0
28,422 28,422 00000000579f6291364f1f3408157701829131cfdbd18c236a7252d14f08111e 1 0.00/1.00 vMB 0
28,421 28,421 00000000bb143e12b10352d78c4dd475d16044867b19d723a7235c2bce8ee20a 1 0.00/1.00 vMB 0
28,420 28,420 00000000dc3a4289ddade48a18ec0c64185d9183173316c2cd946941f905d945 1 0.00/1.00 vMB 0
28,419 28,419 000000006c73b75efe99d6ef375078f0cb5a9ebef7bfa38791561c906803cf12 1 0.00/1.00 vMB 0
28,418 28,418 000000001ece1c834bef616e2cd3e2a723d5b05fcfb74340f6010609440a7138 1 0.00/1.00 vMB 0
28,417 28,417 000000008450709b239799afe533d3cffd67decda1e5d4d9fe6d4bead6844e36 1 0.00/1.00 vMB 0
28,416 28,416 00000000523988d42f5d6d12c717f10ebd74a3883534519e5b0d260c6a319238 1 0.00/1.00 vMB 0
28,415 28,415 00000000df97a532074b547d5fa0561839344a5465471ffdaf557aa70877c0fe 1 0.00/1.00 vMB 0
28,414 28,414 00000000428a95c0eae954a8ab9e9089ba560565b9cbaed2703efe31296cf95f 1 0.00/1.00 vMB 0
28,413 28,413 00000000586b94cd6fbe13dbbab497cc7bb3d8f3154c531a2e05ab7ab63500ba 1 0.00/1.00 vMB 0
28,412 28,412 0000000028d44c05dc964b899e3f638e4169d29d7e6be7165cd1ab9ce8902b05 1 0.00/1.00 vMB 0
28,411 28,411 0000000061c1896b51cb00920ad32e9fd316c23ec442c6753f3d77d5c60bbb5e 1 0.00/1.00 vMB 0
28,410 28,410 000000002a8138a20ebb23d7b4104d4c4173d7514307149487d400ea1cdd7340 1 0.00/1.00 vMB 0
28,409 28,409 0000000067473c2d5baef55a81d1063cc3cf4101bea33f7ed48ce42ad38c9680 1 0.00/1.00 vMB 0
28,408 28,408 00000000cfbf4b3d6d4c3dee4becc5e78ec9c1ef320c8d58352a3955e1303ba1 1 0.00/1.00 vMB 0
28,407 28,407 00000000a2b9efb515a8452c45935c25fb8a4cddb79f390d7aa690b6961c1364 1 0.00/1.00 vMB 0
28,406 28,406 00000000c45217d359e199af9b1a09bbc39795cc5fc1f48f03feeb2b28168125 1 0.00/1.00 vMB 0
28,405 28,405 00000000befa5c32ea3f3a1f471a68d7c53cdf50c1431b869eb6bd02e504c1aa 1 0.00/1.00 vMB 0
28,404 28,404 000000008e68dd928e306bf624253141df8fc5e80c577e9e35c32b373474b0f5 1 0.00/1.00 vMB 0
28,403 28,403 00000000a4221be68426e6043acd2bd4331342b6920d3b7b4b7cc0ef778191fb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.83 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: 561.40 GB
    • Received: 7.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.