Loading Tool

Explorer IconExplorer

Memory Pool

80,340 transactions
30.11 vMB
0.08909018 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt 2925827a53a81742f0ed662140bded01a3b3778ac6c875cb1effccd6f636e222
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 15be7e9dbe2e98aa9997b8f6355bc1f0c520917141691dd974872615680b8c56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.02753219 BTC
Feerates: 301.07 > 2.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (424,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,950 490,950 000000000000000000ddac0422ccf3fdda566d9424eb09e77c3584e081e5ecb7 2,273 1.00/1.00 vMB 175
490,949 490,949 0000000000000000003e3ab79b8c8321e9d33897319ac49efa301cbd8be66df4 855 0.73/1.00 vMB 65
490,948 490,948 000000000000000000a648d24f5419df74e549e48d4d30a3f3df4073a56d0372 2,218 1.00/1.00 vMB 122
490,947 490,947 0000000000000000001acd48c9f8886c2045009f8ae0ad64bb46bfe45d4549a0 2,333 1.00/1.00 vMB 173
490,946 490,946 00000000000000000008e4f077a116f64cd82e43834577b3cf2492367edd2c0d 1,713 0.91/1.00 vMB 54
490,945 490,945 0000000000000000000d5db4d402a9f5286bdb5198c6946bcecce14aa96265e6 2,292 1.00/1.00 vMB 75
490,944 490,944 0000000000000000006cb3f7f356d06e532b26ab3c016242599eee93b0ba8672 2,103 1.00/1.00 vMB 46
490,943 490,943 000000000000000000456e215cea7751c4bb8a585dea0076023a33e1f0b460bf 1,620 0.89/1.00 vMB 69
490,942 490,942 000000000000000000b264027daa2162c67568cf910fceebef1e34c38ec62c99 2,353 0.92/1.00 vMB 163
490,941 490,941 000000000000000000be59f85755d4bb40bd3e023cb365d6e7bca9965379a0b1 1,272 1.00/1.00 vMB 27
490,940 490,940 000000000000000000783d45b01c344a4721b837d52d5580fcaffd197c0f1976 1,463 1.00/1.00 vMB 34
490,939 490,939 0000000000000000006d3e8024e31fa3428ef48ea0645bf27829d401a2929e81 1,825 1.00/1.00 vMB 74
490,938 490,938 0000000000000000003f8d8d24acf91e87a7431bcbdd1c2988c0b1b541c0292c 1,762 0.87/1.00 vMB 78
490,937 490,937 0000000000000000001f8f9a605360ed720d90cdd33d53fb5b733d8adeef24ea 2,357 0.83/1.00 vMB 97
490,936 490,936 0000000000000000003e068bfbc98da3511a5db58bc5d94f72c84c2f99ee69f2 2,231 1.00/1.00 vMB 127
490,935 490,935 00000000000000000095bc41b30b1115f4aa3d471e66639ba899d67b967ecfb3 2,377 0.92/1.00 vMB 156
490,934 490,934 0000000000000000004e1666b7c985c48f470235aba4062b766916924f072125 1,968 0.90/1.00 vMB 119
490,933 490,933 000000000000000000e30ae138114fd75f1476ce065006f630acdce011b0d8f3 1,936 1.00/1.00 vMB 94
490,932 490,932 000000000000000000b9a8b57879c4403a00688559dc213f3be3ff7987c442cb 1,857 1.00/1.00 vMB 61
490,931 490,931 000000000000000000d0dac8b201aa03b141c0fa079358d9d6b7a31b646391c4 1,997 0.92/1.00 vMB 89
490,930 490,930 0000000000000000007a771fd4390fb196b9c8d06aa1bea3ab4fcb6f075f8b9a 2,033 0.96/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.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.