Loading Tool

Explorer IconExplorer

Memory Pool

76,403 transactions
28.47 vMB
0.06683625 BTC
Random Selection Loading Transactions
Max Size: 172.56/200 MB

Candidate Block

Mining Attempt c80b5aeb25d2e608f13b04c66a02fdd34a4d15aab89f7a5ef600f68c6ef7bf14
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ba0efdd9b4bb4d8abe4d1f04d5ef51544cb66966a74346dddb184b2306c362c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,302
Size: 1.00 vMB
Total Fees: 0.00788385 BTC
Feerates: 71.79 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (259,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
655,914 655,914 0000000000000000000a502ff39501c5d4a0c951e24c51110b1c978242a5c6b5 1,687 1.00/1.00 vMB 174
655,913 655,913 000000000000000000037ec0ab4a795a93f53818e77b6e8cb2746781da793c27 1,113 1.00/1.00 vMB 35
655,912 655,912 0000000000000000000f17443194f36ef2828b59828d00e6427822ba8980da63 1,307 1.00/1.00 vMB 72
655,911 655,911 00000000000000000005e6e9be6f7755676feee48cff709746b289f9b0f063e7 977 1.00/1.00 vMB 18
655,910 655,910 0000000000000000000ad56745411ff2af68a60273558c311920a8c60c8ff0ba 1,318 1.00/1.00 vMB 69
655,909 655,909 0000000000000000000ab489daa30db5df905c5a6e1e919640019c5f12ab5106 563 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.