Loading Tool

Explorer IconExplorer

Memory Pool

80,046 transactions
31.07 vMB
0.07939551 BTC
Random Selection Loading Transactions
Max Size: 188.04/200 MB

Candidate Block

Mining Attempt c7a21fc049825605141f6ee884aeede7abedc4beb1face7b4cff16b2041ce6cc
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 382d8176a96b5b97208f8c71dfce1bdb6c65a0c151701e0a99f2598c1ab3ada1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,533
Size: 1.00 vMB
Total Fees: 0.01243216 BTC
Feerates: 100.25 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (93,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,817 821,817 00000000000000000001ea8990b7a3e2fbd5b5412c4b20643f4d934106a2ea5e 3,791 1.00/1.00 vMB 224
821,816 821,816 000000000000000000012a3ee500ba41e43e56f0b4bcd5eb2bfeaf064dadea72 3,453 1.00/1.00 vMB 225
821,815 821,815 00000000000000000001e2e000aee0b0656ed430d7ed7d0656b3e719173de42e 4,112 1.00/1.00 vMB 195
821,814 821,814 00000000000000000000a9ade82341b028888cd7137e14e6b48c9da7a15ac3d1 2,909 1.00/1.00 vMB 379
821,813 821,813 000000000000000000041ef4aae33d27ae35c3d3660b5842f43faf28db1e67d2 3,994 1.00/1.00 vMB 219
821,812 821,812 000000000000000000028b6ee5719885760bdf89ecb28ccc7612178c56007c0c 3,266 1.00/1.00 vMB 192
821,811 821,811 00000000000000000002fbd9fe3a04c73a3b87f2fc8e7b165267c0fcccb2bac5 3,306 1.00/1.00 vMB 200
821,810 821,810 000000000000000000000bd306aec3d686735273088f5ce2e652de00b0db990c 2,448 1.00/1.00 vMB 280
821,809 821,809 00000000000000000001906d4b56212ac115363bc5a34662582bbf5d7e284e56 360 1.00/1.00 vMB 209
821,808 821,808 0000000000000000000237930f79a8bb20443656e3eba3152441db953a8aa031 1,490 1.00/1.00 vMB 292
821,807 821,807 00000000000000000002a8838994629136c2cd6d3d5e8d2c0726461fa04c8d20 3,909 1.00/1.00 vMB 223
821,806 821,806 0000000000000000000336369fe648851dede4c309b05d7a5ee88d859e5d47bd 3,609 1.00/1.00 vMB 156
821,805 821,805 00000000000000000002eee885d1ab97bfc37ddad74a48b9642ab8ddbb0176ef 4,670 1.00/1.00 vMB 258
821,804 821,804 000000000000000000003d13c46d2e20007d9f67abb7e0d59f655bdbbe5fc27d 4,093 1.00/1.00 vMB 284
821,803 821,803 00000000000000000001a068a8b7b88e665210b82885480e02c3f73089f1c93c 3,572 1.00/1.00 vMB 152
821,802 821,802 00000000000000000000ffc1574b06d0be0176259884fb0760fdf4172daf6efe 4,505 1.00/1.00 vMB 226
821,801 821,801 000000000000000000027ab06536829a408ba6a3816aed0fdadf125690b8f86e 4,068 1.00/1.00 vMB 271
821,800 821,800 000000000000000000020c1480de40a86acfabe84b14a1a39f074d12c02e7c44 3,527 1.00/1.00 vMB 194
821,799 821,799 00000000000000000002f933ca952907d4260db76ca38848f23bb7fafea00d49 4,076 1.00/1.00 vMB 224
821,798 821,798 00000000000000000003cb0e236faeb262ab6fc7518437f246261823567aac70 3,387 1.00/1.00 vMB 219
821,797 821,797 000000000000000000041e8088afb618a831f09f8987876051ccbf13dd4f55ec 3,631 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.