Loading Tool

Explorer IconExplorer

Memory Pool

42,063 transactions
27.74 vMB
0.06081444 BTC
Random Selection Loading Transactions
Max Size: 146.11/200 MB

Candidate Block

Mining Attempt 221f591e6aee1b2a3fbafcb77c38edcb7a2229f90ccf92c303757a1e1ab4ab00
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root 54e71b83d1f723f1976850974874e1e5af96c1c2877ae3e76522c5987113c159
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,552
Size: 1.00 vMB
Total Fees: 0.00894573 BTC
Feerates: 92.00 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (147,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,703 767,703 00000000000000000005261124b87727f375f5d51cf7c7ae5793bc26f3dbba7c 3,519 1.00/1.00 vMB 26
767,702 767,702 00000000000000000002e6014e0b4ce87de1de522c0be76b7450eb350b7c5cdc 3,151 1.00/1.00 vMB 33
767,701 767,701 000000000000000000008a28e479b9ac0b0770346747ca0c9b555c09b5e4f86b 3,229 1.00/1.00 vMB 30
767,700 767,700 00000000000000000001f923407f16129a16e0b15122f6750444b44ceff86c37 1,664 1.00/1.00 vMB 17
767,699 767,699 00000000000000000001678985691c276751df0b621a1733a5a707d9265c4caf 3,517 1.00/1.00 vMB 23
767,698 767,698 000000000000000000019b5539db829c4d19d67c40e34e96fdb63087e2d04b27 2,573 1.00/1.00 vMB 17
767,697 767,697 00000000000000000005e9e7036f21c40f41d96c805a95477b81cae063bdb13f 2,213 1.00/1.00 vMB 18
767,696 767,696 0000000000000000000417b90437c03482cc6e5b7fccc6efd71346aa5ceefb42 2,844 1.00/1.00 vMB 29
767,695 767,695 00000000000000000007eef047afc72613034a2b3df2093e6f640686582c7abd 3,282 1.00/1.00 vMB 18
767,694 767,694 00000000000000000007c1c921c9faf163b909d6060b54cb3dbb49a64e8adc9a 3,367 1.00/1.00 vMB 31
767,693 767,693 00000000000000000007124c8bfb13ea956b829223cefb66e3b0f130937a1021 3,426 1.00/1.00 vMB 24
767,692 767,692 00000000000000000004ddc77b61068093ea5e07cbaf96c3410dc44c3c55011c 3,088 1.00/1.00 vMB 27
767,691 767,691 00000000000000000004845aed6686be7bcc2f9ecb6d687d56af950a09614518 1,811 1.00/1.00 vMB 14
767,690 767,690 00000000000000000001ffe948cf86a2320d025dfd0f6a30da9570297a424df3 3,152 1.00/1.00 vMB 21
767,689 767,689 000000000000000000020cab3247900b2dfb6fd12d388e14056d041fd9683162 2,820 1.00/1.00 vMB 39
767,688 767,688 00000000000000000000c6a7e8d3dd65342908bd0ccc37e3d1ddf547a549c48e 2,675 1.00/1.00 vMB 10
767,687 767,687 000000000000000000030ac50e1b5de5bfe638abee170209488435b3051cbd26 3,414 1.00/1.00 vMB 24
767,686 767,686 0000000000000000000004d5a31d09b7b533ce4a15e3d669965bb40e56551604 3,347 1.00/1.00 vMB 29
767,685 767,685 0000000000000000000565e084685ffbec8f0c01bfe09b8b48f121af1a4b44fa 3,361 1.00/1.00 vMB 24
767,684 767,684 0000000000000000000345611701b0bbabc19672078bc1a31c495decf99222b4 2,447 1.00/1.00 vMB 12
767,683 767,683 0000000000000000000548bd3ce4759fc76bcb1b1bf55d95c06e6c18d6e14e2e 1,096 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.10 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: 651.74 GB
    • Received: 13.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.