Loading Tool

Explorer IconExplorer

Memory Pool

79,918 transactions
29.57 vMB
0.06545280 BTC
Random Selection Loading Transactions
Max Size: 178.40/200 MB

Candidate Block

Mining Attempt a66fdea313e771d9c837539f74cefa88810c6f7d2f1642d5441da9c9c1ea5cea
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a440b149f3b581010c28e32d688f2efed160fef83351e18826859f8036d976fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,490
Size: 1.00 vMB
Total Fees: 0.00535343 BTC
Feerates: 40.32 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (860,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,930 54,930 000000000ebcb3bbcf4a8f3e342ccd7aed175a4b6b473ba353b920cb15a2a9ed 2 0.00/1.00 vMB 0
54,929 54,929 00000000077a20fbda75314405c616e495cf6e809b9a24dc08a868be0917ee48 3 0.00/1.00 vMB 0
54,928 54,928 000000000fb93886a92b036ba50d1baea9ffe0d497125be5290fb61147cfdcd0 1 0.00/1.00 vMB 0
54,927 54,927 000000000566fb7ad80c4b6a2c2b0fbf636c428ed069f8bce5cbe4e8869979f9 1 0.00/1.00 vMB 0
54,926 54,926 00000000133e45059d17645705a4a09ad829e260b2207901372527b1ba985c4b 1 0.00/1.00 vMB 0
54,925 54,925 0000000003fa6791ef78151723bd93c993ae10a76390bf75658252180936381e 1 0.00/1.00 vMB 0
54,924 54,924 000000000ef24fea06af193584abe2f7b7511e11d56df0f58981efef62e46e0b 1 0.00/1.00 vMB 0
54,923 54,923 0000000001c46ac5c2177f60495d368566572949d2d0750a3be55faf93271a1f 1 0.00/1.00 vMB 0
54,922 54,922 0000000000c211f9fbda5ce30caac9e339540d772f70ae613ca86a189ac54744 1 0.00/1.00 vMB 0
54,921 54,921 0000000005f181065caf0dff418849b763d33c62371508a66c52c784c665a009 3 0.00/1.00 vMB 0
54,920 54,920 0000000008502e76c34623573ba2e9d6c52006ad4748f6746406aa12a8cf16af 1 0.00/1.00 vMB 0
54,919 54,919 00000000126599379e43bb15e840965f4958d6d1e49f6136f52b20a58343ffc4 1 0.00/1.00 vMB 0
54,918 54,918 0000000000a369e6b9eb4cb2f19dfe7dfab6680b6fac8acc122dab9f1a460681 1 0.00/1.00 vMB 0
54,917 54,917 000000000bab03317b5113e3c14276f92845da4b57e991b91ec76ec0d2caa6ae 1 0.00/1.00 vMB 0
54,916 54,916 000000000d32300f6f353dac0f0ae702dda6111d610837f03408489c7f267352 1 0.00/1.00 vMB 0
54,915 54,915 000000000981fd1b3785e0ba7215822c3f56df1d8eec0a5d9ff450376d4dc666 2 0.00/1.00 vMB 0
54,914 54,914 0000000011dda3465c714b8c1d32cf99a1a734479a6da74da43c1b05d2299470 1 0.00/1.00 vMB 0
54,913 54,913 000000000090c64e5f5aaf98f400d4d5fa675a44b281b1d0044f698f417770d7 1 0.00/1.00 vMB 0
54,912 54,912 0000000010eefa036dd46ac0bdfbf89e2da0850b712c8f454b3f5b6e9bfcdc68 1 0.00/1.00 vMB 0
54,911 54,911 000000000576130a8aee407463a0d46f83dc44a69e3d457ea8bf7ed79a8c4482 1 0.00/1.00 vMB 0
54,910 54,910 000000000d19a2c0a176ceafab4349ef59d34d67ae10b9ea145fbd44647144a8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.37 GB
    • Received: 14.69 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.