Loading Tool

Explorer IconExplorer

Memory Pool

82,068 transactions
30.10 vMB
0.13263733 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt 69cfa7049b107d298e45fcc835443f5f25df0a777dbb61a7c0ff48f00f5cc9f8
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7d8ff133c72f7e89599ae3e0a8f8ffaa37809e3b74b0ac13e510997bfb0811e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.05508986 BTC
Feerates: 477.45 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (263,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,817 651,817 00000000000000000000fe1b878667195b75a6d689a1a2a2587dd3a38018a5bc 1,858 1.00/1.00 vMB 88
651,816 651,816 0000000000000000000b6962cea4bdc3e30e521e7bc3671e83785de2b7cc66b3 1,649 0.69/1.00 vMB 11
651,815 651,815 000000000000000000056adbb9e15ac1f4fb3f485c38191efdc67caec2fd00f4 2,449 1.00/1.00 vMB 25
651,814 651,814 000000000000000000000747796c55d5bab0de259fa987a718fb9d7bb4413ec3 2,765 1.00/1.00 vMB 64
651,813 651,813 0000000000000000000985926f8946da170286c8a3d9d16b053e06b5b82bff94 2,311 1.00/1.00 vMB 53
651,812 651,812 00000000000000000008018a395e907ec80a59d218eaf2cb52ba5ed5f56dae07 2,396 1.00/1.00 vMB 42
651,811 651,811 0000000000000000000c59e810c7cf399691e9998908a6925ae87984e60e8cf8 2,774 1.00/1.00 vMB 19
651,810 651,810 000000000000000000018227a0c405036b0b03bf9d0e7a156ab8d8e63129745f 2,366 1.00/1.00 vMB 42
651,809 651,809 0000000000000000000325f4c71189b63b578401fb6276c628eddc25904e56f2 2,344 1.00/1.00 vMB 89
651,808 651,808 00000000000000000002050f81ce8eab08d5dcb0458b93303679364bbfcf974e 2,774 1.00/1.00 vMB 107
651,807 651,807 00000000000000000003ecb1710b52d79594220d8b5d022d3eb83f94cc050c64 2,290 1.00/1.00 vMB 38
651,806 651,806 000000000000000000053aed1fd6577848c87cf9e5c381b5eac7146adb979e8d 2,481 1.00/1.00 vMB 15
651,805 651,805 000000000000000000090a87428f40eb4bf5a0864449a55929abc05f2d6c0dc6 2,720 1.00/1.00 vMB 45
651,804 651,804 00000000000000000001703a82403042655848324d6d984d849fd90de6caa5b6 2,474 1.00/1.00 vMB 31
651,803 651,803 000000000000000000002db1060cfdb90bb4ce08e6b6f6d47e8d830020dad44c 2,090 1.00/1.00 vMB 88
651,802 651,802 0000000000000000000e3a68e933d803f53bd8cab441901ec5a87ef6cf3405bc 2,737 1.00/1.00 vMB 125
651,801 651,801 000000000000000000056b86198c4d2e9d78b96a4db2346f4e718af1bf51876c 1,332 0.48/1.00 vMB 43
651,800 651,800 000000000000000000013e991a44584afbfe1552949de9498753ab6aad35b3d2 63 0.01/1.00 vMB 47
651,799 651,799 000000000000000000094d6056a9bd5fccab1c51e4a6c2e418b57cecf46b1f3a 410 0.16/1.00 vMB 42
651,798 651,798 0000000000000000000e902c343cfbcf8c46c05cac72962fdc85ba7ba050be4a 2,017 0.85/1.00 vMB 43
651,797 651,797 000000000000000000092901d6c58f4229516d7fcb0e6ed1be7b024c5346f3c0 2,520 0.97/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.