Loading Tool

Explorer IconExplorer

Memory Pool

74,868 transactions
27.59 vMB
0.07286756 BTC
Random Selection Loading Transactions
Max Size: 168.45/200 MB

Candidate Block

Mining Attempt e7486bcad3d7d4b86e66e4e1823553543cee12f6eef240fa8ecd22bd824c6263
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root fda96e166d9b188a1b64d874c2f8d7b352201c7e7234c8dce976963ab76bb603
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01403010 BTC
Feerates: 80.55 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (74,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,055 841,055 000000000000000000005797a2763c608596cb746597afa5ee302b56fb527023 2,814 1.00/1.00 vMB 33
841,054 841,054 000000000000000000019872c77715fd89cbc4e6c3af54d656985fcc7ad62898 3,183 1.00/1.00 vMB 31
841,053 841,053 0000000000000000000269fa337ddabd1e1fa004cf8be825d3d0270ba80207f1 3,581 1.00/1.00 vMB 41
841,052 841,052 00000000000000000001afbae6620aafab7ff926cd2af369e76dfff53b89c5ba 2,761 1.00/1.00 vMB 42
841,051 841,051 00000000000000000001fbc58a3e060c2c8465668cd7a7fb67a3eb33c963c774 1,625 1.00/1.00 vMB 38
841,050 841,050 0000000000000000000197a8d46b956cbca976240d9dfff3939e68c521a33494 1,700 1.00/1.00 vMB 42
841,049 841,049 000000000000000000012a5032aa6c3d939bfc48288d87573a0897d5352f498b 2,047 1.00/1.00 vMB 52
841,048 841,048 00000000000000000000bf8dffa5ba1c3a1a36bf1301af86f94df7da3692b9fc 2,827 1.00/1.00 vMB 48
841,047 841,047 000000000000000000007e010f7a5a04356708dd0618c6513d7b8410bc6a5b0b 2,043 1.00/1.00 vMB 60
841,046 841,046 0000000000000000000044642cc1f64c22579d46a2a149ef2a51f9c98cb622e1 1,481 1.00/1.00 vMB 39
841,045 841,045 000000000000000000023c2ad81cc250f5a65649adc73560bafd0f93ff3acbe2 1,970 1.00/1.00 vMB 33
841,044 841,044 000000000000000000017fe5743318621de0dd94af639324efd5f3d75c439702 2,376 1.00/1.00 vMB 37
841,043 841,043 000000000000000000030355e64f1d5f462b4590b96e85775503b932c26fad8c 2,489 1.00/1.00 vMB 43
841,042 841,042 000000000000000000020d47ab14d7a713033d23146e7a0bdaff39d4def67814 1,660 1.00/1.00 vMB 35
841,041 841,041 000000000000000000019b2f60cfe2470cdc01e045432d68b03c40c4b5c0c97e 1,802 1.00/1.00 vMB 38
841,040 841,040 00000000000000000002f0c8f81f6821519bc6390676e9ddc1a53a1d9b858a59 4,039 1.00/1.00 vMB 52
841,039 841,039 0000000000000000000185da04cbfa3d6b2be4fa8c709b50acc47bd4ab0a5094 3,297 1.00/1.00 vMB 42
841,038 841,038 00000000000000000002ece42aeae127bb0da8d99b6b63446298faa0a4babe24 1,732 1.00/1.00 vMB 30
841,037 841,037 000000000000000000012fc7229e7595b5d85428a7f1d271a19640c26a16a88b 1,872 1.00/1.00 vMB 40
841,036 841,036 00000000000000000002bda50d1b3e0c2db206e77ebbc3d9cf613d7f3d2ea72b 2,217 1.00/1.00 vMB 32
841,035 841,035 00000000000000000002e77e0bd8842701e96a54cfc2b8262d9a72215abe04c1 3,235 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.