Loading Tool

Explorer IconExplorer

Memory Pool

42,245 transactions
28.94 vMB
0.06144571 BTC
Random Selection Loading Transactions
Max Size: 148.87/200 MB

Candidate Block

Mining Attempt df8bca18706d9e4096b2f2bfcc56116781a9d9c67269270d2418ce2f870f435b
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root 0ba262919b0686f5ee470ad4ad922fe26b31f41aea4dba63e89e7857a6562ca5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,610
Size: 1.00 vMB
Total Fees: 0.00495434 BTC
Feerates: 11.96 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (75,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,988 838,988 00000000000000000002d43a4b195b41bc2f97a826249fa93c5b6328fe940fff 3,662 1.00/1.00 vMB 137
838,987 838,987 00000000000000000000193ef3b4c74058a107751566f9f6bbd4fd72f49ec88a 3,649 1.00/1.00 vMB 178
838,986 838,986 00000000000000000002c6ecf68453bd4cd9c7dbaacc29e234f495ac2ef14393 4,841 1.00/1.00 vMB 169
838,985 838,985 00000000000000000000fe3a71e46a6b6bf1db7c8537ee468a7528cf3f7997ae 4,949 1.00/1.00 vMB 164
838,984 838,984 000000000000000000031a657507a61e823ae42eabab25156b9bd36c5c2f0279 4,438 1.00/1.00 vMB 195
838,983 838,983 0000000000000000000117af2923cd70a7210c65c865dc25f3159a7195590b68 3,122 1.00/1.00 vMB 34
838,982 838,982 00000000000000000000f943297f25ec88e5cfaae80ca520955d9479ff256ccd 4,765 1.00/1.00 vMB 63
838,981 838,981 00000000000000000002a6fac84822a171ef78233e5ebdc8f5c761be90f8a75c 3,860 1.00/1.00 vMB 49
838,980 838,980 0000000000000000000215d4f7ebc86be9a246078d5105dbafa3504f1b81ce77 3,126 1.00/1.00 vMB 36
838,979 838,979 000000000000000000033999b15cc3c69a1c66b8edfe94f52629d1c3bbc32b21 3,167 1.00/1.00 vMB 52
838,978 838,978 000000000000000000031f3a21666102f6aaa5a0893d2522e25edff930696bd1 3,221 1.00/1.00 vMB 49
838,977 838,977 0000000000000000000315d068f01f5dbb94254df3e1d106d81529ed948cfcaa 2,243 1.00/1.00 vMB 42
838,976 838,976 000000000000000000000a1bc9c6e77e76d5d2e6a06dc00243b0dd020406be4c 2,210 1.00/1.00 vMB 55
838,975 838,975 0000000000000000000309cd2b6612a6dbf83fb8acaa0b2d554a5c1d5f586510 576 1.00/1.00 vMB 43
838,974 838,974 000000000000000000020a1245900a8f3d0652a9995022039e64369f832d63df 1,213 1.00/1.00 vMB 46
838,973 838,973 000000000000000000033a00ef3239c18d4d3e048b9f25ce2ecc10a59d66fdde 1,862 1.00/1.00 vMB 54
838,972 838,972 00000000000000000001d44476c3557bc3cf11a5058d9cb11d17e4608e3e4dd3 2,493 1.00/1.00 vMB 63
838,971 838,971 000000000000000000005305e01fd3460c4ad6d88cf978bc17a9e018b5e0e896 2,546 1.00/1.00 vMB 59
838,970 838,970 000000000000000000022c94c2a46618765b73b2c2168b28cf40b8685eb75ce4 2,043 1.00/1.00 vMB 54
838,969 838,969 000000000000000000019b67356d6542acc54449b406bba34adcb2f83ccf4865 2,203 1.00/1.00 vMB 62
838,968 838,968 000000000000000000009dfd5c206aa18988a260ab4c5490598fab98c719fe09 2,624 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.