Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
27.20 vMB
0.07603618 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt 58f9db8991d226ea3ec45b47295f65d9e4500eed588120b803cb46a0bc6c5c79
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 1f4d5e8b18138a5d4d16c1ad3c65849b9b22ac9d6b16feb575451f5862f739f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02533103 BTC
Feerates: 201.13 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (252,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,145 662,145 0000000000000000000b69a14aa11eb7819c3d9fd7764b9cd5bc3d8baf78c323 1,847 1.00/1.00 vMB 28
662,144 662,144 000000000000000000098b5aeaa4cfeca0dbd42b733f554ed70329f8637910ee 1,795 1.00/1.00 vMB 53
662,143 662,143 0000000000000000000806216c67a73ead19b45a97aed6bca375c4ec268cef4a 1,375 1.00/1.00 vMB 26
662,142 662,142 0000000000000000000b95b70bad2056d643f5e8796c0bfaebe79f655cfdada2 1,903 1.00/1.00 vMB 76
662,141 662,141 0000000000000000000007cc36753bfa7cd7f951404385d0a941a4879870dcad 1,489 1.00/1.00 vMB 27
662,140 662,140 0000000000000000000af28b6d277ab5dffd336f7ce4e86c1adf8d49ad54495f 1,949 1.00/1.00 vMB 68
662,139 662,139 0000000000000000000242f29123251cf1e35efec366b0f78c7dd4935988ace9 1,612 1.00/1.00 vMB 53
662,138 662,138 0000000000000000000622856fdf7ecb8076191d9de5bb4d8ec09598b6ffd729 912 1.00/1.00 vMB 39
662,137 662,137 00000000000000000008a5e528798799f532a202a1cf78a4cf1b8af009f189ce 1,809 1.00/1.00 vMB 50
662,136 662,136 00000000000000000003f26b64300f3ba0d1f6f7ded01f38475bd4b97215c18b 1,633 1.00/1.00 vMB 32
662,135 662,135 0000000000000000000d2c22edb37f1999056b45b2a989a352ee778f67d8db77 2,216 1.00/1.00 vMB 14
662,134 662,134 0000000000000000000d043286bd35fe87da207790e29b3581a94d5c268e9009 1,354 1.00/1.00 vMB 39
662,133 662,133 0000000000000000000bf7a999b07242453ff8d86f8bd7ce679e59752eb0a1cc 1,882 1.00/1.00 vMB 25
662,132 662,132 0000000000000000000ca5c7397451ec0fe4042b7cb0edab4aab3369a8bd0791 2,451 1.00/1.00 vMB 66
662,131 662,131 00000000000000000007231333e261b9ad81339b20ff8fe8808b25e8e5f03e9a 1,319 1.00/1.00 vMB 63
662,130 662,130 000000000000000000062b9480de121b48a6a5e6c87a18ad989ffcff841e1387 2,695 1.00/1.00 vMB 88
662,129 662,129 00000000000000000009bb3dd5d45cab84166004dd74a1124e5e9e531f3bd045 1,820 1.00/1.00 vMB 38
662,128 662,128 0000000000000000000ed2473c991d56f8108f0ad02beb03dad9d21cf6eb0952 1,766 1.00/1.00 vMB 14
662,127 662,127 00000000000000000006ad32e1725b74e5a58ad89154b483f48cc9df8d365bce 1,411 1.00/1.00 vMB 45
662,126 662,126 000000000000000000009d1ec8121b01c8340874075c555220abe2595253b530 1,610 1.00/1.00 vMB 42
662,125 662,125 0000000000000000000117741370423b4c3040f6440c0047a0071747d77902a1 2,015 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.