Loading Tool

Explorer IconExplorer

Memory Pool

44,286 transactions
26.69 vMB
0.06783508 BTC
Random Selection Loading Transactions
Max Size: 140.35/200 MB

Candidate Block

Mining Attempt 5a8dbf8c8ab6dcb9e25cab21df2ee83cf01ae73e13bba409348c38c0ebf539fd
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root e25ac12f7a6be63e954e0294d0a72d3e6b3f309474a55cde9fd13444b79f095d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,429
Size: 1.00 vMB
Total Fees: 0.01863472 BTC
Feerates: 150.68 > 1.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (222,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
691,997 691,997 00000000000000000012062f3c4d00ee1297bc95920c554b3f23354091b64be8 2,511 1.00/1.00 vMB 4
691,996 691,996 00000000000000000006dc67c0692a3f173f705f0379c2c9956f7b9846a4d3d8 3,275 1.00/1.00 vMB 10
691,995 691,995 0000000000000000000219c8e8fe54c1174ed1d7e4759dd800e19deeeb5db32f 3,179 1.00/1.00 vMB 37
691,994 691,994 00000000000000000010f53d18bd79a90912944949215775b8b2c5c26393798d 1,922 1.00/1.00 vMB 12
691,993 691,993 0000000000000000000df3f26e4018df8dc6cd491951b807799d1295b0b67a09 520 0.84/1.00 vMB 2
691,992 691,992 000000000000000000096a805d173cc25f24c6e1ca03284b32b56d4607eaa294 1,898 1.00/1.00 vMB 10
691,991 691,991 0000000000000000000443a1c75b259334a1683a9d9999791b2bfe04130fde45 2,462 1.00/1.00 vMB 15
691,990 691,990 000000000000000000055f102607fb047b16d82f76d020bdf9a082f4182eb31a 2,150 0.88/1.00 vMB 4
691,989 691,989 0000000000000000001394528671005616ef9aa61a2a5519fbee78ce210def3a 2,774 1.00/1.00 vMB 24
691,988 691,988 0000000000000000000450dcdc57f6e8da400dc1c67d770d606d4a92f6040e70 489 0.18/1.00 vMB 11
691,987 691,987 0000000000000000000e44a4cec2b5e35164ecdaab166d86fc5198ceb093f95d 2,195 0.93/1.00 vMB 14
691,986 691,986 0000000000000000000c9111cd647d8bd209c655bc8973129759dba76c4b4cbf 2,479 0.94/1.00 vMB 12
691,985 691,985 00000000000000000007690ec8ce8af344d22b7c37c11d1517b89ff5a0d3faa5 238 1.00/1.00 vMB 3
691,984 691,984 0000000000000000000a88bcca7f66ede8ca943f2645476fe3caff941f8b2a4d 2,687 1.00/1.00 vMB 7
691,983 691,983 000000000000000000089750371b495586c0ba0629c861e4a51065a083d6d22f 2,673 1.00/1.00 vMB 33
691,982 691,982 00000000000000000001e70ca7c16a044bca5f274592d7d7d101fafd2b190d18 97 0.03/1.00 vMB 10
691,981 691,981 0000000000000000000d98649c300b20a5f7a528304e685c0f99401d117c47f7 812 0.28/1.00 vMB 7
691,980 691,980 000000000000000000080b78576ab6db1ad0ea5bdb38be14f39e18e5e5c6dd12 2,360 1.00/1.00 vMB 17
691,979 691,979 00000000000000000003bef8fbd88634d6780f6e00dc4e2fc64cc72ac90f8943 906 0.32/1.00 vMB 19
691,978 691,978 00000000000000000006cf812d6691f621f4e10e137395b20323f47401ef8c4b 1,535 0.54/1.00 vMB 13
691,977 691,977 00000000000000000000062ae1a2cff8104c81c7ba9ec07a6947584400e79435 1,640 0.65/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.95 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.