Loading Tool

Explorer IconExplorer

Memory Pool

83,967 transactions
31.57 vMB
0.08791555 BTC
Random Selection Loading Transactions
Max Size: 190.24/200 MB

Candidate Block

Mining Attempt 11e3a24d024b8cb75c761560db374472260ff75591aa2ee479d3edd24a5b966d
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root b60a5e2b1fa803844b7cee98082def5286e9ec1a39c503f3b8d3a5badeaa33f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.02155795 BTC
Feerates: 181.54 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (508,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,925 406,925 0000000000000000015bca8f44656eba270adc5d7e5d98e20c2e07ddc62c9fc9 3,016 0.99/1.00 vMB 65
406,924 406,924 000000000000000002df6b45719298a241506752c1b1350644fd14d2818bc9a2 1,052 1.00/1.00 vMB 22
406,923 406,923 00000000000000000412af65e6426c3268c1a570965e08a6fabf2690b27d6a4b 1,305 0.99/1.00 vMB 26
406,922 406,922 00000000000000000268a9ddce48614a98c98af919990c08dea52dbc79e8f6e4 2,506 0.99/1.00 vMB 50
406,921 406,921 00000000000000000400ff533170dab8014f6b6295b70103be951aea34969e6f 2,527 1.00/1.00 vMB 54
406,920 406,920 000000000000000000507b60b9673ac049ee74e2c500bcbc9df82ba7fec5f614 2,956 1.00/1.00 vMB 69
406,919 406,919 000000000000000001222a0ace167734e89ce18e3fc4ca2d2dc10de4f79bf090 2,487 1.00/1.00 vMB 54
406,918 406,918 000000000000000003c7baa5143b33d13e3e32378f3fa1601cdf3f0c136a0945 2,157 1.00/1.00 vMB 44
406,917 406,917 00000000000000000472adb112ce7ffa2e260fa1be665b9d5b677710b83c7c3a 2,485 1.00/1.00 vMB 52
406,916 406,916 0000000000000000049bc9989d15f2fb6c45bc770ac4459b4d294e91422b4f22 2,667 1.00/1.00 vMB 54
406,915 406,915 0000000000000000009b8df73bcb05e165109209ebce89e1c053b8a9aa26c3bf 1 0.00/1.00 vMB 0
406,914 406,914 000000000000000005ae4c5469686e89b1c334cf4895e5f3cd90ba5249b12a71 1,626 1.00/1.00 vMB 29
406,913 406,913 00000000000000000581beaa074387c8d5e4c63cdfdd1f3ba789f27eddf94604 2,701 1.00/1.00 vMB 60
406,912 406,912 000000000000000001f334de97e74b2d6a418510c73ebbed52af1ae462065f11 1,698 1.00/1.00 vMB 39
406,911 406,911 000000000000000002e19276fe40843b21eba75078de370a6e8886c9598e859c 3,238 0.99/1.00 vMB 74
406,910 406,910 00000000000000000640ede31ec47a7b122032ea112d98b980bc2bc552b2a0ef 1,209 0.69/1.00 vMB 36
406,909 406,909 000000000000000003aa172963df2323474d07124eb178c7b6e63db2dbca88d3 1,430 1.00/1.00 vMB 26
406,908 406,908 000000000000000000af4393c0e768b3471d06e294b5971241312653465686a9 3,031 1.00/1.00 vMB 78
406,907 406,907 0000000000000000054e15527dc5bba667e4d542f45be35f52d47032a77e0774 1,521 0.94/1.00 vMB 31
406,906 406,906 0000000000000000055a96061faf87de856e6810cab878193962149d64f1df21 2,281 1.00/1.00 vMB 47
406,905 406,905 000000000000000004be6d2d58af0b6b51ce1038931beb75fd001e642ed9fd0d 1,211 0.67/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.52 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: 668.86 GB
    • Received: 15.60 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.