Loading Tool

Explorer IconExplorer

Memory Pool

81,008 transactions
30.05 vMB
0.09451710 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 6a5847d6339b2c3a499a4290f45ecda2a6637aaddf980ad05e7101dd555a03da
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 9e1432b08a622f8d79a973ad7bbe18fa097a9c0c2b84c566d0fc909c53d22bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.03133828 BTC
Feerates: 100.37 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (544,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,513 370,513 00000000000000000c9b7c32223e8a11b59e536fd8ae1b48e51418651375023d 1,646 0.75/1.00 vMB 50
370,512 370,512 00000000000000000a61bba734ff45c1f8c395730737494aa69b4e57d78ec1e7 123 0.25/1.00 vMB 16
370,511 370,511 00000000000000000fdf8c1f1137757a297b4437943ccc40870f2751aac780ba 194 0.11/1.00 vMB 24
370,510 370,510 000000000000000010b7cc11fe88e53c62f0099c18f5eb57072703a9994151f1 964 0.46/1.00 vMB 40
370,509 370,509 000000000000000004a7bbfb031c32077bd94c2365e7aee6a24db80709fbacf0 672 0.32/1.00 vMB 41
370,508 370,508 00000000000000000f8868b52c63e7dce8b8ab46555b3dca215877b471cbfe28 461 0.39/1.00 vMB 19
370,507 370,507 0000000000000000017ee5a906f7bf71f4c6e1e36fcbe9e4e9401ac50259a4c8 1,473 0.75/1.00 vMB 43
370,506 370,506 000000000000000004d406d9373e95cea028dd43642d4bbe4d47d3d74e4eec26 383 0.23/1.00 vMB 35
370,505 370,505 00000000000000000bf52d66c6e96aeb60cf1e3d7a07d7e55defaec9b6458845 1,645 0.93/1.00 vMB 39
370,504 370,504 0000000000000000040cd90a571714c4c3b37cf1c412b649ae2a810a544e74d8 1,504 0.71/1.00 vMB 37
370,503 370,503 0000000000000000024088cc7714bf604afceb586e9f79b67a85be2f3fadb7d7 608 0.33/1.00 vMB 36
370,502 370,502 00000000000000001015400e69f4332d0cab2371af67720aaacd686c2b1b66fe 1,526 0.85/1.00 vMB 31
370,501 370,501 0000000000000000140e84bf183d8d5207d65fbfae596bdf48f684d13d951847 2,251 1.00/1.00 vMB 48
370,500 370,500 0000000000000000133c8e4e1dd3960eb54040aa5d6cd2f1a02a718ff0b34a39 205 0.14/1.00 vMB 33
370,499 370,499 00000000000000000cfb0576f36e527111b3f36814b88834c4caf8fd99852d24 204 0.13/1.00 vMB 42
370,498 370,498 00000000000000000eb5078a0b6124e5d49ed635d81dc1ae3d277ab8e0f96d44 219 0.14/1.00 vMB 27
370,497 370,497 00000000000000000e16874b788c5588a11188db7e1dfbdf2153e221b291f5bb 177 0.15/1.00 vMB 38
370,496 370,496 0000000000000000027fd5b98b2a67a0ad0ee28e669d6d72180236a7c8aba074 1,183 0.60/1.00 vMB 41
370,495 370,495 0000000000000000040777e8b89981707cbb9cd0011004f5ad42225bd5ac518b 552 0.26/1.00 vMB 40
370,494 370,494 000000000000000002326720bc88b5a6469b18335b0b21fab50c4ca3ce2e4931 503 0.30/1.00 vMB 22
370,493 370,493 00000000000000000b165e1c891ae0905cd794d62f79d45f9d50e780cf59c3e7 1,933 0.93/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.