Loading Tool

Explorer IconExplorer

Memory Pool

35,389 transactions
25.96 vMB
0.06967917 BTC
Random Selection Loading Transactions
Max Size: 131.96/200 MB

Candidate Block

Mining Attempt 8173c692186d03f23489a12017752fcfaef3961d41674e0f69c1990572dba414
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 3c3a3d7e08920cf5922e69710fec4676910807ed45afe4d0878a77d5ffc1ab49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.02169192 BTC
Feerates: 250.88 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (803,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,586 111,586 000000000000f0d98e5122c99bd22928f3d00fa9f3f3e14fd64d783a47e6b7ea 15 0.01/1.00 vMB 1,588
111,585 111,585 0000000000012bcaee57461ce361680e03391d6879235bcb473661faafab2f88 12 0.00/1.00 vMB 1,559
111,584 111,584 0000000000005fa82e35e903eafc1f3bbe9bd27dae5181aac6d735a6d48491a5 12 0.00/1.00 vMB 1,058
111,583 111,583 000000000000f08f26e18801d931e2110bff05a773ed33395d19a2d4a171872b 15 0.00/1.00 vMB 1,614
111,582 111,582 00000000000095a5fff24870354ff48b7024a32bb1574c352d8a76eafb9faae9 38 0.01/1.00 vMB 1,595
111,581 111,581 000000000001280cb767b014156fbd07bd0403c6255a6e7d8b3283f744a4b76d 27 0.01/1.00 vMB 3,975
111,580 111,580 000000000000df56d6fd291155f12e02bc5e6a5c1ecc4ae94695d230fdcf3170 14 0.00/1.00 vMB 1,568
111,579 111,579 000000000000b212785be3dd4e8f31409f3bb19f48e3723b49f622b05d62c5c1 12 0.00/1.00 vMB 0
111,578 111,578 0000000000005d20b87b011978bec50e00f823be595aff3c65092283ba42100d 14 0.00/1.00 vMB 1,491
111,577 111,577 0000000000009cccce1876657492142a93c40a44322de42f0d312d49759333ec 12 0.00/1.00 vMB 708
111,576 111,576 0000000000005319c951952e7329f36b87e711d4889f901c44b5000775f95d01 26 0.01/1.00 vMB 113
111,575 111,575 00000000000026efc107aa3b9111c4cc45efd2d7b629df82a45f05503928c727 15 0.00/1.00 vMB 1,133
111,574 111,574 0000000000006959d702464b48682029d9fe1e2a63cbab900a27f405855f57bf 9 0.01/1.00 vMB 286
111,573 111,573 000000000000314bb10cf55ef48a8a2952bccaef5a7a692d8a74c766a40ceb66 20 0.01/1.00 vMB 0
111,572 111,572 00000000000105b3133cfd411abcb6236f95f2f9f02911ecae2a3ef58e6a172d 6 0.00/1.00 vMB 0
111,571 111,571 000000000000cdaec117c53991aaec620af30a67e7d3b6924687a8bec42aeb80 24 0.01/1.00 vMB 2,407
111,570 111,570 000000000001083432dadda634904778fb72b15ec6ac92ff5e00345b82120a6c 12 0.00/1.00 vMB 1,056
111,569 111,569 0000000000007b78d244deb09192700f3ce79c402e328572430579c04d98ead2 13 0.00/1.00 vMB 678
111,568 111,568 000000000000b047aeb6d3a40ad939cb8d106fb93691a0329b55204adab749c5 17 0.00/1.00 vMB 1,552
111,567 111,567 00000000000067de58fd65ca4628a00315f2230bfe405bb98bca5e5ed464fbbd 32 0.01/1.00 vMB 981
111,566 111,566 000000000000fb20eece09a914e58cf3ff18a36360956bf0678392c7202f2f89 15 0.00/1.00 vMB 1,558
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.