Loading Tool

Explorer IconExplorer

Memory Pool

44,609 transactions
26.62 vMB
0.05797083 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt b30d2bccab6a9311fc5c2b6e9eb60d570ebf9d816a7eb1434b266d1a7c8b7ec2
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 234bf6dd6737ceb77c71800d2e37dd6c889ea233046b8b8b8728d5545d8e0c7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,176
Size: 1.00 vMB
Total Fees: 0.00881906 BTC
Feerates: 54.71 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (306,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,166 608,166 0000000000000000000eb088935b47c9b4840ec7e68089952e912d583c6e64ac 2,696 0.81/1.00 vMB 17
608,165 608,165 00000000000000000010f999ef2eb0dd615e8312d18616f0ade6920a71ea75fb 1,639 0.45/1.00 vMB 14
608,164 608,164 0000000000000000000c6d14b05c00a5777c4854d5f5be2e451f7455e4111ab1 2,088 0.59/1.00 vMB 8
608,163 608,163 0000000000000000000234419c510ecef0fecfe21e68c65d488304353463c25a 2,862 1.00/1.00 vMB 13
608,162 608,162 0000000000000000000e9bc21bf58053743733fe053b63df2a33d04ae8efe802 2,808 1.00/1.00 vMB 34
608,161 608,161 00000000000000000012dda7560e7ad75e7946c9bfa7a4a785a28b32cfa8d68b 3,021 0.81/1.00 vMB 16
608,160 608,160 00000000000000000008928ba6d9b9dd79eefbc798e951e016030f6e0dd1121c 3,415 1.00/1.00 vMB 24
608,159 608,159 0000000000000000000656aa5f186ee3344b465844a94791cceee853560d9529 1,393 0.47/1.00 vMB 16
608,158 608,158 0000000000000000000b86f21b1e1321a1cb7925ef87ea4686d4b8c87dc50913 1,261 0.40/1.00 vMB 12
608,157 608,157 000000000000000000038334f14db467110239dac4f220c01c84e05759c7dc0a 2,374 0.66/1.00 vMB 2
608,156 608,156 0000000000000000000eb9fa6ed160984a49406f71eea495a7b255c155a21b3f 2,767 1.00/1.00 vMB 18
608,155 608,155 0000000000000000000d93aecd83116c32e8580b1e4ee1a98272b92f5002553b 2,904 1.00/1.00 vMB 5
608,154 608,154 00000000000000000014e2b749dfd26b3fd077efc12fc4cbaf1578873bc2749f 3,683 1.00/1.00 vMB 20
608,153 608,153 000000000000000000157fa146c140594efb345fcd8079c312ed17102cea31b4 3,449 1.00/1.00 vMB 14
608,152 608,152 0000000000000000000bfac367ba99173e39a9a1e803d7f47e7941c60fdb08a8 2,241 1.00/1.00 vMB 4
608,151 608,151 0000000000000000000ee0c99d47dcecf9a697e77618602b7d1a1190bb1f0c2b 3,223 1.00/1.00 vMB 5
608,150 608,150 0000000000000000000ffb04bcf527717a297ee3b1b87ef0ea201e225995b234 3,161 1.00/1.00 vMB 13
608,149 608,149 00000000000000000007878b6d4440629be99375243e8d3e7956c39440511e1d 2,920 1.00/1.00 vMB 13
608,148 608,148 0000000000000000001238a57801a9be2594dbb986c2292ad09ef0f0600ce0d3 2,952 1.00/1.00 vMB 9
608,147 608,147 00000000000000000007eacb32c95dc13402c383929f8721164ac0f7b569166a 3,370 1.00/1.00 vMB 18
608,146 608,146 000000000000000000085cbc5772754aebb5c6e35a77dd363721c334e088470d 2,768 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.