Loading Tool

Explorer IconExplorer

Memory Pool

81,281 transactions
30.40 vMB
0.09802801 BTC
Random Selection Loading Transactions
Max Size: 182.34/200 MB

Candidate Block

Mining Attempt 98795b457e6521fb00f3f8947dcd462b7c177decd216bac4b8a08155492e7968
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root cc484fa3a6dc299c3d1bd8eaea2eacbe19d943800f3f831793e1624d5cb3348b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.03425576 BTC
Feerates: 301.07 > 3.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (424,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,955 490,955 0000000000000000004f86e8b7637b762e3e49f2c705b5476835824da7fc56e0 2,494 1.00/1.00 vMB 124
490,954 490,954 0000000000000000006405b17ec73c5290153014c137edcc4d7c314303720841 1,903 1.00/1.00 vMB 95
490,953 490,953 000000000000000000d091f9c5d7815e1a685f702b4164258881200635e4caf2 1,504 1.00/1.00 vMB 98
490,952 490,952 00000000000000000060420126590c51960d284847a8911ff8395784220fb49c 2,475 1.00/1.00 vMB 121
490,951 490,951 000000000000000000714342553b5fc39da4d061e5657141d58fe72272ccf284 2,076 1.00/1.00 vMB 142
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
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.98 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.