Loading Tool

Explorer IconExplorer

Memory Pool

6,740 transactions
8.83 vMB
0.01820049 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.57/200 MB

Candidate Block

Mining Attempt 11ff541cfc5c1a1abe1a36bcfd4bc97995e8474c5a607e93ef3a3f1f2289d456
Version 20000000
Previous Block 0000000000000000000025f8ebfa789b311cadcd222d9d753c5649dadf051fda
Merkle Root 3c9d9e581bf27a431726270ad4b66859b0499c8907c31b8a02beab00e28d2ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 0.99792525 1.00 vMB
Total Fees: 0.00544962 BTC
Feerates: 453.09 > 0.55 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,801 (745,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,883 167,883 00000000000002fc631bc5e783232bdc7d59cc1ba1d8607663a272cd1aa10462 4 0.01/1.00 vMB 55
167,882 167,882 00000000000008d91f8a83a44d37b31b298d6361f9aac13e341f43859e09289c 3 0.00/1.00 vMB 194
167,881 167,881 000000000000002c305723de263f43b947c45ffb0e07c0f587faf28e136292e6 21 0.01/1.00 vMB 165
167,880 167,880 00000000000000e167b81c0b8f0ee1912f993efc25bf74c8673536396c057e6f 46 0.02/1.00 vMB 167
167,879 167,879 00000000000007243543fade17227fababc8455474d945d08882ad065aca171e 100 0.03/1.00 vMB 60
167,878 167,878 0000000000000a7111b18bee13c03d93fc2c91098f53527b7391aae20531a5d2 23 0.01/1.00 vMB 328
167,877 167,877 00000000000008b0c24d350429faed74bbe571255d58cb378178f1cebfafe6d9 42 0.03/1.00 vMB 329
167,876 167,876 0000000000000302b8671fa1d467d09c756179afccaf4793cb4c54166a30cd42 82 0.05/1.00 vMB 112
167,875 167,875 0000000000000598a3924335592c01156c98a2a49eee438ebf4ae4671e5af545 40 0.03/1.00 vMB 231
167,874 167,874 000000000000035bd3c2ed8e817b57c1018853e0695ef55368ed844551f6b479 9 0.00/1.00 vMB 0
167,873 167,873 0000000000000c213f7e41f6a28f42af103225ca90991c185e8c44905d603b5d 11 0.00/1.00 vMB 438
167,872 167,872 0000000000000c0516e0cb179768b3430d602a86e0f2172b14506d2fade70e72 34 0.02/1.00 vMB 46
167,871 167,871 0000000000000143f89ec82051533ea6f676ac0c99c43ce5f91f20aea0647a80 101 0.03/1.00 vMB 24
167,870 167,870 00000000000007e2b1c8c8eb596a40bf4326b83e56c23ccdd38a088f9111fa36 36 0.02/1.00 vMB 32
167,869 167,869 000000000000087e1e187bc067803e2dedbe8f06162d99f8fbd1bc5c49c19858 78 0.02/1.00 vMB 58
167,868 167,868 000000000000021f317394f07e65e6db6b33e0f5a4dfaa7210ad36b135de6096 109 0.05/1.00 vMB 72
167,867 167,867 00000000000007fcc2b3b5a7d2b6de537e71042a234186b6d95919f73ae03ed8 29 0.01/1.00 vMB 67
167,866 167,866 00000000000001efc4870778a4bb6d95fd32be747c120bd3b99b48d9dee7aee1 83 0.04/1.00 vMB 399
167,865 167,865 0000000000000acc24f229a3cd88cba6d1a513a3786a8a5fd58973db46fdb061 43 0.02/1.00 vMB 14
167,864 167,864 0000000000000879d9244c89e18b9b1caa7e0138da81bb93dd3bffd0d6ec7eb0 14 0.01/1.00 vMB 107
167,863 167,863 00000000000002c312198cad04725baa2cd79c08087a94c2fc81667928b2f921 149 0.04/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 780.27 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: 515.49 GB
    • Received: 4.35 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.