Loading Tool

Explorer IconExplorer

Memory Pool

77,127 transactions
28.51 vMB
0.09760545 BTC
Random Selection Loading Transactions
Max Size: 173.31/200 MB

Candidate Block

Mining Attempt 921cff298e755dc60d1df4cee004e4d91e47e9525c1771dc1904aafd3635fbdb
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root dc036b8065a20b5828f3290fa693dfd943bcdfd808d46747a05c8f5a7133520a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,358
Size: 1.00 vMB
Total Fees: 0.03320428 BTC
Feerates: 526.32 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (318,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,942 596,942 0000000000000000000163d7b96a674733520c389f26d2f1750debf83f33c35d 2,613 0.74/1.00 vMB 20
596,941 596,941 000000000000000000146beaab99d5523ad43fcdc92e824995b915c1073e3693 2,957 1.00/1.00 vMB 25
596,940 596,940 000000000000000000089c3d98755ded0278d3ed09acb8f10d1458854672d75f 1,506 0.45/1.00 vMB 21
596,939 596,939 000000000000000000139dacb0f2b075e2a5a5b5b95e110bcc54216af64ac1c6 77 0.03/1.00 vMB 14
596,938 596,938 0000000000000000000f67c3f12b2757ebd4a561a2e49cc8257ef80965bdbdf4 1,878 0.49/1.00 vMB 20
596,937 596,937 000000000000000000045a17b77fac3c67c178362ace28b841895e6dbfce3fb6 1,712 0.53/1.00 vMB 22
596,936 596,936 0000000000000000000e172d5e4db13242105b5d14da767efb754f26f77be3dd 2,806 0.82/1.00 vMB 20
596,935 596,935 0000000000000000000719a8fbe06df5eb2a613c4df3f1b1fb8b0eedb0353f9c 2,016 0.55/1.00 vMB 19
596,934 596,934 00000000000000000015da7985997b005f79f8a6356d220d69b866640927a5eb 2,476 0.74/1.00 vMB 18
596,933 596,933 000000000000000000106b5502b3364b34f6575f8095cdad0e928c52d1c51271 816 0.25/1.00 vMB 27
596,932 596,932 00000000000000000001400d8099edabd91869d5d411e1546e4ed0c03920f752 3,217 1.00/1.00 vMB 22
596,931 596,931 00000000000000000007f3d7f390ce378d3f1dd5539eb950f315f134101886ca 3,057 1.00/1.00 vMB 26
596,930 596,930 000000000000000000117cf711c0b17ffd20808f7582680934cdae3701c28eab 691 0.21/1.00 vMB 33
596,929 596,929 00000000000000000002098aeed3a4de46cafd9b6826efe72146843adab23220 2,778 0.91/1.00 vMB 21
596,928 596,928 00000000000000000009ce49fffb51d2fbdab96701fdbe97e8f18c4e6d9e4bc3 799 0.25/1.00 vMB 23
596,927 596,927 000000000000000000150dded10c9fc879e8dc746fd913b7d1b63a213eafa5bb 605 0.17/1.00 vMB 24
596,926 596,926 0000000000000000000a331dcd3da4b79b113a99b897625a752da4d5f308aace 716 0.23/1.00 vMB 38
596,925 596,925 0000000000000000000c0f486f306c323d5a4f2a6b35242c2d10cf663a6bcb76 2,624 0.76/1.00 vMB 23
596,924 596,924 00000000000000000011e7369203325c61f098da1c2e8c8003edb9c3e48a5c19 1,091 0.31/1.00 vMB 26
596,923 596,923 000000000000000000110f8ce8a3eca40b48952a998bc1f7e6c9139dec56737c 2,581 0.78/1.00 vMB 21
596,922 596,922 000000000000000000092e8cab9e7fb812c09d7b0d58f1b0ab8ccf59fb196d3a 985 0.27/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.