Loading Tool

Explorer IconExplorer

Memory Pool

36,216 transactions
25.76 vMB
0.07556041 BTC
Random Selection Loading Transactions
Max Size: 132.53/200 MB

Candidate Block

Mining Attempt 1f7d3110f84473fcb852540cc15c155fba26cae77da50bb618e4724d6fa5dc49
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 81ea93ad7795e40c56ea1721d1cffbf3643251c19c8db6ddc3e361547bb7d4be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.02877577 BTC
Feerates: 101.64 > 2.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (249,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,487 665,487 000000000000000000016709a3ce456115c5feebbdb3a151763bb7e64ad20a7c 2,592 1.00/1.00 vMB 84
665,486 665,486 0000000000000000000ca33d2cf249bfdbe4658d52bd41168e962af2a36ec423 1,319 1.00/1.00 vMB 34
665,485 665,485 000000000000000000075e34eb68c832fec9775d5ee5f19d9ee32e3a4e96f2d2 1,262 1.00/1.00 vMB 19
665,484 665,484 0000000000000000000c12187fa16207ee5b32185b4c852708f869c99abbf363 1,581 1.00/1.00 vMB 18
665,483 665,483 0000000000000000000a86f3e534fe24caff9b9dc068516040b6b950c80b4a4c 2,529 1.00/1.00 vMB 50
665,482 665,482 00000000000000000008ac4662a8607b33d14bac782b050a9b39c7994ea7294e 2,888 1.00/1.00 vMB 77
665,481 665,481 00000000000000000001e4bdcb6bd1b156118180f5b49e1a59142c7e649409a4 2,507 1.00/1.00 vMB 79
665,480 665,480 000000000000000000073528c959b9ec64a898c4e2c396e2981c6d6d2601bb16 1,850 1.00/1.00 vMB 23
665,479 665,479 0000000000000000000bdd91e96ea930e28b43843e4917a3a6726a0e81881db0 2,349 1.00/1.00 vMB 51
665,478 665,478 00000000000000000004f9c4a9b4976e7daf64815819aa89ffe4db07aa46abce 1,075 1.00/1.00 vMB 97
665,477 665,477 00000000000000000008764c48a6cf910e56c79a9e62aba1fb42df89750c70e5 2,753 1.00/1.00 vMB 42
665,476 665,476 0000000000000000000a4ee063c77b770b731d6b4b6ea674c8129aaa8fc4ecf9 2,462 1.00/1.00 vMB 81
665,475 665,475 000000000000000000025248d3e2a4e98a19679865ece247322c5f7e06484f7e 2,495 1.00/1.00 vMB 69
665,474 665,474 000000000000000000076dc51ad3615c7349540b474ae033cf304f8535e6849f 2,413 1.00/1.00 vMB 109
665,473 665,473 00000000000000000003ed4ee6d307cafa0185538bd7807eccaa243a525b2baf 2,662 1.00/1.00 vMB 41
665,472 665,472 0000000000000000000ba030c63ab7708b4f14cd3615bb6a6e87b9204ab9fe82 2,682 1.00/1.00 vMB 69
665,471 665,471 000000000000000000011d1d4062aa02c74a56db23ea047abe76085e2aac716a 2,388 1.00/1.00 vMB 77
665,470 665,470 0000000000000000000909c172ca86a4662c62c40b2b692dac0f7ab28d187915 2,724 1.00/1.00 vMB 111
665,469 665,469 0000000000000000000d22e0f4b08a34be71d27b0593b5565b7e550727526581 2,681 1.00/1.00 vMB 102
665,468 665,468 0000000000000000000342d51aeeed439c1abb912e386129adaa16159df08c02 2,757 1.00/1.00 vMB 71
665,467 665,467 000000000000000000098e08b235a9ec7e891716b00a249d444ceba81790e45f 2,639 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.