Loading Tool

Explorer IconExplorer

Memory Pool

38,357 transactions
26.87 vMB
0.05451900 BTC
Random Selection Loading Transactions
Max Size: 139.78/200 MB

Candidate Block

Mining Attempt e11d11d904f81beeb7aa44779c34f2c2ede7b60ac50e6a35e5ad41fc6e4c49a5
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root cff182c4b25daadcf5b6a4f43893936d1ec2ebb9adcc8b7d3b127f5ec31186da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 921
Size: 1.00 vMB
Total Fees: 0.00480953 BTC
Feerates: 44.54 > 0.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (69,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,532 845,532 000000000000000000006d167abb2ed76ce380d89aca3fcb5d90c9b067f22d8f 2,840 1.00/1.00 vMB 8
845,531 845,531 00000000000000000000c09b63c50b9e6dd0117978a885c3f74210d39a66b840 5,996 1.00/1.00 vMB 10
845,530 845,530 000000000000000000029f28e27265fd9a97ab59b6c40b723707dd0b01b0ea30 7,059 1.00/1.00 vMB 10
845,529 845,529 00000000000000000000db2c9edc3f1a7415fcb143ccaebfe1f05655058a332d 6,693 1.00/1.00 vMB 9
845,528 845,528 00000000000000000000b74498a76a5ac24040fea843cd362c90ac00be3b9ea0 4,980 1.00/1.00 vMB 16
845,527 845,527 00000000000000000001f8bfe9c4f5f59779fa5ece2d40c1155591de17ce9a7c 4,524 1.00/1.00 vMB 11
845,526 845,526 00000000000000000000d99ff4fdfed6432504a6450e50cb97f9a69ccd99d389 3,830 1.00/1.00 vMB 14
845,525 845,525 0000000000000000000288692d4c0953dce6e09fa8186b049aaa35290c84c623 3,225 1.00/1.00 vMB 17
845,524 845,524 00000000000000000000a00c3281d0415aec2fc95f88aeaa61cb330d6dfd372b 6,718 1.00/1.00 vMB 10
845,523 845,523 0000000000000000000322f5d72cf23d6a62d70b9d1f79b46a9cbf684592ef1e 3,985 1.00/1.00 vMB 9
845,522 845,522 00000000000000000000b219f7edb2a81b7c9397f7ccccde334218a539f8b9f1 2,574 1.00/1.00 vMB 18
845,521 845,521 00000000000000000001d50319cdb5d5fcb80cd270f75c75872a9076e7f434a0 2,610 1.00/1.00 vMB 15
845,520 845,520 0000000000000000000226a245078e3e9fc5dca338ac9e6788fb3a3186a06562 5,002 1.00/1.00 vMB 11
845,519 845,519 0000000000000000000081033debc5e893562893316c0e1b2a98f7c3697c1971 4,385 1.00/1.00 vMB 14
845,518 845,518 000000000000000000013bb80cdc3d6c8404e6d83265be692ba50bc19c63b796 4,960 1.00/1.00 vMB 10
845,517 845,517 000000000000000000028b085fe6199114856589b0124f6e0bdbebc682f4861b 4,154 1.00/1.00 vMB 11
845,516 845,516 000000000000000000021564b399a713ec31fa77b5f3337298fed2e2907cc1a7 2,649 1.00/1.00 vMB 14
845,515 845,515 00000000000000000000bdc81d92b0e6ecac7ee86dd0788414a07f02aee4ac49 4,668 1.00/1.00 vMB 12
845,514 845,514 0000000000000000000072acf36458fdefa94a80d87be6faddecd37109209be0 4,763 1.00/1.00 vMB 14
845,513 845,513 00000000000000000000b1b9ee2edff38645a16cc6f6ad3068cb33d003e45b92 3,370 1.00/1.00 vMB 10
845,512 845,512 0000000000000000000030a9587dfb481a9113a901e3f2bc8b7ee926084bc15e 3,437 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.15 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: 653.03 GB
    • Received: 13.82 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.