Loading Tool

Explorer IconExplorer

Memory Pool

43,166 transactions
26.53 vMB
0.05975642 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt ed6b0383c98461daacbe974933926aa52354a6cd0fff1b59df05f6f68db3bbb8
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 04e87eff665f3cac4dada9ba8c8824d1a7c36b8284f2b8592ec35452d73518b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,104
Size: 1.00 vMB
Total Fees: 0.01095651 BTC
Feerates: 73.20 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (549,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,911 364,911 0000000000000000019a640498ddc9d058310aa99d87273b077a20869d11ab63 1,540 1.00/1.00 vMB 41
364,910 364,910 0000000000000000122f534b2d2ea7643b739f2e5256df5046742ca8188b180f 443 0.99/1.00 vMB 18
364,909 364,909 00000000000000000024850f6a501bf12626c7e61af5eedaea533c13840c9c72 1 0.00/1.00 vMB 0
364,908 364,908 000000000000000009406cdf9f7b85ef56192e6bbfa107b161ceadd43c5a61c8 1 0.00/1.00 vMB 0
364,907 364,907 00000000000000001302d1cb2ec4fe57cb51a9d80e00c82a8d0143db9445a8df 1,105 0.95/1.00 vMB 28
364,906 364,906 000000000000000004b87de07c0ef96abe9bc6686e235b8fa54a65d88339d458 1,082 1.00/1.00 vMB 27
364,905 364,905 000000000000000014c640acd137b78c565828c82460e866b810cb567213f5f6 1,300 0.93/1.00 vMB 31
364,904 364,904 00000000000000000444d42624b6f3657f65ab24b48762d0845d1d82f1fcaf67 1,363 0.95/1.00 vMB 31
364,903 364,903 00000000000000001285f27a8f79bd67b9f947fc05ff1d6b157677d18e22bef9 1,042 1.00/1.00 vMB 35
364,902 364,902 00000000000000000c37025c6fb1daa48b528c45ef7a2eabdd241af65e5d7692 2,275 0.95/1.00 vMB 74
364,901 364,901 000000000000000014c73ed90536ac7ffa9184fda72a87f212d8ade2215cdd08 675 1.00/1.00 vMB 35
364,900 364,900 00000000000000000da2a64a9a8e32623575ba19c3125077d1715c1ba2d3b90c 608 0.99/1.00 vMB 25
364,899 364,899 0000000000000000004bdcddf19feda8d4a53c3338657fdb67c3aa64f49c7f02 1,584 0.93/1.00 vMB 35
364,898 364,898 00000000000000000684618be2c1ec6cef8e13e7e065f7493d73110462ae0b68 1,034 0.93/1.00 vMB 26
364,897 364,897 00000000000000000a08348381e52c26bddcea55a7afb573a7c5d4d72c556135 1,034 0.99/1.00 vMB 43
364,896 364,896 00000000000000000d93a9b96ac9fe19918627482dbe87c3aadf42453159e1ab 1,522 0.93/1.00 vMB 37
364,895 364,895 0000000000000000031d9af2fe38cc02410361fb213181fdb667c74e210d54c4 2,694 1.00/1.00 vMB 72
364,894 364,894 000000000000000010dba09112ad82c524d85fd27a89f010ea4cac82a4cf4d8c 1,298 0.95/1.00 vMB 33
364,893 364,893 000000000000000005f224aa33c71626ade780cf14ac88c2b0920f67ff1a42a2 4,544 1.00/1.00 vMB 31
364,892 364,892 00000000000000000116b77a9e8eff2cbf222e41600f3fe64cbbfa9738562553 1,242 1.00/1.00 vMB 59
364,891 364,891 000000000000000011658eab14d409d29228486670f72ca8daa032fb5a18fcd7 1,501 0.95/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.55 GB
    • Received: 13.93 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.