Loading Tool

Explorer IconExplorer

Memory Pool

78,809 transactions
29.62 vMB
0.08995205 BTC
Random Selection Loading Transactions
Max Size: 178.68/200 MB

Candidate Block

Mining Attempt c94b97c942a627796838aba4fb2b7674dce7f6dae3aa3cd807b1d14f6deb7366
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root cc9d880dc96e6fb5aa95f870010e5dfcf5ccfac364b764f0aa57631c04147ebf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.02477050 BTC
Feerates: 251.00 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (116,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,931 798,931 00000000000000000000f03410bcdc1dbc7f7771da5b362c3419f251d0f21d58 6,361 1.00/1.00 vMB 5
798,930 798,930 0000000000000000000037e74f77ca9c50fef7cdd7e5a966e25f7e14d669c581 5,014 1.00/1.00 vMB 8
798,929 798,929 00000000000000000003742ee8e2d0bcfa9c5cc2fac402ca8849cf8fc400f39b 5,960 1.00/1.00 vMB 6
798,928 798,928 0000000000000000000510a3f6e516caaee4c2ba250a0c0d1419d139b0a5013a 5,069 1.00/1.00 vMB 5
798,927 798,927 000000000000000000052c0fc4e177af9a1165f9a1e03b6d5a730c9750a711ab 2,276 1.00/1.00 vMB 11
798,926 798,926 00000000000000000000fe7e140b39d445e0789be173a0057c3a6cef505bfbe3 4,296 1.00/1.00 vMB 6
798,925 798,925 00000000000000000002a38e8487aab1d832c8bca112e1e7db14e06397c39f53 2,823 1.00/1.00 vMB 10
798,924 798,924 0000000000000000000060d60eb2db37e7f324729099f9d5b60e3b7ec08c36ff 1,738 1.00/1.00 vMB 6
798,923 798,923 00000000000000000005237a1d7d2d24703c6cab8764d2bb99c693f12b0fee3f 2,242 1.00/1.00 vMB 10
798,922 798,922 00000000000000000004044288fb2ca5e969d3562e8e7ed7c87a34749e38242b 3,414 1.00/1.00 vMB 22
798,921 798,921 00000000000000000004193f070681e84edec016b69566e38e864f65697537b0 2,479 1.00/1.00 vMB 10
798,920 798,920 0000000000000000000446e2d98d165c157e52ef0ee4d8fa7815707b931cbdcc 3,970 1.00/1.00 vMB 22
798,919 798,919 00000000000000000003a0e84b1b0746227d33e8972ea838ec0c8ee05fcdf269 3,057 1.00/1.00 vMB 13
798,918 798,918 000000000000000000021d1341d95f7d202abb325ec12b79b813a7c079db2e14 3,208 1.00/1.00 vMB 9
798,917 798,917 00000000000000000001b7e253fdef882938e178369364a760a8813e25e78f14 1,914 1.00/1.00 vMB 9
798,916 798,916 00000000000000000001b773907e5812104bdc5f60a6cde772b79092ca75cddc 3,319 1.00/1.00 vMB 22
798,915 798,915 00000000000000000003a7e04b5b600057ee43f76cb340a77145c4fb29fbe711 3,000 1.00/1.00 vMB 13
798,914 798,914 00000000000000000002e8c5d2d09c5fc891694b2b8ae386d68c158199a473e8 3,043 1.00/1.00 vMB 6
798,913 798,913 00000000000000000003e4fb8b17c0e2677c9dee4132a1283655dad7a59903de 3,292 1.00/1.00 vMB 10
798,912 798,912 00000000000000000003d9ff2dd3565d88c999c40fefcd27d6956257d1499042 3,478 1.00/1.00 vMB 22
798,911 798,911 00000000000000000002bb7c9bda897ad61331b6dbc058ac9666126f55500a3f 2,392 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.62 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.01 GB
    • Received: 16.11 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.