Loading Tool

Explorer IconExplorer

Memory Pool

81,022 transactions
30.36 vMB
0.08139569 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt f334e39c3513b0ade05a1093eebbfa01cb3aafd666757e2143e89cf489f2a02e
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 443486cc8010157754bbf81c4694afef12ac559dd8ca09782bc7dfb752a30b26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.01852524 BTC
Feerates: 100.24 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (126,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,205 788,205 00000000000000000004442aa615a1fbdf5167a53c9db0faeee5614994aa442b 3,202 1.00/1.00 vMB 59
788,204 788,204 0000000000000000000003a0d1aef57152cf0f1609ae26b42cdf0d234b6d8e43 4,119 1.00/1.00 vMB 42
788,203 788,203 00000000000000000005599c7a4a06a8098623bb39b1feabf7333283b7890fbf 3,219 1.00/1.00 vMB 16
788,202 788,202 000000000000000000024493785b3ed87d9a9342771e01a925c6758b03ceb90c 3,272 1.00/1.00 vMB 31
788,201 788,201 0000000000000000000263210674bbc32fcfa313ca20b0f214cc52967c773e9e 4,186 1.00/1.00 vMB 32
788,200 788,200 00000000000000000004fda782d62f9f68c4babbf12a9b33d5e32fb44aa8d35d 3,816 1.00/1.00 vMB 51
788,199 788,199 00000000000000000001fbf7332f760ece8ad4d5983a064404ea94f57d0a7c9d 4,012 1.00/1.00 vMB 21
788,198 788,198 000000000000000000021dbfb839c69db7885ee10ab40e6a85677b940e43f91c 2,226 1.00/1.00 vMB 44
788,197 788,197 000000000000000000000d015aa7e36a9cbbed95635c3140a64e8a311d2dce63 2,988 1.00/1.00 vMB 110
788,196 788,196 00000000000000000002f2560901450c1a30021050ec2b2f34f535c6dfa93ad3 665 1.00/1.00 vMB 14
788,195 788,195 0000000000000000000086f7961e91b0ceab63187a92b4f975aa6e762bb64a9f 4,098 1.00/1.00 vMB 43
788,194 788,194 0000000000000000000215c42d04e83957b4a84ca5f5e7bbfb9d5a0592cc1a36 4,761 1.00/1.00 vMB 21
788,193 788,193 000000000000000000015cdfc8c1f58bf5b78230b63c6ed53ca559f2d5396daf 4,651 1.00/1.00 vMB 27
788,192 788,192 00000000000000000004cdbd4cd0be4df6f16d4d935d4d39b1e0258394554331 2,765 1.00/1.00 vMB 76
788,191 788,191 00000000000000000004302b7194b4cf9fde33a43a065c7166797278215d768e 3,190 1.00/1.00 vMB 54
788,190 788,190 0000000000000000000573d774ce48c215a64ff26610acdd58c7b60bc1475e8b 3,709 1.00/1.00 vMB 20
788,189 788,189 00000000000000000000af7dd9297979ace1030a17af644367c32f7dec3420ec 3,267 1.00/1.00 vMB 97
788,188 788,188 0000000000000000000404d3062d0274af6798c32606cb9c24b03fb1a8420cfd 3,261 1.00/1.00 vMB 22
788,187 788,187 00000000000000000002dce8684c24b1e04e0b86532deea15700033f2845d07a 3,788 1.00/1.00 vMB 54
788,186 788,186 000000000000000000030997bcc164d7acc6b24f13c0366f7dffadf91758ed0f 2,241 1.00/1.00 vMB 21
788,185 788,185 0000000000000000000492a109c08e21a195002264c71856d5a433e46144d4e8 4,534 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.37 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 663.64 GB
    • Received: 14.92 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.