Loading Tool

Explorer IconExplorer

Memory Pool

39,301 transactions
27.24 vMB
0.11820386 BTC
Random Selection Loading Transactions
Max Size: 138.51/200 MB

Candidate Block

Mining Attempt 15b28d8e9106f4570f3e9554cdf119b97cde7a6e638ff40fa99fc5c6aeb40be8
Version 20000000
Previous Block 00000000000000000001722f1792b25382798042f3258e47694b9704d856e804
Merkle Root 6da06976855aefbc7444cb50bc7a90988acf2037b71769eb9c57305dc2570efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.05327638 BTC
Feerates: 550.63 > 5.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,209 (835,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,839 78,839 000000000029448f836d34aa886800999ae569c424b30bef1cb799d8b06eb7c6 1 0.00/1.00 vMB 0
78,838 78,838 00000000002428ec676023618aa7771e42d1488964116bc8c01a5bfeae2227e0 2 0.00/1.00 vMB 0
78,837 78,837 00000000004590d67535f481d6464ee990b1dcd4e75d5d7ee839b80f7792a917 2 0.00/1.00 vMB 0
78,836 78,836 000000000018ad19f3e1675d1f13c7719ee70eb8b3d98be640d7a81321fe9f85 5 0.00/1.00 vMB 0
78,835 78,835 00000000004f7c3903183fe0fca092d09dee639fe1d94abd30af66417e48b332 1 0.00/1.00 vMB 0
78,834 78,834 00000000004f24dc193e5bb413e309f5bd6ac179e917b63b511ef67f0a3fe4e3 2 0.00/1.00 vMB 0
78,833 78,833 0000000000534b6cbd929cea4df7451a2fddfa03f56edc44d73ae0f28a9020ed 5 0.00/1.00 vMB 0
78,832 78,832 00000000004ce5bb1476ed75933592d9210a94d0b84b3340e2d0d66459098cc6 18 0.01/1.00 vMB 0
78,831 78,831 0000000000300d6a8814439b5d4d1ccd21435859f3e641a565275911ee9f33ff 1 0.00/1.00 vMB 0
78,830 78,830 000000000044c899cc4094075d77ef5be904630b41d7dfc9653f48bb916952cc 5 0.00/1.00 vMB 0
78,829 78,829 00000000003beb121be42aeb2aa24f974dbf7881f863a9fe3b46a88175614ac0 3 0.00/1.00 vMB 0
78,828 78,828 0000000000264e7abdfc440e421ba88fb96af77ebf468b49d063a9d3bb6a4f7d 1 0.00/1.00 vMB 0
78,827 78,827 000000000014a4a57e3f32a753648e763ae9a0077d084c47805ca03e2a00c085 1 0.00/1.00 vMB 0
78,826 78,826 000000000010eabda0ed0f8dae326289312597d0404884cec777b2813a4a6c67 2 0.00/1.00 vMB 0
78,825 78,825 0000000000135f6f1db4ca904ab29d55d4d3dbad198dae9c9b731c0e1b97a2d6 4 0.00/1.00 vMB 506
78,824 78,824 00000000003ef883a18c8e49e258ffba31f79dffb492a745666f4f421925c93e 2 0.00/1.00 vMB 0
78,823 78,823 00000000005773a1bb0fec0f755853e8b4a5f89f1307dca5b25f32f6c732b25a 1 0.00/1.00 vMB 0
78,822 78,822 00000000003e2207580edccf07d2d7498923ba9619eb5b21db1e17f8bfd3d50a 3 0.00/1.00 vMB 1,291
78,821 78,821 0000000000063a3545f5de22da70aa38a84e1d59172342220d2818e37c6d2173 2 0.00/1.00 vMB 0
78,820 78,820 000000000054c862582e06258ec14105d81a2aeb84456f6842aa1e0ab1624957 2 0.00/1.00 vMB 0
78,819 78,819 00000000004b79f5d810248094f118dc4533f58cd065b34a3aa7ee1de651afcc 5 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.02 GB
    • Received: 8.13 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.