Loading Tool

Explorer IconExplorer

Memory Pool

85,262 transactions
32.99 vMB
0.15790817 BTC
Random Selection Loading Transactions
Max Size: 196.46/200 MB

Candidate Block

Mining Attempt 6ed86530234acc736c07aaed87c29eea201a9aa84b317c4b708281e3a401c36d
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 0a0603a1e3e8877f4aac160599cd5592907380566c88bf4b824c6abfb6eb5197
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.04898767 BTC
Feerates: 318.30 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (493,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,996 421,996 000000000000000003d7e9ccf5f7b79a9f9e3d2affa1862f48739a6cb41455fa 96 0.08/1.00 vMB 25
421,995 421,995 00000000000000000325ad3af4b4f8cd6fbde3433cb1467179bfaf7ccab2b4e4 2,376 1.00/1.00 vMB 58
421,994 421,994 0000000000000000007d10dbaecb46dd37a128b17710b71cd420c461e870c1eb 2,945 1.00/1.00 vMB 85
421,993 421,993 00000000000000000323ce806eefc6ea3dacf05ccee42b28a6968c9b45045a13 2,000 1.00/1.00 vMB 43
421,992 421,992 0000000000000000021acc5d1f517538ad226b3524fb3b7736bb5f0bb85755f8 1,712 0.99/1.00 vMB 55
421,991 421,991 000000000000000002158a3917b3724590f09ea25221cc85114daa2c2b3e5cb2 2,334 1.00/1.00 vMB 86
421,990 421,990 000000000000000000efe781a60cf95bfd1467576c866329019118f36da7d088 2,625 1.00/1.00 vMB 89
421,989 421,989 000000000000000000b660355e25b8e3cb7daaa6581230dc5ee894f4407ea86c 1,543 1.00/1.00 vMB 44
421,988 421,988 0000000000000000048d55c703a6cb18dec5d1bcbb0209d4a0d5df77d528f858 2,668 1.00/1.00 vMB 77
421,987 421,987 0000000000000000024c514ea2b0c2693e54a4fc7b2629fd7570bcec46dc71c7 2,707 1.00/1.00 vMB 75
421,986 421,986 00000000000000000369b1517a71d98f93104b357288111c0408ed62d3799fe7 1,101 0.46/1.00 vMB 73
421,985 421,985 00000000000000000317395277d1eb9382728afc7f2374994d1b07f24333e2e6 2,392 1.00/1.00 vMB 69
421,984 421,984 000000000000000001662d877130c63a3555e98247cc023db3b02480f69652f5 872 0.90/1.00 vMB 30
421,983 421,983 000000000000000001b98bc7f6d58d378c1a242d72f09075cccf0f6e5419d3b8 1,871 1.00/1.00 vMB 41
421,982 421,982 000000000000000004d7d7c64cb35fc02aa67c0351e93d0ce4050759fd81024a 2,394 1.00/1.00 vMB 58
421,981 421,981 0000000000000000036e64048915ea5561e8f42474c805ac6ae3a1885705d546 2,682 1.00/1.00 vMB 78
421,980 421,980 000000000000000003aee81f9fcaaf653c99b2453d4a46387738f43e4911d828 2,095 1.00/1.00 vMB 57
421,979 421,979 000000000000000001a556422075efb9f519f53fb48d791a5046a978c6ef0aef 2,172 1.00/1.00 vMB 114
421,978 421,978 000000000000000001d0510da6f42f62d59fc3dc61dc51745bbf98096e02cee2 2,254 1.00/1.00 vMB 74
421,977 421,977 000000000000000004b02f1bab97354b67ea6df6519d8e3234db8272df80418e 13 0.00/1.00 vMB 163
421,976 421,976 00000000000000000508d96194facfa852e7e2ee5c78c5167b6fae4d79569ad9 1,560 0.96/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.