Loading Tool

Explorer IconExplorer

Memory Pool

78,600 transactions
29.47 vMB
0.08226029 BTC
Random Selection Loading Transactions
Max Size: 180.46/200 MB

Candidate Block

Mining Attempt db039aae71e08f74eb3469ef9b190ed84962c64c16b5574f6546402e0b816a7d
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 73a17cb00100dab62e33e7340eec9b0867fd1b52b7394c1c981e31c161446fdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,328
Size: 1.00 vMB
Total Fees: 0.01756043 BTC
Feerates: 94.79 > 1.76 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (524,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,977 390,977 00000000000000000b58cbc220c26e7ca3139e6e9e262231de6752e794cbb682 1,265 0.99/1.00 vMB 24
390,976 390,976 000000000000000001c9610f8e91fa16beec0c50ab5b7bb8fa508b041d7ba5ed 120 1.00/1.00 vMB 18
390,975 390,975 000000000000000007b1979babe5f9e73f94f9b41ff52cd9d054e5d6cdf50b87 319 1.00/1.00 vMB 20
390,974 390,974 000000000000000000995ea0a4748c279e7fc854d8096268064589d6d6be0b29 1,562 1.00/1.00 vMB 34
390,973 390,973 00000000000000000a7f14fbee71265b853be280844440b2c7867bec21def315 1,926 1.00/1.00 vMB 40
390,972 390,972 0000000000000000018b59c827fcc234b6c568433c9cfe5b0bee8b5ffd4d3f15 891 0.75/1.00 vMB 22
390,971 390,971 000000000000000003e0b301cc7e1160e1731a383d432ce1f43b9d28cfd1d50f 1 0.00/1.00 vMB 0
390,970 390,970 00000000000000000039d5ece9792e4c34dc876848d26eaf61db7f16ee326e08 2 0.00/1.00 vMB 0
390,969 390,969 0000000000000000092597266fe28b0e4039169651d4cf32660fa90f8764646f 1,883 0.93/1.00 vMB 28
390,968 390,968 000000000000000002233ecc0c80f1ff2f92fafef5a5eac25be127efd6e5547f 1,430 0.93/1.00 vMB 28
390,967 390,967 0000000000000000090c85b914154636b7a84baf9a84f8ea6e26791c3588e10b 2,230 0.95/1.00 vMB 29
390,966 390,966 000000000000000000cd8a7908f603dc8de298628a180f382a5ec1eacb7aebeb 2,726 1.00/1.00 vMB 54
390,965 390,965 000000000000000008744bbd246adbe3e7063f1ad1e870291ded4e23f0ce18d8 2,704 0.75/1.00 vMB 76
390,964 390,964 000000000000000003e3f6849fc751de92af7b7f3c6a5fdd68ea6279c41ad55d 874 0.46/1.00 vMB 28
390,963 390,963 00000000000000000288f0f4b40f64b228ef29cc7378a46aeb76682481507210 3,036 1.00/1.00 vMB 47
390,962 390,962 000000000000000003e60f7c941af67537b805df7236c765fa39088f62f2c8af 353 0.19/1.00 vMB 26
390,961 390,961 000000000000000008e0d8ef0550d55a216f6717d245c4c73d94323deacc2a43 204 0.11/1.00 vMB 19
390,960 390,960 000000000000000007c0e736df1c6141b412c247fe8bf5ccd4fad8279c01582c 429 0.22/1.00 vMB 29
390,959 390,959 0000000000000000022a6dd1f7c4d406b2bf771c466fae3a0ff512bee2508fa9 860 0.55/1.00 vMB 23
390,958 390,958 000000000000000001f77f95c507d81944540a4f7c94e0f7187d1965c75007a1 2,103 0.89/1.00 vMB 41
390,957 390,957 00000000000000000102efe721106cd168f8b90b03cf3e404ac7d512b6b92e2e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.80 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: 710.14 GB
    • Received: 17.03 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.