Loading Tool

Explorer IconExplorer

Memory Pool

34,689 transactions
27.18 vMB
0.05620427 BTC
Random Selection Loading Transactions
Max Size: 136.13/200 MB

Candidate Block

Mining Attempt e37d0f6ff1d903603ce751aa2c7eee9f80c48286962aab7ceeff10a07d12168c
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 3bf652ed95a9674a591a45f4994d3c13ed603e61a9c86de049a37672aa914cdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,429
Size: 1.00 vMB
Total Fees: 0.00476345 BTC
Feerates: 77.90 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (329,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,839 584,839 000000000000000000079f28ad24eb9a647a106baeb779f9b117270abf90acb3 3,351 1.00/1.00 vMB 87
584,838 584,838 0000000000000000001d19f7bce8c4d3733d4475e3b26c42b86f675084717b3b 2,421 1.00/1.00 vMB 28
584,837 584,837 000000000000000000021b8cf048b955749a77070f9affe9295ac95493b6238a 3,228 1.00/1.00 vMB 70
584,836 584,836 00000000000000000009796ca4929f0a6ff41e8d4ac67ad8332b768719bcf4f3 2,432 1.00/1.00 vMB 72
584,835 584,835 0000000000000000000482f018fb6ae0ea7e8bad274cdf55744a97a932663fc6 1,873 1.00/1.00 vMB 64
584,834 584,834 00000000000000000010b53a24e3b1fd2c977c2764e4571ff52613b31c911b12 1,614 1.00/1.00 vMB 74
584,833 584,833 000000000000000000166c0d21ae78eb2b2c0713126721c6bff27fea2a7683c0 3,793 1.00/1.00 vMB 38
584,832 584,832 0000000000000000000cb9240bf86174f27ae3268f0301da283dde76d4c18d22 2,008 1.00/1.00 vMB 80
584,831 584,831 0000000000000000000dd472f5bf1a736653427bc3ba652560d2a55fe5cd857d 3,196 1.00/1.00 vMB 45
584,830 584,830 0000000000000000000a43a914126d5311588d91e452a30b524bb80c511902f4 2,154 1.00/1.00 vMB 58
584,829 584,829 00000000000000000002a57ac126fecad826208fe32ec138b29056fddb22d1f0 2,180 1.00/1.00 vMB 34
584,828 584,828 00000000000000000004c7a4d6eb0047841d2d52cf585157b5af1c245fa6cf56 2,395 1.00/1.00 vMB 58
584,827 584,827 0000000000000000000fb183a24f7691b0b7088824ca7bf18f0c53ee0963d6f8 2,563 1.00/1.00 vMB 79
584,826 584,826 0000000000000000000058e096ed3a658208a42ae4a1c7bd4dcbace03546528d 2,121 1.00/1.00 vMB 45
584,825 584,825 000000000000000000152865aee5cf5b0115e9bc93f70119496d970a85c6446e 2,541 1.00/1.00 vMB 74
584,824 584,824 0000000000000000000ccfa71a7538d2cb5b9c38d70efe805598eba92b5610bd 1,944 1.00/1.00 vMB 73
584,823 584,823 0000000000000000000bcaab6fc0a1b461c32adf84789bec6671905f828a475c 2,109 1.00/1.00 vMB 54
584,822 584,822 00000000000000000017ee400fb59648ced24c99e55a6d7047bba8298ab24ab6 2,349 1.00/1.00 vMB 69
584,821 584,821 0000000000000000001a3f168bcde99231ea7656ccd17de715bb5af310c4a13a 1,939 1.00/1.00 vMB 65
584,820 584,820 0000000000000000001dea7ae36014923736a26029fca5214c809275a5abe3bc 2,924 1.00/1.00 vMB 69
584,819 584,819 0000000000000000001767272f1b57a5ab1e2a146d67e1489f7dc80c48a4853a 2,537 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.