Loading Tool

Explorer IconExplorer

Memory Pool

36,196 transactions
27.86 vMB
0.06397627 BTC
Random Selection Loading Transactions
Max Size: 140.09/200 MB

Candidate Block

Mining Attempt 51559da1f50932bd702f35f45883a3210a256e79b87a0a435380fe8093da043c
Version 20000000
Previous Block 00000000000000000001ecdfcce0ab12fa730f2a6a14cc128d30915907e7d5a3
Merkle Root ebdf33f9b488f6fb72d4b2d61af2f14d3cdd30c32f5a8baa2ea8fe4ff964768f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,944
Size: 1.00 vMB
Total Fees: 0.01079643 BTC
Feerates: 96.15 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,605 (99,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,992 814,992 000000000000000000028a0468e4fb2401b25d480ede220e06e357f62148796b 3,228 1.00/1.00 vMB 20
814,991 814,991 00000000000000000003ca28a44098dd4a70327b0face464072b547af2d2a938 940 1.00/1.00 vMB 27
814,990 814,990 0000000000000000000282c3802dea2b0f0013b5e519150255e2ad021afec7bd 1,396 1.00/1.00 vMB 29
814,989 814,989 000000000000000000018c526ba48fa9dc5ac3a93a34aa218b33131249778683 2,960 1.00/1.00 vMB 16
814,988 814,988 00000000000000000001193745939ba73e95dca3abbf33fba45cb432f4abf66d 2,558 1.00/1.00 vMB 30
814,987 814,987 0000000000000000000103fb9fa80fd450e3a179a181916b8e9999cae37d7138 3,336 1.00/1.00 vMB 16
814,986 814,986 0000000000000000000010e37b23a04f3a8cf5499f81b111c5b37cd1697b30bb 1,674 1.00/1.00 vMB 16
814,985 814,985 00000000000000000002d446306f0539fa37f0a3929dbe0e1077687501457227 3,039 1.00/1.00 vMB 22
814,984 814,984 00000000000000000004737d9ab1396ba40410dcf533c8726800376e51d65bd2 3,410 1.00/1.00 vMB 27
814,983 814,983 000000000000000000000252cf198d5542ee549c5a02cb74396cf7da02391d6c 3,115 1.00/1.00 vMB 22
814,982 814,982 0000000000000000000164aaea1e77b94eeb63e051b3654ed0a7176ec59683f3 3,451 1.00/1.00 vMB 25
814,981 814,981 0000000000000000000018870657d6d0e0e57cb88bec6a14b4a362b78247c374 3,515 1.00/1.00 vMB 17
814,980 814,980 0000000000000000000057ac4758037cb8a7bf03913357f3c36a6b0b94b27d99 2,795 1.00/1.00 vMB 21
814,979 814,979 00000000000000000004291b52684506ee6f6c72448e0fd6316aa288ba6640e9 3,725 1.00/1.00 vMB 21
814,978 814,978 00000000000000000003e63fcb00c5adbcf6a2e87653b66e3d3d055f24d9ecc9 3,596 1.00/1.00 vMB 23
814,977 814,977 000000000000000000039113e2995e8673734db9e65e9ac1835a267da42bf60a 3,199 1.00/1.00 vMB 41
814,976 814,976 00000000000000000003d501571c7fe9373d73791b14a8ee3dadf27f61ec2f33 3,409 1.00/1.00 vMB 19
814,975 814,975 000000000000000000012c0142399499e8a41a6cb1cdaf1beaf7d52d4ea56f1a 3,385 1.00/1.00 vMB 24
814,974 814,974 0000000000000000000471d56fba77cec7ab8e37c0a5e95634a5805703576e1a 3,247 1.00/1.00 vMB 31
814,973 814,973 00000000000000000000b95cfe2001bdb45bc1315da594e5e0ac4912f2ad0f55 2,994 1.00/1.00 vMB 17
814,972 814,972 000000000000000000044a583c4a62cf1fd31f6c2a1e6d47887a345f0bd3e5bf 3,581 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.70 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: 628.90 GB
    • Received: 11.84 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.