Loading Tool

Explorer IconExplorer

Memory Pool

76,496 transactions
27.64 vMB
0.07783325 BTC
Random Selection Loading Transactions
Max Size: 168.72/200 MB

Candidate Block

Mining Attempt 4bb37852fbce6c561e87a4de8904967546cb64852497e4486300e8a6cd478738
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root bdb7bd8561ddd12b9dbe4866e170a3b6aa7a5492ca194a40fadca6e816e0a2db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01886904 BTC
Feerates: 402.60 > 1.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (343,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,654 571,654 00000000000000000011c9357967e8808180ae3a7490100b497d8068609fda94 2,686 1.00/1.00 vMB 65
571,653 571,653 00000000000000000016e3f845c1b52630781d84b52b3622822ea729383a0427 3,454 1.00/1.00 vMB 96
571,652 571,652 0000000000000000002ad3ab8303531a16bda810c66b93f040550cddf1437c33 3,386 1.00/1.00 vMB 57
571,651 571,651 0000000000000000002659851deda7fc139a941be75794231340281cfb90c4c2 2,915 1.00/1.00 vMB 35
571,650 571,650 00000000000000000006d5911a14f41251d5fbe1f67f2f5bbaa5530fbcd62bf4 3,436 1.00/1.00 vMB 69
571,649 571,649 000000000000000000149dcb31b6cbcc183499ad952ccadb6e58f41d835d81da 2,425 1.00/1.00 vMB 14
571,648 571,648 0000000000000000002a3e2c8f5ac35765f00cce5af1f22791e35b436625491d 2,867 1.00/1.00 vMB 47
571,647 571,647 0000000000000000001cf03336f4be761fdb7ded7b4dd069b08127f875aeaea7 3,218 1.00/1.00 vMB 99
571,646 571,646 0000000000000000000c147fe017200ffcf3f63cd19fa77bb26ad9a5c8d801d6 3,013 1.00/1.00 vMB 31
571,645 571,645 0000000000000000001e0d210685bc6c1d55f2d9d98fc681ea5aa40a82e44755 3,424 1.00/1.00 vMB 54
571,644 571,644 00000000000000000009a8294f0b62889e31e253daf40ad1f82fff40b8c0c93b 3,142 1.00/1.00 vMB 52
571,643 571,643 000000000000000000262b432e99e71faaa83762f08c9b23e62068d3f6fd4242 3,060 1.00/1.00 vMB 93
571,642 571,642 0000000000000000001319b74e48b61123602a36dda5d49f00266c9c1cfd00d2 2,666 1.00/1.00 vMB 30
571,641 571,641 0000000000000000002abcfd22c4a8946ca0a5f4c808a43c79fe240ade0134ea 3,256 1.00/1.00 vMB 84
571,640 571,640 0000000000000000000eb61d7cef2c2faf79500b752d4d88d8aef1e420f7983d 3,096 1.00/1.00 vMB 28
571,639 571,639 00000000000000000029c5f3bd66798d493789fdcbe0727ad0deedc092afc558 1,729 1.00/1.00 vMB 32
571,638 571,638 0000000000000000001c73fa857eb44057e9d2cb2136d546cd4573c0ea41a0fd 3,211 1.00/1.00 vMB 72
571,637 571,637 0000000000000000000473835ae1ea011f9f61dd3d6c2cf69a5a34c4ba50159f 3,211 1.00/1.00 vMB 123
571,636 571,636 0000000000000000001eef0f30563195b906b3fcd4264d98300f7b19f3aec2f2 2,781 1.00/1.00 vMB 49
571,635 571,635 0000000000000000001446774591cb260fce98112aa5792090531aa0aae295d1 2,946 1.00/1.00 vMB 43
571,634 571,634 0000000000000000001e0721f3200af9d6693f41c60042089b08f6ee8205e1e3 3,023 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.