Loading Tool

Explorer IconExplorer

Memory Pool

80,628 transactions
29.99 vMB
0.07860774 BTC
Random Selection Loading Transactions
Max Size: 180.50/200 MB

Candidate Block

Mining Attempt c30db3c33547dbce27408e5da7d1395349e9a47fabbf8ad2507e3d6a663a1793
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root d5342fdc8b2c3049e061fa035fcb61ecb63f9c73113c813a1e30b18aab39295f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,562
Size: 1.00 vMB
Total Fees: 0.01733911 BTC
Feerates: 197.70 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (390,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,893 524,893 00000000000000000009760a567475cb335bc0ba65b0b1158cf6bc5ac76baa0a 1,517 0.80/1.00 vMB 21
524,892 524,892 000000000000000000027226a947e06e93614480685a82ec8151f3918d393f4a 2,556 1.00/1.00 vMB 36
524,891 524,891 00000000000000000006d327356d0c5dc6481245864ad266af7147ea76c9269f 2,577 1.00/1.00 vMB 63
524,890 524,890 0000000000000000000cd5d1f4da4d9d3cae0e6e89de50b70b11cc1b1f93a179 590 0.32/1.00 vMB 72
524,889 524,889 0000000000000000000f1b3efa93cc48504bece23970b5bc25b12238b100668e 377 0.16/1.00 vMB 40
524,888 524,888 0000000000000000000719e8a301a14ba8fbe001bc2e01c83d89648dd93c7ecd 2,065 0.88/1.00 vMB 11
524,887 524,887 0000000000000000003a70dfa38383de0932e3f0eba5bc6dcc4963a6e7aca7bc 1,352 0.55/1.00 vMB 25
524,886 524,886 0000000000000000001dd80f44f4dd58e3d8f767736ab70cfa991b7969599c5b 2,678 1.00/1.00 vMB 38
524,885 524,885 0000000000000000001ab85aadaec28e47b2fa20afdb4829aa5405f755b67771 143 1.00/1.00 vMB 98
524,884 524,884 000000000000000000015af5c7bce42b95978cd7a73d9e6dd2943c05bb7d5c1d 710 1.00/1.00 vMB 117
524,883 524,883 000000000000000000148101981df0b1a3c39c279bd8404b473640d74f91650c 497 0.35/1.00 vMB 69
524,882 524,882 0000000000000000003b56e370a4eaa658f9af38dce75894a0e3875aae04f0d5 1,509 0.56/1.00 vMB 7
524,881 524,881 000000000000000000226d925afbc78fb1f89efab82d44c2d5039b9d5bf9563b 3,157 1.00/1.00 vMB 23
524,880 524,880 00000000000000000017d99a0c7ef29815ce8a7881dd5bca98a4de544200926b 559 1.00/1.00 vMB 114
524,879 524,879 00000000000000000012c04df7a03662a5e38e945ca1f678218ff2d8c8cc9edd 74 1.00/1.00 vMB 103
524,878 524,878 00000000000000000006c61de0c4e31089516871438859b8fbd66918a3d0f612 821 0.32/1.00 vMB 35
524,877 524,877 000000000000000000323c43e0a804f34bc3e1ebd012007b620b5f9dfa764ea1 257 0.08/1.00 vMB 31
524,876 524,876 0000000000000000003888e0530634990c1f7bf63ce06626431be5dfa33ad6ec 572 0.21/1.00 vMB 24
524,875 524,875 0000000000000000003a8c4113ca3f4dfe8017faf68fc11ba90ffa57da0495c1 1,680 0.71/1.00 vMB 13
524,874 524,874 000000000000000000320d54ee49e56d85000e7fbd97e63e475c7700148e345a 1,549 1.00/1.00 vMB 58
524,873 524,873 000000000000000000102d1d337c02fa651ef1c12542c304efb0f7e542fbe7af 86 1.00/1.00 vMB 101
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 663.77 GB
    • Received: 14.93 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.