Loading Tool

Explorer IconExplorer

Memory Pool

42,487 transactions
26.92 vMB
0.06079764 BTC
Random Selection Loading Transactions
Max Size: 141.42/200 MB

Candidate Block

Mining Attempt d7aa9b94f0dc68fab4794a9bcb5c18743e2f789a51f7825f7fe095ee0c17c7f5
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 28e9838b8be895db77ec056b911f3270067f9b54387c4ae521133484f80e7b37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,960
Size: 1.00 vMB
Total Fees: 0.01077851 BTC
Feerates: 103.41 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (252,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,948 661,948 0000000000000000000c38dc8c5944a07c9918d4c1df592ae9c256495176d9b7 2,615 1.00/1.00 vMB 154
661,947 661,947 000000000000000000091fca7a72abd5a541e17b3b12770eb9dc9d3bf4ec2996 3,155 1.00/1.00 vMB 121
661,946 661,946 0000000000000000000346e486fd93ba1554d25c4fdfd3e4ce5dc0a04b6c4fca 2,214 1.00/1.00 vMB 150
661,945 661,945 0000000000000000000296ef67eba45902ccb278bf8e4c5ef6f005ed5da76581 2,823 1.00/1.00 vMB 77
661,944 661,944 0000000000000000000a0977d68dba11b33fb8a83fef185859ea0d023aa1e4c9 2,458 1.00/1.00 vMB 69
661,943 661,943 0000000000000000000cf92980725e1e98c71e016f0a9379d2bbb819a432c80e 2,325 1.00/1.00 vMB 73
661,942 661,942 00000000000000000009367eea9fc1266cc67091ef5c35bd80bf583da145c05b 2,711 1.00/1.00 vMB 103
661,941 661,941 0000000000000000000ef000f59fcd65932390cb2e7d527d31219b5dd9fe0b39 2,621 1.00/1.00 vMB 122
661,940 661,940 00000000000000000008b3493255b2fb545a989ec68b1e05a698f162643d6097 2,403 1.00/1.00 vMB 81
661,939 661,939 0000000000000000000cc68b10b7ff81bccae74e5534ce96f46b7ec42abe61ee 1 0.00/1.00 vMB 0
661,938 661,938 00000000000000000004eb8690cb3b00e51a777201966b299c7d4fc1de5cf216 2,789 1.00/1.00 vMB 141
661,937 661,937 00000000000000000006125a869585cbb5637bddca2e1cf8ace0638c5aafe4d0 1,417 1.00/1.00 vMB 113
661,936 661,936 000000000000000000051471ec9b1f0c080af82f08fe143ae2dd1cf43073fd15 3,057 1.00/1.00 vMB 120
661,935 661,935 00000000000000000008cfaa118ec6dcf70cb90e69ad01e87a6b97e4d84e951e 3,240 1.00/1.00 vMB 136
661,934 661,934 0000000000000000000d8c075168f1d06d830e062a7d0f72f6cc76dc79e60d62 2,539 1.00/1.00 vMB 155
661,933 661,933 00000000000000000001e81c7dc1a9c849db6e59a3c494205d95e902d96c7394 2,591 1.00/1.00 vMB 112
661,932 661,932 0000000000000000000d59aab984247fa3521589742dad5094cbee305438c5f5 2,172 1.00/1.00 vMB 86
661,931 661,931 00000000000000000004320fbeb24def54f1ef93555249790cb3fb92e54fbabe 2,375 1.00/1.00 vMB 98
661,930 661,930 0000000000000000000954d8587ad55b527c7fdcbc1e73c987aa007c211205d1 2,696 1.00/1.00 vMB 151
661,929 661,929 000000000000000000061323b5463bb2c7ea6663e7bc86c8714bd98a9682b49a 3,016 1.00/1.00 vMB 129
661,928 661,928 00000000000000000008f109b6e9d93f1e7409c59ae0a371b15ebc2fdd9157e4 2,883 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.