Loading Tool

Explorer IconExplorer

Memory Pool

74,881 transactions
27.65 vMB
0.07677772 BTC
Random Selection Loading Transactions
Max Size: 168.54/200 MB

Candidate Block

Mining Attempt e42aabb7b7ea3626cda315b70d94fd4464e92945f6f6371344312a59ee81dbbe
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 3d397a2e1438b0cec5f7f019101613e16a0cbaf97840e47dbf4e33cce0a1e5d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01776619 BTC
Feerates: 121.74 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (464,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,968 450,968 00000000000000000129be428b0789bb6759bf8ef21b82ec573c20f2d713d0e4 1,599 1.00/1.00 vMB 47
450,967 450,967 00000000000000000011c489cf19275b3cdb44f35a8887e4730c7d105fc130ad 917 1.00/1.00 vMB 59
450,966 450,966 0000000000000000004f5ab9dedfffd6e8b1bbe1403b07b2c9abf8f1f53c9450 1,333 1.00/1.00 vMB 60
450,965 450,965 0000000000000000011bb97d897b5d199bf9d16690e54d3bb3276de42d572173 2,216 1.00/1.00 vMB 115
450,964 450,964 00000000000000000123786906c028275749782cbded027928ad7df4dbb21c23 2,061 1.00/1.00 vMB 50
450,963 450,963 00000000000000000261e3280e13a233865d2ffeeaf10ee5a4f8fec158e87053 2,091 1.00/1.00 vMB 83
450,962 450,962 0000000000000000006d194e9fc59488d834126336f8a44641c0135f779d1c08 1,722 1.00/1.00 vMB 79
450,961 450,961 00000000000000000240512ec43b276a5bc49bccd440a1ea3db904527efcc0f1 2,175 1.00/1.00 vMB 85
450,960 450,960 0000000000000000012f6ddb77e5c6baac0ba207d927cda59698550266c491aa 2,040 1.00/1.00 vMB 53
450,959 450,959 000000000000000001123788bc56a7111e97eac38a956a32e1a568518a71f108 1,279 1.00/1.00 vMB 65
450,958 450,958 00000000000000000230e47aba3ce033d870c7ee4b2039a90f03dd8213ae46fe 2,385 1.00/1.00 vMB 86
450,957 450,957 000000000000000001085efbb558623580e7548f023e2ec3fd40d2141348d2af 2,040 1.00/1.00 vMB 103
450,956 450,956 000000000000000002c098e283d0f186e3f0d591839c875572f8d0d02e08f35a 2,220 1.00/1.00 vMB 78
450,955 450,955 000000000000000002c91a74eff899976e9738554f51c5673dbb4f4de3764b1f 1,702 1.00/1.00 vMB 73
450,954 450,954 000000000000000001f0eb5c7c22869e9b7e83e713400b8312c28ea9dfd9eda8 2,037 1.00/1.00 vMB 70
450,953 450,953 0000000000000000011a6bd33ebfaa495ea08cec4c7cfb63f310688380369b17 1,662 1.00/1.00 vMB 99
450,952 450,952 00000000000000000116f940488415fbb8876e1276ae8b7f8f8eb52de9072868 141 0.10/1.00 vMB 71
450,951 450,951 0000000000000000025398aaf854f318cd4898dfe1a56d3849d1ed1bc6a682b1 2,463 1.00/1.00 vMB 82
450,950 450,950 000000000000000002cb827a494cb417b703387d74f9060b2dbece765cc3ceb8 1,766 1.00/1.00 vMB 72
450,949 450,949 000000000000000000e5f3e2c88a9aef3c670fb28727f85a0403626ad830819a 2,218 1.00/1.00 vMB 126
450,948 450,948 000000000000000002b3cdf043a031c68022fc0bd098039c7bb415e1b6f96288 3,614 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.