Loading Tool

Explorer IconExplorer

Memory Pool

81,225 transactions
29.85 vMB
0.10542583 BTC
Random Selection Loading Transactions
Max Size: 180.49/200 MB

Candidate Block

Mining Attempt 5f9ceba42a379f5224051cdbafafbf3b7d8ac9b7650b338dc9bb16b80f91c8d6
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root fdc4c9765c6df2224ad640d5a0b1a9b1a57c727dc54fa0fdd9cacb34905f3a21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.03989209 BTC
Feerates: 146.36 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (234,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,690 680,690 000000000000000000063ef6b47087278782f8fd5e5767277ddea7bc92255e39 1,546 1.00/1.00 vMB 39
680,689 680,689 000000000000000000088db33be7bc2787beddfe6fe4eb5634cec3e854d9b72f 2,475 1.00/1.00 vMB 134
680,688 680,688 000000000000000000053683c73c7b622dd2c592c4609c3a64199c2ed728f54f 2,712 1.00/1.00 vMB 155
680,687 680,687 0000000000000000000a76999d715cc0eaaef64f75ee8ea61a95dc3a3b2c27a2 2,606 1.00/1.00 vMB 70
680,686 680,686 00000000000000000007643ed71fcf50b3a2d27ca978f653771b854b8e947e08 2,682 1.00/1.00 vMB 172
680,685 680,685 0000000000000000000b1ff7370741aa8256a112a59e2803eb52db578facb672 2,736 1.00/1.00 vMB 46
680,684 680,684 0000000000000000000190aec7440f2770f2a8d5e1a7b48c84eb0900ce0b49f9 1,931 1.00/1.00 vMB 118
680,683 680,683 00000000000000000002cd2a720ae5c6a3da7736588b4b292d299a9e90b26c2c 1,620 1.00/1.00 vMB 175
680,682 680,682 00000000000000000002eed3b4012ba3e8f8e0804df3c3b6b2d116c7cc436cbd 965 1.00/1.00 vMB 112
680,681 680,681 00000000000000000001683d4727bbf93111eefa60ac43376e27918dc4a99bd0 2,546 1.00/1.00 vMB 66
680,680 680,680 0000000000000000000626c8f56ccba374eeb3504ab42275ca0f528d8bece818 2,824 1.00/1.00 vMB 96
680,679 680,679 000000000000000000089195e6369fe96aa5ece3a9edeaa2e7eee0f3a3d6c5b2 2,426 1.00/1.00 vMB 148
680,678 680,678 00000000000000000008fe5626cdb625a01ddb040ca311333dce3abb0de8969f 1,333 1.00/1.00 vMB 95
680,677 680,677 0000000000000000000389b605d15f05aefcaf3bbaae2bf0f593012cde9565c1 1,744 1.00/1.00 vMB 110
680,676 680,676 00000000000000000008032387d4d3b1ed1d63b38a2dd511622b760150fb52a1 2,709 1.00/1.00 vMB 176
680,675 680,675 00000000000000000001cf877f3ad4dc2cb97fc0cfadf9b47df75221ad36872f 1,830 1.00/1.00 vMB 99
680,674 680,674 000000000000000000007ec026f73e6d1c51c4c8488ecaf8a11943662840e78e 2,839 1.00/1.00 vMB 116
680,673 680,673 0000000000000000000b39e10cb246407aa676b43bdc6229a1536bd1d1643679 2,411 1.00/1.00 vMB 151
680,672 680,672 000000000000000000001504c63a05f072dc28f8bc7b10a2a32fe3ea55c23957 2,091 1.00/1.00 vMB 118
680,671 680,671 000000000000000000079c40830e894b9ae8ad045362f3104c804bcea1736de9 1,961 1.00/1.00 vMB 135
680,670 680,670 0000000000000000000743fd0fe40365f1921c812f3819625ba4df6f59d3803e 1,865 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.