Loading Tool

Explorer IconExplorer

Memory Pool

21,597 transactions
15.03 vMB
0.03087969 BTC
Random Selection Loading Transactions
Max Size: 82.60/200 MB

Candidate Block

Mining Attempt 5b6b06ce2d9743a64aa8ca92894aa4b5d9d75cc7ed2761d13cab23c2d780544b
Version 20000000
Previous Block 0000000000000000000108bba83f5e22e6d67633f708a63ab9fc38d612dacb5f
Merkle Root 379e9a79ee82df68604e4891b3e958eb6fe7019579123ebb149a5382f4c6f417
Time (UTC) ( ago)
Target 00000000000000000001eb210000000000000000000000000000000000000000
Nonce 0
Transactions: 1,349
Size: 1.00 vMB
Total Fees: 0.01053545 BTC
Feerates: 25.58 > 1.06 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 920,252 (232,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,011 688,011 0000000000000000000222b96adef053ca86f879dc21f437c768d9ac9527e98c 1,406 0.88/1.00 vMB 22
688,010 688,010 00000000000000000008b2a8b2190625629fdf63f74fecd053ab0e601fa12322 2,152 0.84/1.00 vMB 9
688,009 688,009 0000000000000000000dc1fb11a9f46c0aa3b4a266b8148edc3bd7f30fd13c58 1,355 1.00/1.00 vMB 32
688,008 688,008 0000000000000000000dcc3c080c8d3c72ef7a4dabd71249e1683aa901d46ecb 1,863 1.00/1.00 vMB 43
688,007 688,007 00000000000000000005f2bcf07d5d7beb69af1a75f6642335247b61a11599ce 716 0.42/1.00 vMB 21
688,006 688,006 00000000000000000003c933afd276c6147b494caed49f1f96284230858e2fb6 1,317 0.51/1.00 vMB 23
688,005 688,005 00000000000000000008e7f4b9c9ae5a4981603b8273bc217c73e5de0aefc546 2,371 1.00/1.00 vMB 21
688,004 688,004 00000000000000000004b3f05bdc90a2278e3095413b81c8ae27c4f104ac75c3 2,431 1.00/1.00 vMB 4
688,003 688,003 0000000000000000000b64ac9996e507fc3d08a09821899a488afaf8d3978d5a 2,277 1.00/1.00 vMB 30
688,002 688,002 0000000000000000000490138a2be4f17d38c90f16fe084870af165a582cf859 2,123 1.00/1.00 vMB 25
688,001 688,001 00000000000000000009d81aa81377993bfb1c745fca85d1a9df2320dc92ad42 826 1.00/1.00 vMB 31
688,000 688,000 00000000000000000001526f8ec147535a7c4316e3375439a334c03b3e2605d3 2,631 1.00/1.00 vMB 55
687,999 687,999 00000000000000000009c483612469d3a5844d883dfcb36a99066a73e8dd08dd 2,372 1.00/1.00 vMB 17
687,998 687,998 00000000000000000006ca86d22dc332f5620fdd5c67ad2a837270d1abfab89a 2,263 1.00/1.00 vMB 46
687,997 687,997 0000000000000000000cf97a518f2a591b5fc13818db482078166b6e3bfce0d0 2,645 1.00/1.00 vMB 11
687,996 687,996 00000000000000000009965fca35a1fad4351cee68dbd0537c69048afb87dbe1 2,771 1.00/1.00 vMB 28
687,995 687,995 0000000000000000000bb00f13bf42a37b2275766aa459e4a844d90b3d10d99c 2,569 1.00/1.00 vMB 24
687,994 687,994 0000000000000000000d60e30320331472ef54ae0ef975eaaacc1095e6026478 2,218 1.00/1.00 vMB 24
687,993 687,993 00000000000000000004dd976be821fe7b6af9ff268c1fabb3c1d334d9d9f5f9 338 1.00/1.00 vMB 29
687,992 687,992 000000000000000000059c13ed6889ec8a1f21500319c7063f6a2f7a99635826 2,338 1.00/1.00 vMB 48
687,991 687,991 00000000000000000000cf5330a5cc048b1f3171b0bfc718844005aad27dc6c4 1,809 0.76/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 791.42 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: 1,524.47 GB
    • Received: 60.05 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.