Loading Tool

Explorer IconExplorer

Memory Pool

81,790 transactions
31.18 vMB
0.08401587 BTC
Random Selection Loading Transactions
Max Size: 189.49/200 MB

Candidate Block

Mining Attempt b36fae8196e4b592e4107974030103e45a83fed830610cb5b0a0ad993492a23d
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 5cd6773893c349df22c042096068711b2853e1a4d3dbe32cf5aa93f31c230c4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.01665398 BTC
Feerates: 73.20 > 1.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (119,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,229 795,229 000000000000000000025ec46114436c1cd1d002e94ac6e799e8c8895c5533c8 3,690 1.00/1.00 vMB 28
795,228 795,228 00000000000000000002fa8c191186f8d156a275e4c30de1e92ba5f6625edfc4 2,400 1.00/1.00 vMB 39
795,227 795,227 000000000000000000019c7a2fb654ebe6ebdb00ba94fc92dd2fac05fca49b9f 2,829 1.00/1.00 vMB 25
795,226 795,226 000000000000000000026ee132bc331b4237eb9f4327d2c4dbf07ed2a9dc87f2 3,975 1.00/1.00 vMB 34
795,225 795,225 0000000000000000000108f936b08bf57632b9591b8dae52f9a2c327abaf3ded 1,826 1.00/1.00 vMB 31
795,224 795,224 00000000000000000000830512d23b9e22746b7c4f34be8ae81182ce5d91bf6c 2,912 1.00/1.00 vMB 31
795,223 795,223 0000000000000000000247ca516084d11de48f0b983a3227bddf77332ab2267f 4,125 1.00/1.00 vMB 35
795,222 795,222 0000000000000000000131f739173f34fee3b41faed6635877c170612b90eeb2 3,261 1.00/1.00 vMB 48
795,221 795,221 0000000000000000000524b2169599aebbcce86bbc97dcb127097f9992bd0d6e 3,201 1.00/1.00 vMB 43
795,220 795,220 00000000000000000000209909c8e2306d5b406cf42dfa12d912e834bfb78d91 1,926 1.00/1.00 vMB 23
795,219 795,219 0000000000000000000043f61953bf18b8e30dca10e9ebfb62efd43558c5d838 2,850 1.00/1.00 vMB 33
795,218 795,218 00000000000000000002b38cc29379911c2c94b9a61f9ed13a9b8835e642de61 4,048 1.00/1.00 vMB 25
795,217 795,217 000000000000000000021d51bc45cd6e8bad7d1a55194331c6757cba44d18631 2,168 1.00/1.00 vMB 28
795,216 795,216 0000000000000000000079dcca6396841c4b29d98d988c504603f3c0799aaed4 3,095 1.00/1.00 vMB 34
795,215 795,215 00000000000000000002b61ab4a2884aff41ef7a6d052730542e16bed360987e 2,767 1.00/1.00 vMB 43
795,214 795,214 0000000000000000000125186b95b89b6a71408e1e4419c1adc8011b61b8a38e 4,546 1.00/1.00 vMB 29
795,213 795,213 0000000000000000000132d333ca333e647bc6b4c0848827e327103ff7622a99 3,470 1.00/1.00 vMB 35
795,212 795,212 000000000000000000052904d768a33d13d51930abdee8a0fd98e7e2de847d58 3,327 1.00/1.00 vMB 25
795,211 795,211 00000000000000000001bfa069b97297114eba4f1cf9b95cd89c72b752d8e11e 3,544 1.00/1.00 vMB 40
795,210 795,210 00000000000000000001fccfc6695c97e5f25759acddf3b4e67d4a38e2e07003 4,090 1.00/1.00 vMB 26
795,209 795,209 0000000000000000000009cc6f375ea3de68f3bd1c2d2a8df701d05077724ca0 3,790 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.