Loading Tool

Explorer IconExplorer

Memory Pool

80,099 transactions
29.69 vMB
0.07198863 BTC
Random Selection Loading Transactions
Max Size: 178.96/200 MB

Candidate Block

Mining Attempt 3fcbc9745ae51def63be43aabbedeefabf2d3a36e02a74261634dcc4d2eeb532
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 58a42bf2dadeabcf8ebcd7117a68cf3fe58e5763eb8dfac54affc677201f2aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.01146796 BTC
Feerates: 147.04 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (352,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,146 562,146 0000000000000000000770ac2cbea12552d2aba2b4daa251ac84fe2a43436729 2,843 1.00/1.00 vMB 11
562,145 562,145 0000000000000000001f73975663084ae40169b229c8c3a2cd9d452f5a47e76f 2,805 1.00/1.00 vMB 36
562,144 562,144 0000000000000000001c2aabcf4638c9dc2d8b2c61b2d75445e6730c5e3bbec6 2,353 1.00/1.00 vMB 25
562,143 562,143 00000000000000000007b342296d40bb761edcc5b5ee4812a9874c1dd4166888 2,821 1.00/1.00 vMB 17
562,142 562,142 000000000000000000113d678d61cf8fbe9aa5def8ceb08afdff49581b77032a 2,286 1.00/1.00 vMB 10
562,141 562,141 0000000000000000001475da684280cc3fa11874031cd0669898517fa601669a 191 0.06/1.00 vMB 10
562,140 562,140 000000000000000000196f1b59fe1619801d250b95fea1036ae50dfeec5898f9 1,616 0.72/1.00 vMB 10
562,139 562,139 00000000000000000017e7c503069948b7dcbac0eac48642b1d38014242da64c 120 0.07/1.00 vMB 29
562,138 562,138 00000000000000000010b716cd2625d694f6a9cea887e7465c3339a3acab4d3f 1,267 0.50/1.00 vMB 9
562,137 562,137 000000000000000000138e8a7ed6a49b33a90a3f78ea7921e92fd0baee696754 1,402 0.60/1.00 vMB 5
562,136 562,136 0000000000000000001170da2aabdf2b4272638bc676c988138c17d2b7cfb466 2,002 1.00/1.00 vMB 6
562,135 562,135 0000000000000000000b083a7f9b73d6dd683c2c2e93077a58741b3a7824cb31 1,275 1.00/1.00 vMB 6
562,134 562,134 000000000000000000211122c8e12cb51705bb0569432d283f3a6e6d6f649c7b 1,645 1.00/1.00 vMB 10
562,133 562,133 0000000000000000001ada2be20a67953ea0ec7e53f6af6a3f231bb575e1c726 2,345 1.00/1.00 vMB 14
562,132 562,132 000000000000000000026f7531d3eae9cffa41af5f0a613b2e5f43c4a06843fe 1,754 0.72/1.00 vMB 8
562,131 562,131 00000000000000000020978cc13a5613c3f5513bfdf2a21035feecc6d6fc18a1 207 0.08/1.00 vMB 21
562,130 562,130 00000000000000000015003cb19960e8e5ebc0d0520f0af6977dcb84d119fdb1 1,737 0.55/1.00 vMB 13
562,129 562,129 00000000000000000014ead648683704f87e4ce7b87371beaba1d48e83919c77 1,548 0.62/1.00 vMB 10
562,128 562,128 000000000000000000165bd606979be349d150503c3a7b75fffc6d8069d8b677 1,959 0.67/1.00 vMB 10
562,127 562,127 00000000000000000011049e2556b0e0332dee4af72a612c78f717bba74e09a2 81 0.02/1.00 vMB 27
562,126 562,126 00000000000000000028f782ecdcffce45f1460d108ce5bb0cd931fdb6020d23 391 0.13/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.36 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: 662.84 GB
    • Received: 14.88 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.