Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
34.56 vMB
0.16335811 BTC
Random Selection Loading Transactions
Max Size: 192.11/200 MB

Candidate Block

Mining Attempt bff32b9b1c7a35dccbda45401d4a2e650dbca7a22ca776b1aed3f29b7b4fddb5
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 38a725b0260fc50cf71292d69717f2021a5622b2e66c7be2fbe8b5f5ed34ef61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,938
Size: 1.00 vMB
Total Fees: 0.03679153 BTC
Feerates: 445.78 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (551,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,272 364,272 00000000000000001175adf6457979ff04d323b4923fa6868ddba718eced201d 547 0.50/1.00 vMB 16
364,271 364,271 0000000000000000004286449cb3b85d89d83b28b5d951897dd4b0921cd60d0f 1,187 0.75/1.00 vMB 19
364,270 364,270 00000000000000000c965041271c59c67dbf3aea28f3ec629c940d16191d025d 2,241 1.00/1.00 vMB 9
364,269 364,269 0000000000000000112d5e3e3975d90444aa16038cef855061df14e4429bb0e8 1,101 0.93/1.00 vMB 21
364,268 364,268 000000000000000004f5dd042ec11e0da4658802ff3f50ac9bb28d810adeca2e 1,955 1.00/1.00 vMB 22
364,267 364,267 0000000000000000134e4f9b0dfb4d3d1b3ded6a085e4af1ca6025450bf16a79 2 0.00/1.00 vMB 0
364,266 364,266 00000000000000000d9fe3ca2ee4e7a5a8863aded0b42474070e00980a8efc6f 1,654 0.75/1.00 vMB 40
364,265 364,265 00000000000000000da35d8512dc6d971e7e90d8a59fc711876114f32f3a7737 1 0.00/1.00 vMB 0
364,264 364,264 00000000000000000e3e1553a703d926faa302c5cb030b532db659fbaf09e80c 1,200 0.93/1.00 vMB 20
364,263 364,263 000000000000000003dd6f1371ee60627434cf050a241124271ba4c9587c71e9 1,206 1.00/1.00 vMB 27
364,262 364,262 000000000000000009c40d3a85734abdaab8f9b132b3da89e8521691cdcd6448 271 1.00/1.00 vMB 17
364,261 364,261 000000000000000012966f57ff9cf5b031e010ab70002f6cd7f1f7dfc37aa7ab 1,471 0.95/1.00 vMB 37
364,260 364,260 000000000000000012052d8ba194ac4281d3ab4012e71b565fb9f1e86ac19183 1,203 0.75/1.00 vMB 31
364,259 364,259 0000000000000000050ba09a243c5e755d2594253872bc003ff92c85dfe91e01 743 1.00/1.00 vMB 20
364,258 364,258 00000000000000000b2382ba8696b634865b510a488e2479feaf821779ce3ce3 1,517 0.75/1.00 vMB 27
364,257 364,257 00000000000000001364d46cea0f3e019b2c86ae2d0e6349ecf0125ed57b968c 1,252 0.93/1.00 vMB 26
364,256 364,256 0000000000000000117c839ff48dedb198b88ab2af8d287fa9e0b43d492605d9 1,095 0.93/1.00 vMB 29
364,255 364,255 0000000000000000121a0b865114f3ca73d934e2c726f8ebf9f54c8d1550bb64 421 0.93/1.00 vMB 20
364,254 364,254 0000000000000000151313111b5d51fd1f343d16c0d1e45f452e7490419095dd 998 1.00/1.00 vMB 19
364,253 364,253 000000000000000010c1b83c401c682f5d43c96fc0b8844622efd739d39d071f 1,495 0.75/1.00 vMB 37
364,252 364,252 000000000000000005f2cd3f76d9b48e3ccdb7905aaa7161788f53c26e854411 1,479 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.11 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: 736.44 GB
    • Received: 18.58 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.