Loading Tool

Explorer IconExplorer

Memory Pool

79,704 transactions
29.53 vMB
0.13904924 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt d63efcab458f2d8b409b910e61dc3e25ea400b1270cce7973470f23205f87b3f
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 3b5a46de029ee4343ab254e6348a9fa116e56fc4df2a7f81a334d3e2d9b625e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,413
Size: 1.00 vMB
Total Fees: 0.07467487 BTC
Feerates: 502.67 > 7.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (347,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,947 567,947 000000000000000000131247692334cffe471b83b2d7046b4416b72e3b7c5243 190 0.07/1.00 vMB 18
567,946 567,946 00000000000000000001f72ae96b70f17764c833b19a7a7e8bfa40b59c605d1f 586 0.23/1.00 vMB 14
567,945 567,945 0000000000000000002dec94c09d631e5e38274d9cbba1d82fdc96fecb9d5071 497 0.23/1.00 vMB 21
567,944 567,944 00000000000000000006b9bfd55ce0e5c288f6c7a82b08b56077aa487d9cab23 2,659 0.98/1.00 vMB 18
567,943 567,943 0000000000000000002e467a0e38e50aaaf1334ede14d184bc76f77c65e7df14 704 0.26/1.00 vMB 24
567,942 567,942 00000000000000000005d19d75297b223521b195be87521df36c05b018f3879f 2,871 1.00/1.00 vMB 19
567,941 567,941 0000000000000000002afe562e7cf542031c4e174a2e01ae85bc8981ca595b23 1,672 0.60/1.00 vMB 15
567,940 567,940 0000000000000000000526997eee3b2b3d0bb81a5a4a22246c978f4261488447 476 0.15/1.00 vMB 19
567,939 567,939 000000000000000000273ce947a1f12bd30f6be2bb6573f200bda66ec92ac13c 2,281 0.77/1.00 vMB 18
567,938 567,938 00000000000000000026a304d4e2d3b9a84fb7273d424e16633d9f699ebf6328 258 0.10/1.00 vMB 17
567,937 567,937 00000000000000000015b541bf2bb583348c169edeaf41b6bed060a30069ce2a 100 0.03/1.00 vMB 16
567,936 567,936 0000000000000000002a6aec966a655cba481dd6fa8b84566c12f01fb644affc 2,238 0.90/1.00 vMB 20
567,935 567,935 0000000000000000001d47d065f57bfb58ec05fcd0e2e1b751497fe806274117 1,846 0.66/1.00 vMB 4
567,934 567,934 0000000000000000002bb4fdc7f0c62f3e84694c0fcb8f706305eda90a5ed25c 2,699 1.00/1.00 vMB 27
567,933 567,933 00000000000000000009214fe51ec7c750826ef82e5d692e3ae6a052dd4a67fe 1,768 0.81/1.00 vMB 15
567,932 567,932 0000000000000000002a7f7b308d914a66989c45bee679914488ca5dc00ade1f 607 0.33/1.00 vMB 6
567,931 567,931 00000000000000000022da1ba7adcbfaae5fded0d45aedf816a5dde74f2086a7 1,786 1.00/1.00 vMB 13
567,930 567,930 00000000000000000015acac10f5784c61e0c1ebd678834bc7b5976ce3913db6 2,850 1.00/1.00 vMB 18
567,929 567,929 00000000000000000012a0da1bd134a85544522f2c9a8a87f50363694fcde965 2,953 1.00/1.00 vMB 18
567,928 567,928 0000000000000000000d5eead0baca9ea19b4de2da0b0945fc20223a42e7095a 2,937 1.00/1.00 vMB 21
567,927 567,927 000000000000000000208b91397818cb3f4f1603476b982015be969716b31b78 707 0.30/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.