Loading Tool

Explorer IconExplorer

Memory Pool

43,980 transactions
15.86 vMB
0.33954847 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 93.70/200 MB

Candidate Block

Mining Attempt d5e83aeefdd043d92cababf639eed43a5bd35996cabea3ab23bc9fb59290c620
Version 20000000
Previous Block 00000000000000000001d82f543837f755256bb3f6d403faf7c63d6d334acfec
Merkle Root eebc7cf136f0aeeb4481bc6ea47d674c2b06b0e6f7573ee986e0832a23da8c9e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,901
Size: 1.00 vMB
Total Fees: 0.11604398 BTC
Avg Feerate: 6.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,044 (572,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
340,833 340,833 00000000000000000139874515d1c48622475577fe7495c6926e267386c85054 0.00 MB 1 0
340,832 340,832 00000000000000001483cbdea09d3431981ecfde76a0aad473b77b21f87fae0b 0.16 MB 191 20
340,831 340,831 00000000000000000c1bc21f8d40a428612c1ec91d5a9a472adb4dd7875a8100 0.08 MB 190 34
340,830 340,830 000000000000000003041116afd6b26f32114d9683ac65d3298b41b5d106df1a 0.71 MB 1,157 23
340,829 340,829 000000000000000013f1ac877264db8e6e0cb1e159d196905d222b48f3b6906a 0.24 MB 730 38
340,828 340,828 00000000000000001a608968f8120134fef6cb6269a9818d19c246cea17a6825 0.02 MB 51 26
340,827 340,827 00000000000000000341186299c790e0da032e2a0d2132f13a7f89393350b095 0.12 MB 233 24
340,826 340,826 00000000000000000ba4e8c4ce641c3eac9af4ac6063242a5eff9d19a06e5cad 0.10 MB 156 22
340,825 340,825 00000000000000000fd689dfcdb73596fdaf70a0137492fa31db031469224a25 0.05 MB 98 26
340,824 340,824 00000000000000000ab099547e4d79febf97a526bb911570fda6a0c5547c107a 0.00 MB 1 0
340,823 340,823 000000000000000014fd1e59be1fefc70cf9b1413ba13db1b83cc7676f070245 0.02 MB 51 17
340,822 340,822 00000000000000000b5b950a85316ccd92b9690b4809137a0d0ac33a7823b83b 0.12 MB 257 42
340,821 340,821 000000000000000017ea58d26b54f44d2acb207020fe26e0bdf24794459f6a79 0.18 MB 279 21
340,820 340,820 00000000000000000702bebded45a105f162abd04080816c154036ec495b5702 0.10 MB 119 20
340,819 340,819 0000000000000000185e2a30540211a1f0269957ea1f3821efd6e23768e5673d 0.27 MB 618 28
340,818 340,818 00000000000000000a73d64062f04a8a931acb152a82f96680c1fa4c73a1415c 0.18 MB 282 93
340,817 340,817 0000000000000000191bba056d018f3e1c90a7ea23b45e93a4122dcb70b18061 0.05 MB 97 26
340,816 340,816 00000000000000001250adbf45a74436cc2f962e1820f29f30b62f4bd2d4e87a 0.11 MB 157 19
340,815 340,815 000000000000000016bc60f0e5668e0dfddf47de699317332f17a777392f897a 0.08 MB 234 39
340,814 340,814 0000000000000000187a17e94204fc9834281393998513ea46a6ae04c3327ec2 0.52 MB 1,047 29
340,813 340,813 000000000000000009804c01305187ca44627391526ef87672e48c7d0ae975fa 0.06 MB 140 23
Previous 10 blocks ↓
Total Size: 778.92 GB

Node Details:

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