Loading Tool

Explorer IconExplorer

Memory Pool

78,104 transactions
29.33 vMB
0.06433546 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt d2c0f45f983ec7f0131da07d8a64a638aa2c3bda38510184408861b108caac87
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8a6fb40b238e1fcff1afd9b8924f4b4d52348748582efb998b7e752b7801d4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,893
Size: 1.00 vMB
Total Fees: 0.00492691 BTC
Feerates: 18.31 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (314,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,060 600,060 0000000000000000000d52348f5419111d5c07ec20b9b5ecdc9a0f2e9b49469f 654 1.00/1.00 vMB 5
600,059 600,059 0000000000000000000e275448311b02daf136937d8f1fbf2dca8227116e1766 2,518 1.00/1.00 vMB 1
600,058 600,058 000000000000000000156128e35f619736b610544c08d5481b792cd36047b9ae 2,937 1.00/1.00 vMB 16
600,057 600,057 0000000000000000000971a4e04abf54f090ab523a4baaaf461bdc3673a70994 2,878 1.00/1.00 vMB 16
600,056 600,056 0000000000000000000bbff063d2a5ff1799c62bd82a51334682dd5709aa1132 3,091 1.00/1.00 vMB 31
600,055 600,055 0000000000000000000cd76d8937bf68e6cfdfdc1185a27c92989a659a1f0d22 2,184 1.00/1.00 vMB 9
600,054 600,054 00000000000000000001ebc605622d0d8bdb77e72665052241f645e6ebf7b448 2,735 1.00/1.00 vMB 13
600,053 600,053 0000000000000000001045988552e15b96e930e0cf17f8b8d60bd5c6bad853fb 2,853 1.00/1.00 vMB 25
600,052 600,052 00000000000000000007afc0aa2927e1bfaf79be1c293c79a5dc4f108d388eb2 3,247 1.00/1.00 vMB 26
600,051 600,051 0000000000000000001273c76df02d7ce63301af713d9a347f5ed72eaa50a2bb 3,184 1.00/1.00 vMB 28
600,050 600,050 0000000000000000000d34e6d823cc8a57c2f9c9bd5dc64294203ed7a2605249 1,626 0.72/1.00 vMB 13
600,049 600,049 00000000000000000011766587a62d47b80e3d40a09b2756740a6f63ab5787de 1,703 0.51/1.00 vMB 15
600,048 600,048 000000000000000000101603b8ee1999c84ad85c6f399f787762e0467317cf29 2,079 0.64/1.00 vMB 16
600,047 600,047 0000000000000000000ff1c5a5718b52de16561c56827a2c23fb02831c69a74b 3,479 1.00/1.00 vMB 15
600,046 600,046 0000000000000000000c17f64f061a0d82588237eac26d9543c242c7fc398fc0 2,033 1.00/1.00 vMB 17
600,045 600,045 000000000000000000003368c29c2eca520e3b3fe9a68e893098d6af32148dbd 2,144 0.67/1.00 vMB 7
600,044 600,044 00000000000000000000f68b687d8df9bf45d6f75b332d1bf4fa0e21ac21f3bb 2,015 1.00/1.00 vMB 20
600,043 600,043 00000000000000000013cfcead55717d8375c9dc2947d03e7016aadb4d8031e8 2,299 0.65/1.00 vMB 11
600,042 600,042 00000000000000000009a5d75dfc64291f7eb5b5af7fa93a3bb0624f9d7ab029 840 0.27/1.00 vMB 14
600,041 600,041 000000000000000000114a99a42da71fb705c6da9c50e0bdb6ec5c355fa9262b 3,268 1.00/1.00 vMB 10
600,040 600,040 00000000000000000002e9bb0a344cf3951cd2ec4ce7c8c664f869ea58e36dfc 2,214 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.