Loading Tool

Explorer IconExplorer

Memory Pool

77,860 transactions
34.34 vMB
0.15078597 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 0df38574d50d8d780d323d0f1c2fd25255daafe7ea433ed2c4a199e81d8b161a
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 3ee72c60e5d7343779d45dfb345b6003ab440c1b56bdb19ad5babc5dfb8ffc43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,878
Size: 1.00 vMB
Total Fees: 0.02882737 BTC
Feerates: 445.78 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (23,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,968 891,968 00000000000000000001706e4f57f226e1d45dde1fe6e82dbb3601c51f3823e1 2,711 1.00/1.00 vMB 2
891,967 891,967 000000000000000000017494323a00cd5f6b1cb1fee31179ccda4fe5c4fba4b1 2,313 1.00/1.00 vMB 2
891,966 891,966 00000000000000000001397ce01271e3d05bb145fb454dd201f0b2f5d458bd17 2,642 1.00/1.00 vMB 2
891,965 891,965 00000000000000000001106d27ca8e3611d129734234a175d4eacb3030540998 2,937 1.00/1.00 vMB 3
891,964 891,964 000000000000000000006b8f5c994fb6769cc23de2170f4118f87a8ba79f2417 3,000 1.00/1.00 vMB 5
891,963 891,963 00000000000000000001d0db6f3ec643be4ead4fbafc205c30197162518f23bf 2,732 1.00/1.00 vMB 2
891,962 891,962 00000000000000000000ac7a341bca963a27f8375d7c2c1270f451fb93b51c69 3,489 1.00/1.00 vMB 3
891,961 891,961 0000000000000000000183a4b1e5885d23d28fe30e8a2bc0e5a70ec587d4d1a1 3,134 1.00/1.00 vMB 7
891,960 891,960 000000000000000000015f2b40c6406ffdc5f00dd59eb34bc8566734bdd48aa7 2,999 1.00/1.00 vMB 3
891,959 891,959 000000000000000000016a4d332061217db7566edca991bc66f169790c4526fe 2,952 1.00/1.00 vMB 3
891,958 891,958 000000000000000000024f90b40ea5a61c5fb6b49c0ad92ba72e04fd77adcc70 2,619 1.00/1.00 vMB 2
891,957 891,957 00000000000000000000203d5e3d8c3982b48aa04b9636bf47ddac795250a35f 3,705 1.00/1.00 vMB 5
891,956 891,956 00000000000000000001134af9f55ed51127ed28ded646e810c36cca7b8210ca 3,615 1.00/1.00 vMB 2
891,955 891,955 00000000000000000000c276ade0a234887125e251c0860c2d1369d45fc5bee7 3,654 1.00/1.00 vMB 4
891,954 891,954 000000000000000000007f619782afd77a2bbc8c1ef15ce91605f2384165e8d5 3,508 1.00/1.00 vMB 3
891,953 891,953 000000000000000000015e2a2f3ca2ac4bc06314a2b4f5df019382e1ab0983cf 3,221 1.00/1.00 vMB 4
891,952 891,952 000000000000000000003d9a1a59f93a992c0858d3d15627a87fe5649b76563e 3,712 1.00/1.00 vMB 5
891,951 891,951 000000000000000000017e827433c75df939feb0d4d31b85444f4209b6284d99 2,585 1.00/1.00 vMB 3
891,950 891,950 00000000000000000001d82e3c1eebe257efcd436e79b48c5e5454e8b9500ff0 2,366 1.00/1.00 vMB 1
891,949 891,949 000000000000000000000f3fb8d06582c94b73dff6e3a7a8e5e254524c9a27c2 3,561 1.00/1.00 vMB 3
891,948 891,948 00000000000000000000560d88e48cf15ea4c0ff2a16bae578df44cce4f77fdc 3,776 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.11 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: 736.33 GB
    • Received: 18.58 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.