Loading Tool

Explorer IconExplorer

Memory Pool

33,795 transactions
18.72 vMB
0.06244948 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.22/200 MB

Candidate Block

Mining Attempt 31b45a277345358697f5f17b4276d647e13158766e8cd74cfb38d6bc07db1f11
Version 20000000
Previous Block 00000000000000000001e9dd6040fa9baa2d95e68c5e348ae2af117ea9739e30
Merkle Root b0f2b83c41f60162571337118544ab60ac83c64dfae8ff741e55bdb80db15025
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,616
Size: 0.997891 1.00 vMB
Total Fees: 0.02741255 BTC
Feerates: 519.15 > 2.75 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,851 (845,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,637 68,637 0000000001604ec5efe42303000dbc025bb6660efbcd47ba5c19cfa2514ad8cf 1 0.00/1.00 vMB 0
68,636 68,636 00000000012980899c3b74bf46ce73b9a3bb189805a7b688978a99de8ee8550e 1 0.00/1.00 vMB 0
68,635 68,635 0000000000eefbe7da2f69c9d08cd832767dcbb0da15a21d3d47c56355289789 2 0.00/1.00 vMB 0
68,634 68,634 00000000004cc989e878852d985d44e5d9ff11147041c80294373f83b593081b 1 0.00/1.00 vMB 0
68,633 68,633 0000000000f391f7f949bd3cfa77aac47675a7682c8dc1612c1d83883126f89f 4 0.00/1.00 vMB 0
68,632 68,632 0000000000f756e3a2d49a6aba906da0e72727da58d57de8572a1bbebf2b113a 2 0.00/1.00 vMB 0
68,631 68,631 0000000000a66e1839ac4bcb979f044d13c162569220f7fc0214fc94ad0d4a07 1 0.00/1.00 vMB 0
68,630 68,630 00000000000bc0d8fb0da5b2b47715397ef3da60254d913d3d4a91a4a49b0ff3 1 0.00/1.00 vMB 0
68,629 68,629 0000000000bd5282bd0e11b6f62c2ebc5322d3397a02d82e35213bf9dda8243d 1 0.00/1.00 vMB 0
68,628 68,628 000000000130ac2602025c31421f8bc9dce46e785b30ba56cd03ebd9878599b5 2 0.00/1.00 vMB 0
68,627 68,627 000000000017a4cf061cb481bc1aafbb94e1acf48882fa17e626b128aa1c1213 1 0.00/1.00 vMB 0
68,626 68,626 0000000000d418f66d83f9b0ff1bc1cd0403801219dd7e68e0b1a3223b851ace 1 0.00/1.00 vMB 0
68,625 68,625 00000000001f9e4083793d60b8314560df0a6996ca5beb54991e3e4b12f020eb 1 0.00/1.00 vMB 0
68,624 68,624 000000000127835077b044568987d2b3659ee0812a5f117cfe5b3821cd9f24c5 3 0.00/1.00 vMB 0
68,623 68,623 000000000028ab8dcb97dffc350c3c9ef3481629b77a7581eb06901172a760d4 1 0.00/1.00 vMB 0
68,622 68,622 00000000013016d26f21335443b3d240733e547990ea853a6017da4fb93b376f 1 0.00/1.00 vMB 0
68,621 68,621 0000000000aa65c5a835fdebd58079dbc964619b58388e1854fc7e12019d8e5d 1 0.00/1.00 vMB 0
68,620 68,620 00000000015da613f104fc7c04856d249b586639b29a75d71838e6d2695e893b 2 0.00/1.00 vMB 0
68,619 68,619 000000000065f7276fcc125766431fea8934009013b2035c1150a94d6c7ad5df 4 0.01/1.00 vMB 0
68,618 68,618 00000000001c4f57b571ee6808e1b8aae4d4f81d8a8d042e7563d666d7ff3bc7 1 0.00/1.00 vMB 0
68,617 68,617 00000000005dfecab45343e7c67be2ef992014d6eae6cfeded361c5611c8cdec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.35 GB

Node Details:

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