Loading Tool

Explorer IconExplorer

Memory Pool

47,124 transactions
28.03 vMB
0.08804433 BTC
Random Selection Loading Transactions
Max Size: 148.56/200 MB

Candidate Block

Mining Attempt c3831aa061c3d53185be88f5371b5dbcba1548eb17e34d33e82eb61ab6c08f57
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root a191236dcc9da177fe2838ed20c3c73fdd9d85a3fa100a5e7e8b5af7e6ff2a87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,162
Size: 1.00 vMB
Total Fees: 0.03265832 BTC
Feerates: 200.00 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (729,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,831 185,831 00000000000006d4c039294ce281c8bcd8d3eb9b4df48426a13fa762f07e91ad 7 0.00/1.00 vMB 85
185,830 185,830 00000000000006006ab313edb284b005050588be5f9d80e9b04bc07ceeaa3dfc 97 0.03/1.00 vMB 65
185,829 185,829 00000000000002c921c7eefe8dc56c26b290104c8f23f6baf65c1679fb864ca2 128 0.06/1.00 vMB 102
185,828 185,828 0000000000000531b00efcd4957106d08e6ff88e6e9bbed41af226a0bae6e2d0 60 0.04/1.00 vMB 73
185,827 185,827 000000000000040dfeecf7ed1685e7076cb9d4abb331a97ec95add8b21aa0629 192 0.09/1.00 vMB 123
185,826 185,826 00000000000009ae7f1e6746e30636df17a9e68dea730b7c6dd190e12b2a228e 596 0.25/1.00 vMB 127
185,825 185,825 0000000000000943b16012b040da2d4e22e80be814f4b7833001a9570bcbecb8 217 0.06/1.00 vMB 65
185,824 185,824 00000000000002459afbfea5a84b19d49e14650f73ffb0a284df135c7c766b0c 62 0.03/1.00 vMB 74
185,823 185,823 00000000000009009a48704acb7f70e0cd8a2117e0411bad0ad20074d41a576c 159 0.15/1.00 vMB 80
185,822 185,822 000000000000094baa405a2b9f68de9939124ff1ab7a84b1b9b4c38d50a9b1e8 117 0.05/1.00 vMB 105
185,821 185,821 00000000000001136cc9e179c6dbf99415298a5c1053fdd0211db369737ade24 12 0.00/1.00 vMB 1
185,820 185,820 000000000000080bc951a85b543ef8272f2dc4ac062143f80cd3ff27fbfab3e5 18 0.01/1.00 vMB 56
185,819 185,819 0000000000000286910c277b2e60be58733c06c42108f1b414ec4472a2f6d5e3 465 0.22/1.00 vMB 107
185,818 185,818 00000000000002656b7cc7df48a5fd77f8fba8ee664805afe8040ff0237ea119 13 0.00/1.00 vMB 0
185,817 185,817 000000000000009dc848a2e74d431cead8259f54aea54724a9460727a85dab48 581 0.21/1.00 vMB 137
185,816 185,816 00000000000003a7b870d4f4f619e2d658081920f88d395b3d4cdb7ea58dfc96 57 0.02/1.00 vMB 5
185,815 185,815 000000000000006683d4f65395bc1c11d7a5f3adaadc3d2cabad5bc67ba1451a 73 0.03/1.00 vMB 29
185,814 185,814 000000000000059bfd59c5d7d86d90b521fd5720cbbecd4d702be9019cbce0cb 445 0.42/1.00 vMB 637
185,813 185,813 000000000000072b3d99ae701ace89ff43bd57d978909fd528f68b6ab0165388 99 0.05/1.00 vMB 273
185,812 185,812 000000000000039b67b53928216ffbe892f774454ce66547611fc13d57f7056d 26 0.01/1.00 vMB 129
185,811 185,811 000000000000096c278043ccc52c44f10c7f7423368edcdfeb7dcb3c78b2bb1f 17 0.01/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.22 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: 654.78 GB
    • Received: 14.20 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.