Loading Tool

Explorer IconExplorer

Memory Pool

47,000 transactions
27.88 vMB
0.12827762 BTC
Random Selection Loading Transactions
Max Size: 146.27/200 MB

Candidate Block

Mining Attempt ea6d413cb73a92e759f4587002a62f7ade0e7bbc9381eefa7c577aebd586263f
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root d876404fb0922518871d56ddbabc607354f90ea34738d8917a4317ab5830a9d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.05763568 BTC
Feerates: 151.01 > 5.78 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (763,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,764 151,764 00000000000001b780d4661537e0a1c10fe194c79f9ac599ece06d7466d1ad48 5 0.00/1.00 vMB 55
151,763 151,763 0000000000000b1ee36506569e1b7146ebdb943aad1d7169e0669885148e8a89 91 0.03/1.00 vMB 43
151,762 151,762 0000000000000d9dfb9beabeeafaafb9f2daf49124d9b6d1b31e5c0ea9ece337 61 0.02/1.00 vMB 90
151,761 151,761 0000000000000c8604de6d1ed7598de00046e56b1d0dd49184286c06b29d66cb 13 0.01/1.00 vMB 64
151,760 151,760 0000000000000c4cb2c69dff88a4d8d4edd701e57ef6ba6de095e64acc91e807 14 0.01/1.00 vMB 57
151,759 151,759 000000000000035976a192660946827877b0620d9028c20e3ae4a9d618469fe5 6 0.00/1.00 vMB 409
151,758 151,758 0000000000000438f0ef78805f41ed589ed920c399aeabf95f83bbead59e15b7 2 0.00/1.00 vMB 193
151,757 151,757 00000000000009561f1c83f5e8d7259cef64fa81b7594603e95058515a908313 8 0.00/1.00 vMB 49
151,756 151,756 000000000000008242148dcaef6432d1f5a3c0df6806fafbd6a26d404b5fa0d6 20 0.01/1.00 vMB 76
151,755 151,755 00000000000002cdb5b0616520ca2d71fcce15d284e1f028e6b7d48754c1889a 96 0.03/1.00 vMB 27
151,754 151,754 0000000000000cd37bda4c33438018d99fbdea4d0ab3b7e7d9bc938c8dd13053 32 0.01/1.00 vMB 102
151,753 151,753 00000000000007716adb61e8cbabeaa358531b484d5463b307f7a549f7917c45 16 0.01/1.00 vMB 55
151,752 151,752 00000000000004acc40924076ec56cd620bbdf2d9c461ad4f66efac679a0b9a6 22 0.01/1.00 vMB 544
151,751 151,751 0000000000000626b99e2b6ea9b3cc5886d6a9776d3155829e4cb1e01b409d64 63 0.03/1.00 vMB 36
151,750 151,750 0000000000000418ec0d5ae6b11824f71b5f3ad0d67ff1760037c9e445edcc40 75 0.04/1.00 vMB 248
151,749 151,749 0000000000000a2ad7b48ab42fda516193ead015b3b7f3c765bc35eb1fc00d22 15 0.01/1.00 vMB 77
151,748 151,748 00000000000005ebe307655d30f0a05a0baab74a02e9f7351b4fd28c3b9b2743 56 0.02/1.00 vMB 0
151,747 151,747 0000000000000b5400abe9d93033ec6ef3032c32cb1e015dcb24ccd50f88f46b 108 0.04/1.00 vMB 107
151,746 151,746 0000000000000a07b7ec9cc0262ca0e6283a3cc4199becc93cddcbde847a4800 70 0.02/1.00 vMB 12
151,745 151,745 00000000000002223d8243c10d962f6948cec833bc9a79b109bf9eaff5db2016 120 0.07/1.00 vMB 127
151,744 151,744 000000000000066d9faca0da4ac8754ca8c0298f4b942e53b52af678207de7e5 112 0.05/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.