Loading Tool

Explorer IconExplorer

Memory Pool

81,918 transactions
30.60 vMB
0.07986959 BTC
Random Selection Loading Transactions
Max Size: 184.54/200 MB

Candidate Block

Mining Attempt 9b2bc33eddc1287cedcf3912f6c97323df87ba132d8d005d6ae9bb8cf21f10f7
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 7544a3ed7273f33ad9c84b039476c0048979edd0b816473ce36cafbc4d23324e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.01595846 BTC
Feerates: 40.91 > 1.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (860,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
54,909 54,909 000000000b4deda48dc0507cff744bef9fe4f2eb9f4d4a630eb7ca35ad2f0f00 1 0.00/1.00 vMB 0
54,908 54,908 0000000003ce682723e4947bd3d5ba98fed25b0e4845e444db4ce047d33a2174 1 0.00/1.00 vMB 0
54,907 54,907 00000000134f8807523f9a478908fda63609a1bab6f4144ec312abe10ded00a5 1 0.00/1.00 vMB 0
54,906 54,906 00000000104f33d18552ede2cfc4eafb51445bdef27059ff253bffef49847233 1 0.00/1.00 vMB 0
54,905 54,905 000000000f320f04a098aabfbf5c38ef8dbcd31fe33b592cec78be9caf369e8a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.