Loading Tool

Explorer IconExplorer

Memory Pool

81,567 transactions
29.87 vMB
0.14332579 BTC
Random Selection Loading Transactions
Max Size: 181.04/200 MB

Candidate Block

Mining Attempt 5a14438215f6735a3d8d81d04d5709a334132d3d0dc11d104f43c295e4bacd96
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 509f8fc7a5f508aba11d0260fe464f2d60fbdf0bd1c0a2e66f5dbe92bfcdde21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.07535885 BTC
Feerates: 101.65 > 7.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (256,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,790 658,790 000000000000000000082549e5fe452da6c8ceaa9b0f9ac4f3de98e0c51d3829 2,377 1.00/1.00 vMB 95
658,789 658,789 00000000000000000009a989459c1a19e45aef4cad2d9775616174dc82cd227c 2,310 1.00/1.00 vMB 40
658,788 658,788 00000000000000000007059c3e5e3b61a3e3d9c9463ae9c156514660f43e7cfd 1,986 1.00/1.00 vMB 41
658,787 658,787 0000000000000000000dabffaa173d5b27c753793769cfa7446d842b4abcc4a9 2,096 1.00/1.00 vMB 78
658,786 658,786 0000000000000000000090a93106a63dafe1e3413bf9da2e8f9559e136129f67 2,065 1.00/1.00 vMB 59
658,785 658,785 0000000000000000000b5c0cbd13259cd11c5660c4bcec261172fc0fd64874c0 1,709 1.00/1.00 vMB 57
658,784 658,784 0000000000000000000d7bd0a9aca5adba0a8626581c2d087c13eac58edff86a 2,505 1.00/1.00 vMB 65
658,783 658,783 0000000000000000000a4e583ad4b98478e747fe803d6c96983c9d00db6d768f 2,400 1.00/1.00 vMB 95
658,782 658,782 00000000000000000001b6aff77277d12281f980b92a16b916ec00d9f9b6d22f 2,827 1.00/1.00 vMB 94
658,781 658,781 00000000000000000009abc3e507435eb1cbe3a1534b9f349d4b38075fe5e83a 2,289 1.00/1.00 vMB 82
658,780 658,780 0000000000000000000a9c13d396dbb2c4f7893774df1a93c35ec10457c90e5c 2,100 1.00/1.00 vMB 61
658,779 658,779 0000000000000000000291f4625db3cd974a835b02c6e455dfe52f87270e679c 2,163 1.00/1.00 vMB 79
658,778 658,778 0000000000000000000d0a2034d66eb4ef17216c5f8d2be02d6cf3179a14bfe2 1,578 1.00/1.00 vMB 82
658,777 658,777 0000000000000000000bb5aa9a96a28fc0a554542bc532265a7008cfa95aa434 2,333 1.00/1.00 vMB 91
658,776 658,776 0000000000000000000199c258b906a468ba0dfe3fd6ef70d10f63154332f752 2,603 1.00/1.00 vMB 95
658,775 658,775 0000000000000000000186a05b516cfea860a72dd82815704f7cad727b47d882 1,394 1.00/1.00 vMB 68
658,774 658,774 0000000000000000000cc05381005bf99fdfe8d862fc0c1616d89cc9001d73a8 2,580 1.00/1.00 vMB 68
658,773 658,773 0000000000000000000399480b360e7f7311d8ab7c3d972ca59c48ff5c726cc2 1,650 1.00/1.00 vMB 77
658,772 658,772 0000000000000000000408a75e313b7abea67b8ca15de15933402e33c40cadac 2,219 1.00/1.00 vMB 70
658,771 658,771 00000000000000000000001e9590a06c8452a3ce553834b2bab3daebf62f8b79 2,443 1.00/1.00 vMB 85
658,770 658,770 00000000000000000007ad8925f9369924c4f474d9ba6d1ae181a93e5deb138d 2,385 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.