Loading Tool

Explorer IconExplorer

Memory Pool

75,399 transactions
29.92 vMB
0.11100687 BTC
Random Selection Loading Transactions
Max Size: 173.74/200 MB

Candidate Block

Mining Attempt c47060a31814b6d8f0c8308918297ef5ba64e8c01956c6b5d1b9b5ecef552bb0
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root b21ddafca0b23dda29168be2ff68670763d9c2bba50d78e2a2a0300ef78c9ad2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.03907774 BTC
Feerates: 101.64 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (673,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,059 241,059 00000000000000ad39e3e0f19ea8a8d7c28d6e97c2fb4ee1e83c0f0518936e41 179 0.08/1.00 vMB 171
241,058 241,058 00000000000000e2c6b5f6fe8a75e0ec0be1dd8e3ebfd96f055601c3000d4af9 61 0.02/1.00 vMB 183
241,057 241,057 000000000000006441a091757b200b35f4b6e6d77befd6fa0eda1f5f35675ac3 216 0.10/1.00 vMB 134
241,056 241,056 000000000000006e6c0a7c6bbcc7bfd7b353628e398558bfe7941dd764754ace 26 0.02/1.00 vMB 78
241,055 241,055 00000000000000609f5ccf61e83c903d933a2ea7dcb5addbbd0002f8926cee54 354 0.15/1.00 vMB 237
241,054 241,054 0000000000000066f298696ee58d771eff057f777f330b68fdc109ac8f79d43b 101 0.05/1.00 vMB 107
241,053 241,053 000000000000003133ec4d4fd81501b127e73c798770266dcf19fe0aaa42ff74 37 0.02/1.00 vMB 129
241,052 241,052 0000000000000075ffd3df967fa378f7c3a908061edd83aa1c05d07fe18b0bf0 77 0.06/1.00 vMB 117
241,051 241,051 00000000000000b5d4cc81ba1bb2c5a50e13cc89ee0527a22da8efeeda4daf2b 232 0.10/1.00 vMB 186
241,050 241,050 00000000000000a4f1831a30857011ab8aa0e6c5762953db07302eaa7ff3944a 405 0.19/1.00 vMB 178
241,049 241,049 00000000000000d33a210cc5eb69b8b8a0948e0e03f5758eeafae832a3cdd9c8 133 0.08/1.00 vMB 156
241,048 241,048 00000000000000e31eee1fc93edcd4d81bde99c305e66f1084c30058508414e2 48 0.01/1.00 vMB 226
241,047 241,047 000000000000004847d68dd178add0398b7d80cbec68adc67445a532e2060883 57 0.02/1.00 vMB 184
241,046 241,046 00000000000000de2f7093c257b3bc2551d57d06021d7c002979442bb7f01508 172 0.08/1.00 vMB 134
241,045 241,045 000000000000007fc5929c5e0a942d417ed8f04c4ddbe94b0cc91c121570a297 340 0.16/1.00 vMB 166
241,044 241,044 0000000000000110fe0f4405df6ba668f3095671b76858fd8f03b0f186432396 234 0.12/1.00 vMB 262
241,043 241,043 000000000000006c8cae86a127b9d2275730bc34f90abe2f4b8f7bb0b176178d 178 0.08/1.00 vMB 228
241,042 241,042 00000000000000696247f9df4424f72b3e6aedb9ae1070ebf3948420c65e21f0 636 0.35/1.00 vMB 135
241,041 241,041 0000000000000062e33609a6653b870f76f3f61e6f0aa3d9100ad12d78926a79 291 0.10/1.00 vMB 66
241,040 241,040 00000000000000759d94a32e24244fed4cdc73efced1828b8e0c36325fccdd08 751 0.25/1.00 vMB 239
241,039 241,039 0000000000000024f001f6584fb85501cd86093b0f86d94cb6205fc8effb352c 125 0.06/1.00 vMB 218
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.