Loading Tool

Explorer IconExplorer

Memory Pool

84,628 transactions
32.75 vMB
0.08308072 BTC
Random Selection Loading Transactions
Max Size: 194.05/200 MB

Candidate Block

Mining Attempt 77acaeaeabec6bc233ce37fd8cc33deafca285ed17ee0465fb7d547389c19ca5
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root aefa1e1e9b3ff0425e246c17c07a97deb20b47a2536f3fcad291fdf5cfb4b4b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,369
Size: 1.00 vMB
Total Fees: 0.01818956 BTC
Feerates: 120.64 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (597,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,992 316,992 000000000000000020a9cf9397bed6ada75ed0d9a441828009e38443d60c41f0 577 0.33/1.00 vMB 25
316,991 316,991 000000000000000008265c8a0c0ad99429c5a6bfcf9576a7107407ba1ce989fb 228 0.13/1.00 vMB 29
316,990 316,990 00000000000000001ce8fb37d0e3e6ef153b7f2b0884225d0222a31dbb6adc57 991 0.53/1.00 vMB 27
316,989 316,989 00000000000000000edb015146e3db815eee02555111ef061a1a6b9c567f3db3 463 0.27/1.00 vMB 25
316,988 316,988 0000000000000000041af0c6d8156cac373dc62fded618ab9d255a926887b88a 440 0.22/1.00 vMB 23
316,987 316,987 00000000000000002ddf6aa7c9db8e2a7593ddea8505d528218692a6f656411c 114 0.33/1.00 vMB 11
316,986 316,986 00000000000000000660f6b9ef20e1e84eecf89de8c78a829055c4d3666b81ae 1,471 0.75/1.00 vMB 30
316,985 316,985 00000000000000001e0b5471740f525bea9d2c92c5d011483b87055afcbdcab4 399 0.30/1.00 vMB 21
316,984 316,984 00000000000000001fd01246e8783f734b6ac0d95dd633d3dd27445a7b2d5e89 1,014 0.75/1.00 vMB 23
316,983 316,983 00000000000000001fc3cdede940822b24a29cbdda760547fcaab961b145c468 1,689 0.75/1.00 vMB 32
316,982 316,982 0000000000000000174fd2b47b1a8420217b7cdb3d2269c521cb9f35d06afeb2 713 0.50/1.00 vMB 21
316,981 316,981 00000000000000001f9e4d8b0e9ae8d5a45f9d8f3afd249bc1b451ac9b556389 1,702 0.75/1.00 vMB 31
316,980 316,980 00000000000000001c5b4fd3a8ae6150f5a8c0e869ece137307cae59a8dd83b8 1,024 0.28/1.00 vMB 57
316,979 316,979 000000000000000018d0e25e1cb0ea41fba005bceb5a96a942d2deed459c2984 437 0.47/1.00 vMB 55
316,978 316,978 000000000000000019f52d9c59145df2e9d6df73536e42d856dea91f74548f51 1,116 0.35/1.00 vMB 41
316,977 316,977 0000000000000000254ab6167006c4fe7bfb399e09ebc20fc26deaacbe8b07dd 790 0.44/1.00 vMB 27
316,976 316,976 0000000000000000113d5934900fb8e8f19381a71307d8c66e9862b659510c96 142 0.09/1.00 vMB 13
316,975 316,975 00000000000000001d7541c6721bd3d32cb4b39ebe84a6ad91f57cca2c5b9a19 941 0.57/1.00 vMB 29
316,974 316,974 000000000000000008af61e4e31f535da737a431cd346edaecfda36fb2ba99f5 409 0.29/1.00 vMB 24
316,973 316,973 00000000000000001f5b7dd1557b26eb24e9f96276e04da3ce117580647f4c0f 405 0.20/1.00 vMB 29
316,972 316,972 00000000000000001b8c35bcda883ba30227097fc7c4f4999ea8649dd248d1c1 359 0.24/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.