Loading Tool

Explorer IconExplorer

Memory Pool

43,858 transactions
26.62 vMB
0.06628246 BTC
Random Selection Loading Transactions
Max Size: 139.78/200 MB

Candidate Block

Mining Attempt 9edfd1b9814668c036dbc7c08e1b6f112f347e6c30160de39c2ec80bd456da3b
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 900be2bff0b199d9c7d224201b039a30e6d3dfdaf73aee14ecdc942ee7bb1ae7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,653
Size: 1.00 vMB
Total Fees: 0.01727627 BTC
Feerates: 150.61 > 1.73 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (225,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,188 689,188 0000000000000000000410ed2f6afdcf7a01b13083c74897c65a6b4417fb4726 2,080 1.00/1.00 vMB 74
689,187 689,187 0000000000000000000c8d6dd168c9ca62e14f1af166a079f2603a24dfda9f16 2,817 1.00/1.00 vMB 84
689,186 689,186 00000000000000000009d60795377e60f7f281fd8d840637e4c4503f15e3153d 774 1.00/1.00 vMB 67
689,185 689,185 0000000000000000000066862eddc8d90c9e2c19f591daa0577300e87c82403f 2,470 1.00/1.00 vMB 75
689,184 689,184 00000000000000000007a290d2a7a9ed66bb1653bc7fec9ec78f62df98fd8962 2,887 1.00/1.00 vMB 94
689,183 689,183 00000000000000000004d38172cb55b8a6ec1378a0b2f0a1fdda9a1dd5d2a960 4,274 1.00/1.00 vMB 51
689,182 689,182 0000000000000000000c02d1a859b8bf8e4fb1793e6c1a866f8cbd183331b5e8 3,085 1.00/1.00 vMB 68
689,181 689,181 00000000000000000003f181e2219f59146e8a8f4b7dd09b50e814bed22242b8 2,060 1.00/1.00 vMB 65
689,180 689,180 00000000000000000009a94563e58f816b6496fc8478c9afb28ac3c937320232 2,556 1.00/1.00 vMB 82
689,179 689,179 0000000000000000000d175510ca814f880cebcf4df2909bf879880a4d187ff9 3,295 1.00/1.00 vMB 63
689,178 689,178 0000000000000000000d7fb6fef5b543e0b458cd9bf77bd47cecc6dc9dbc67bb 832 1.00/1.00 vMB 70
689,177 689,177 0000000000000000000079a511c9446c2006725ae27009d3cc5169f5874261cf 4,130 1.00/1.00 vMB 55
689,176 689,176 00000000000000000003cbda63b8987a4e1ab6bde0e732649ad059c932266fd8 3,176 1.00/1.00 vMB 80
689,175 689,175 00000000000000000007a22994852b2df174814c58b045bb713818ef644ab8a9 3,108 1.00/1.00 vMB 61
689,174 689,174 0000000000000000000dbcf5866ffcfc58cd91564aaf5778b6f26c64af0cf6b8 2,162 1.00/1.00 vMB 63
689,173 689,173 000000000000000000061121912916c8fff06c3478471e86b8cb3afc7bba4ada 1,205 1.00/1.00 vMB 66
689,172 689,172 00000000000000000008da8901f0a0165c8fcef1cdcc85ba6224435e03ac2082 2,664 1.00/1.00 vMB 67
689,171 689,171 00000000000000000007d7413186c4798b109441b638e92566b1d30547050d71 2,468 1.00/1.00 vMB 78
689,170 689,170 000000000000000000022a313fbb475aaf5bba5113328e5d919c3111bb015d1f 1,634 1.00/1.00 vMB 73
689,169 689,169 0000000000000000000866ccd7e17192c9cffe572c826c4eae3bcf70f1ee7f93 1,421 1.00/1.00 vMB 73
689,168 689,168 0000000000000000000792379bd8db1ca8e4d7889cb9849ff355d248a975fb12 1,238 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.94 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.