Loading Tool

Explorer IconExplorer

Memory Pool

86,332 transactions
31.61 vMB
0.14602277 BTC
Random Selection Loading Transactions
Max Size: 190.60/200 MB

Candidate Block

Mining Attempt 08123ea37f02b1992a8d380cde8ff41e20a3d13fe480fc10722072668f7c4fba
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root a0d963b3d1742c5215aecea313bf0987927a92b043c6f854b77094f0753a2bc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.06442245 BTC
Feerates: 214.31 > 6.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (231,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,257 683,257 00000000000000000002e41e5fd1de3a4a503d40b171da926ad337a932ca1f3f 1,534 1.00/1.00 vMB 23
683,256 683,256 000000000000000000052e95f7fb8b87b2bbc51b5c375413ec590bbb1b96db79 2,017 1.00/1.00 vMB 30
683,255 683,255 00000000000000000004a5769a1ef05bdc64ab15a5de8fb1a0cfecb19be61e14 142 1.00/1.00 vMB 4
683,254 683,254 0000000000000000000468e1e1cdfa45de06f9500d18e3ba2c216c1771a946b4 2,290 1.00/1.00 vMB 33
683,253 683,253 0000000000000000000c6d3d1f256892fd61520c0c5fa9d78022badc3323c8bc 1,983 1.00/1.00 vMB 25
683,252 683,252 000000000000000000015313907331ed4bedd8db6657c3ee47c215d704197422 1,193 1.00/1.00 vMB 46
683,251 683,251 00000000000000000005a6b8df3c8f48f2d9741239b61c3e40d75222e55d0428 505 1.00/1.00 vMB 50
683,250 683,250 00000000000000000009d628159ab793193790d4b3ebae152068ff6770cc0a3a 1,057 1.00/1.00 vMB 15
683,249 683,249 00000000000000000004867ba3968ff68609773d12cccc6ea301afd7af823137 2,155 1.00/1.00 vMB 35
683,248 683,248 0000000000000000000cd3b7c6fcdf836a042caa12854378f31197c1b6f234e8 2,118 1.00/1.00 vMB 43
683,247 683,247 0000000000000000000a109fe1e4f0cc3be51305b5d10f70ff9fb03f87d3d2e2 1,511 1.00/1.00 vMB 25
683,246 683,246 00000000000000000004621bc405aa267457b0f6a5f6a76f2992f53cd62f0641 2,234 1.00/1.00 vMB 41
683,245 683,245 000000000000000000066c2fef7ad25fce813b600d35b6d6bd63c9df60cebfd3 213 1.00/1.00 vMB 6
683,244 683,244 00000000000000000004d195ad3e90add82a1308300da5ae851ebe5f4c0dcae8 147 1.00/1.00 vMB 3
683,243 683,243 0000000000000000000d2da07683c94b73bc264911cc9e955fab8d0bcccf2c0e 1,815 1.00/1.00 vMB 35
683,242 683,242 0000000000000000000848a93635b4e355b3d9530d049a3b5a9470910585f62e 1,129 1.00/1.00 vMB 23
683,241 683,241 00000000000000000006a3e5122dbeae73dba31df8c1cc8a7cc08d0b8d687bbc 1,866 1.00/1.00 vMB 20
683,240 683,240 00000000000000000009e39d9a183a4c3ce8377ead88cd34a2c87cd44cb696ad 1,416 1.00/1.00 vMB 9
683,239 683,239 00000000000000000001122efffad2e85a04bc8f0e731e4072f0fe0d8ecf3a55 2,090 1.00/1.00 vMB 28
683,238 683,238 0000000000000000000568dc1c487c0777fd55fd8e9a29c61c659cc65f756e96 2,374 1.00/1.00 vMB 50
683,237 683,237 0000000000000000000beb5c41b866e7c1d25c5e8c7ec0f31ecad7157f0176ae 2,648 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.33 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: 660.71 GB
    • Received: 14.77 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.