Loading Tool

Explorer IconExplorer

Memory Pool

77,776 transactions
29.51 vMB
0.10375581 BTC
Random Selection Loading Transactions
Max Size: 177.66/200 MB

Candidate Block

Mining Attempt afcf1a3e5bb1ef2f55f7199a5b2d22c2944d6fbf32b1e8e5f933701168fb3361
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 1f15274a252a7af485ae86301ddf9a8fcbe6fed63aea9384ddc18e880881a67b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,076
Size: 1.00 vMB
Total Fees: 0.02798073 BTC
Feerates: 151.03 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (217,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,722 697,722 0000000000000000000f886d901610cf460bbee11e438bded9ff7179f873e3d2 1,579 1.00/1.00 vMB 6
697,721 697,721 00000000000000000005d18a758952194adc7a520953c3e611c457a342b939f8 2,669 1.00/1.00 vMB 11
697,720 697,720 0000000000000000000f989be6de01b62aeb9a674cdd9556312d7f8862be9aae 3,107 1.00/1.00 vMB 7
697,719 697,719 00000000000000000001528285d8842120debd67b5b5699697077b7ddb856ac4 2,570 1.00/1.00 vMB 18
697,718 697,718 00000000000000000006ab5f621aaafd5ecea54d14eedabcf9d36636cf0c8300 1,956 0.71/1.00 vMB 13
697,717 697,717 0000000000000000000955aab49ab9e73ad86dcb8b3cea3c71cf6f00f3114659 1,366 0.44/1.00 vMB 1
697,716 697,716 0000000000000000000505fa4e71757505926b733147e3d0c01be9085d95fee4 3,140 1.00/1.00 vMB 6
697,715 697,715 000000000000000000040d264a8ba6f2aa69c53dd062a0a9219aedb30f6fcd6b 2,722 1.00/1.00 vMB 21
697,714 697,714 00000000000000000003cfe410c0e7b9fa208137573a3a8308700281fc47ce4d 921 0.74/1.00 vMB 1
697,713 697,713 00000000000000000007504240f3689b0c0d0abf78c4ad92c5caac03ea15b464 2,498 1.00/1.00 vMB 3
697,712 697,712 0000000000000000000173950e0e86b8a2027e5dbfcbcad1e635438f6cc1e89a 3,214 1.00/1.00 vMB 12
697,711 697,711 00000000000000000009aa8f7a2f3e0eac287a82b73d422bdb919723e9cd8ce3 2,436 1.00/1.00 vMB 17
697,710 697,710 0000000000000000000ee825a647a535336e57f2adf0b7163cf28fe3f73e1445 2,829 1.00/1.00 vMB 9
697,709 697,709 00000000000000000002ee22f7cfd7f7faabd0586d9970e1779062a2d69f059a 3,415 1.00/1.00 vMB 20
697,708 697,708 0000000000000000000c03aa6219ef51bcc8641584c8fc972d63eb99fabc3f21 2,142 0.71/1.00 vMB 11
697,707 697,707 00000000000000000000c3a820d1c340aab559d180d5fdab6101754538218b08 1,204 0.45/1.00 vMB 9
697,706 697,706 000000000000000000082fb5602782a056d40b014e6573accadbfc1450644e4e 1,974 0.64/1.00 vMB 12
697,705 697,705 0000000000000000000150aec79f7e534aeb3a29f24f5549b58fe624c69d6224 338 0.10/1.00 vMB 12
697,704 697,704 000000000000000000031a902a70f5cd6c0ac3bdcccad549e89ac4f473c21b20 1,123 0.90/1.00 vMB 1
697,703 697,703 00000000000000000007cd084b230b7735cede4dad742469b02004f9164ca0bb 2,693 1.00/1.00 vMB 14
697,702 697,702 00000000000000000000ee600b1f368010355a0253300129e58bdca5212fc6f8 1,987 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.