Loading Tool

Explorer IconExplorer

Memory Pool

74,993 transactions
27.67 vMB
0.07632573 BTC
Random Selection Loading Transactions
Max Size: 168.79/200 MB

Candidate Block

Mining Attempt f8614466a9aad32f2259e01e726b0c1505567fea247dae21bdeb7d8f3485685e
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 539be0b6597e4a8b3fcd6ef7c8b58920e2cd9798adcf042f22457529c0d580e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,074
Size: 1.00 vMB
Total Fees: 0.01723259 BTC
Feerates: 301.57 > 1.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (64,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,431 850,431 000000000000000000009f523bddd9f634bba0c6e96ad404d488e7fb8d3203c0 4,823 1.00/1.00 vMB 15
850,430 850,430 00000000000000000000c0e30574839a14581ae456503eb2d2bdea5a11954114 3,525 1.00/1.00 vMB 13
850,429 850,429 0000000000000000000008c1c5d67cd47c126cce710356786270bda6ba4679a8 4,530 1.00/1.00 vMB 12
850,428 850,428 000000000000000000012e8be3fdc43c512b930fffec3bccb72d92f85ba943b0 4,502 1.00/1.00 vMB 10
850,427 850,427 00000000000000000002bb2997a2a5ccdf841011d8253de6b203d298b70e2871 4,497 1.00/1.00 vMB 14
850,426 850,426 00000000000000000002301b4402724c9067781a844cb2563b97b8b6539a012e 4,930 1.00/1.00 vMB 12
850,425 850,425 0000000000000000000295fcc0d54f65d72a8e7cee2fe9bc5ebd8c91a72ebb0b 3,480 1.00/1.00 vMB 9
850,424 850,424 000000000000000000031c6aa9931d28d93f44e85ca3e8ff4dd3445987ea1f88 3,226 1.00/1.00 vMB 14
850,423 850,423 000000000000000000029a151e9579d749f5a5e6cd3a4f046c38c707fdc1b656 3,668 1.00/1.00 vMB 8
850,422 850,422 0000000000000000000158fe652c494297a2c78f1c87aa3604b6bf92ebc973c1 3,788 1.00/1.00 vMB 14
850,421 850,421 00000000000000000001a3a9e3b1ca4bb767449c3d867500aae10bbfc5c9b03f 5,076 1.00/1.00 vMB 7
850,420 850,420 000000000000000000009942befd11c296686ab2abe2ee539860525deee89a37 1,943 1.00/1.00 vMB 6
850,419 850,419 000000000000000000007f9045684c8106f3df11d59d77d4d29f8c2c1e7cbeb7 3,731 1.00/1.00 vMB 7
850,418 850,418 0000000000000000000147bbd70f63ac0b7248f2b008910dc857b06e2ae9963a 4,257 1.00/1.00 vMB 12
850,417 850,417 000000000000000000029854dcc8becfd64a352e1d2b1f1d3bb6f101a947af0e 6,057 1.00/1.00 vMB 8
850,416 850,416 00000000000000000000896c11b06947dcd6709b3319409550e9bab542355879 5,614 1.00/1.00 vMB 8
850,415 850,415 000000000000000000010edc19e3847797383e83b41316307b9b8fd93207512b 3,080 1.00/1.00 vMB 12
850,414 850,414 00000000000000000002ccd9f01601ce3ea78d46a77afdddee26ef3ded5c58fd 1,392 1.00/1.00 vMB 6
850,413 850,413 0000000000000000000114f03329a1222316ab1bad86a21a9d0970c8477c6433 7,311 1.00/1.00 vMB 6
850,412 850,412 000000000000000000017d004368ffe144dbe4b362fcf75fdebef1187e401b09 5,639 1.00/1.00 vMB 8
850,411 850,411 00000000000000000001e1df6544af1ca78cb0694f6f1b93693b2273b5052761 4,099 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.