Loading Tool

Explorer IconExplorer

Memory Pool

86,596 transactions
31.51 vMB
0.21013127 BTC
Random Selection Loading Transactions
Max Size: 191.24/200 MB

Candidate Block

Mining Attempt 6e8431364b48d4cdb97e36fa7d921aa1b09a3e3ddadbb21174de60760d8b4c48
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8538fea9c8aaaa183b415f8d8fa2f83a3e598fc962b8cb692d51dc395debb8ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.10614970 BTC
Feerates: 502.67 > 10.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (259,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,935 655,935 00000000000000000009665fa7eddf89268eb035aeae9a51efc52e6683565d33 287 1.00/1.00 vMB 9
655,934 655,934 0000000000000000000a81d4834ece5dc0272fdb46a653b00f6193914333a22b 1,150 1.00/1.00 vMB 33
655,933 655,933 0000000000000000000bf8530f3aae51f44323e22b5e1eff345ab97090e06226 946 1.00/1.00 vMB 34
655,932 655,932 0000000000000000000b53506ee271eaff5d8a14f38a06293f0c8928c423dae0 1,163 1.00/1.00 vMB 15
655,931 655,931 00000000000000000009d944c31c253364e6908588e5ae8ace70b5f217e23d99 1,709 1.00/1.00 vMB 29
655,930 655,930 00000000000000000001cb0c2267bd93350b2e34a62eeefad52dd21e5a351ce2 1,246 1.00/1.00 vMB 17
655,929 655,929 00000000000000000000ef57678063c22a6e65c7d908fb12136bab2344ff3139 2,043 1.00/1.00 vMB 31
655,928 655,928 00000000000000000010137508ac346776c2dc2454dad3296851fd101a83df9b 2,207 1.00/1.00 vMB 64
655,927 655,927 0000000000000000000876f9860e3a53dc9fc65258618d1ed065726e8113cf1e 2,844 1.00/1.00 vMB 194
655,926 655,926 000000000000000000033cf979a3a143b361c0a6fe3a3665316450593c095eed 1,827 1.00/1.00 vMB 52
655,925 655,925 00000000000000000007150cb58f43a3b03d5672fef54781a235d6bd67215119 2,012 1.00/1.00 vMB 47
655,924 655,924 0000000000000000000a553f3703e6cb984094eb7b46a6ea4e5b852da549bc2e 1,991 1.00/1.00 vMB 84
655,923 655,923 0000000000000000000ca427463b78ecae990c5930b2b78b45fcdad7a793a2dd 1,801 1.00/1.00 vMB 94
655,922 655,922 00000000000000000003b16a5c737f1693f5917f19dcee9a03082d5b364bee1c 2,365 1.00/1.00 vMB 67
655,921 655,921 0000000000000000000944f17e41d938c5596c7d3e0bd00a5fb5f6402b9565f7 1,761 1.00/1.00 vMB 43
655,920 655,920 0000000000000000000c8ac24f20c6a68783ca4848b000112e84e86ece9816a5 2,351 1.00/1.00 vMB 205
655,919 655,919 0000000000000000000961b8b0e0dff993fbd72217e3e30f1b8caa50c55bd534 1,946 1.00/1.00 vMB 115
655,918 655,918 0000000000000000000294d1871cdf0576de09a393e444c5108e348805d09fa3 2,155 1.00/1.00 vMB 27
655,917 655,917 0000000000000000000c4247c947addb32afbcc4ed4b8e786e102b31e6ee17b0 1,050 1.00/1.00 vMB 30
655,916 655,916 00000000000000000008f6eb9ac82a212e71665c28eb564f63dfa0efcaad0332 1,282 1.00/1.00 vMB 72
655,915 655,915 000000000000000000061b6906d88228d80612479e7b8fd75c53b1b4488d30e0 1,476 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.07 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.