Loading Tool

Explorer IconExplorer

Memory Pool

42,136 transactions
26.60 vMB
0.06275161 BTC
Random Selection Loading Transactions
Max Size: 139.02/200 MB

Candidate Block

Mining Attempt 081ac530d605cedb53af7b46ee4b5601d1c9ab5a1b5cc9eb91337f932ac0475c
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 2718041b6ac87b92b5d42a42c41a0f6a364ce051a2dcb61a5fa3ccbd02f1e0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.01376602 BTC
Feerates: 47.58 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (462,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,309 452,309 0000000000000000015a31abfb1ca61e5a8863312dce8d3f2ebcced6b61f3d74 2,846 1.00/1.00 vMB 132
452,308 452,308 0000000000000000005867634c363284caf01ce5dd2d6e2a6c2ab26030f33493 2,291 1.00/1.00 vMB 118
452,307 452,307 0000000000000000006c0660e4e983336d6ea1921b0dcc40a7f6932d591d0aa3 2,201 1.00/1.00 vMB 141
452,306 452,306 0000000000000000021e132d37f42048c9bd34c1c77f9a3f4ca660425fee5023 1,899 1.00/1.00 vMB 110
452,305 452,305 00000000000000000020b397f9c60206d75c7c0660b701642637ce29d02e6d22 2,098 1.00/1.00 vMB 114
452,304 452,304 0000000000000000023de4af4c75d245f5bcc4ff463e90354ab7d84b0806fd6f 2,795 1.00/1.00 vMB 109
452,303 452,303 000000000000000001f0c0e6a0816b57d53772720ab718c70406d2cd89dc4830 2,960 1.00/1.00 vMB 73
452,302 452,302 00000000000000000059205480dd0674ad11cd967d563d50be7d3fa032c8ae2a 2,271 1.00/1.00 vMB 82
452,301 452,301 00000000000000000255f3265753f2347320a95b92e0c0c08149d838105f3729 2,452 1.00/1.00 vMB 138
452,300 452,300 000000000000000000844edb3c2449253d5fdc05a7f536dfdfa5871b84323dc4 2,277 1.00/1.00 vMB 176
452,299 452,299 00000000000000000190173276e5f7793a2c1479e60257cb5b5ad4e5175c6c0a 2,480 1.00/1.00 vMB 154
452,298 452,298 000000000000000001e1d613c5d718d741cb8310e2603fb3e6b84d1525e9b98b 1,623 1.00/1.00 vMB 68
452,297 452,297 0000000000000000018357241c626e9dd0565f022d8d5d9b88ea9c845a55ac13 2,160 1.00/1.00 vMB 86
452,296 452,296 000000000000000000159f8091a65ed3b0c828d3859d9662e9c52564c9b4ba01 2,173 1.00/1.00 vMB 127
452,295 452,295 00000000000000000255f22148c5f1feef54c9ee665c66141e9180938ddf42e7 1,090 1.00/1.00 vMB 107
452,294 452,294 000000000000000000b6776621e9c623a450eb63047efb1eb258b6be3fc33035 2,683 1.00/1.00 vMB 182
452,293 452,293 000000000000000001a3098128b707531e46667915115ec9ff304792a0a92357 2,241 1.00/1.00 vMB 69
452,292 452,292 000000000000000001452cfeca3c55a240ce29c88195bdef2af2ceb77b19093b 2,642 1.00/1.00 vMB 99
452,291 452,291 0000000000000000004e92d5524fd6fd2395ec19fc7f92e458229cc6b81f939c 2,134 1.00/1.00 vMB 90
452,290 452,290 000000000000000001906c1a6fddbebda6b243ded6b5b7985b3fddf284a3f7ef 2,056 1.00/1.00 vMB 121
452,289 452,289 00000000000000000191f54ceb1c818f013e8e5cc1ab9306684b407564184979 2,438 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.