Loading Tool

Explorer IconExplorer

Memory Pool

73,397 transactions
28.31 vMB
0.07751293 BTC
Random Selection Loading Transactions
Max Size: 167.60/200 MB

Candidate Block

Mining Attempt c2c261838f3d66196d1c57946c1c6c78afda18bee1e6134849f225db990cb64e
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root e965ce43782d027e1e11fbe0fc1eea6fe6d4dbd5694189169b8951adacf9b589
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,595
Size: 1.00 vMB
Total Fees: 0.02084474 BTC
Feerates: 152.31 > 2.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (282,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,640 632,640 0000000000000000000966e87d5d21389fd7625e8c435b65e791b37320613d2a 3,060 1.00/1.00 vMB 52
632,639 632,639 00000000000000000009019c7acfcedbddb2a2a2a06e25d52aae003317bec309 3,051 1.00/1.00 vMB 97
632,638 632,638 0000000000000000000f30b0923b93714d5ba4ab7d9dfcd3fbb62edbbbd70bb4 2,667 1.00/1.00 vMB 70
632,637 632,637 000000000000000000019a9529fe992e58532f52e3feab162d59f5720b2de408 2,337 1.00/1.00 vMB 99
632,636 632,636 0000000000000000000411b4ca233b2538278e7e51d3596acbd7cacd1c66d17d 3,307 1.00/1.00 vMB 128
632,635 632,635 000000000000000000010748db309862c4fc45aa8c0bdfed355e10d5b66abf28 2,495 1.00/1.00 vMB 73
632,634 632,634 0000000000000000000c62feb646baf7eb3cacfe56fd2fcd486890aebb16a8bf 2,293 1.00/1.00 vMB 98
632,633 632,633 0000000000000000000e310f49806e123dd410b20b905f1fcc78b951d80099d4 2,525 1.00/1.00 vMB 94
632,632 632,632 0000000000000000000b069efb51a390724e3f035509d5bf2b93e34760fc0bc0 2,888 1.00/1.00 vMB 89
632,631 632,631 0000000000000000000ea50de21ade0a7ad3c467c53efc08fb67497d018dbe27 2,787 1.00/1.00 vMB 84
632,630 632,630 0000000000000000000e959e45f68e4ee57f5eb4123fb40f91b0b4020c45a56e 2,539 1.00/1.00 vMB 44
632,629 632,629 0000000000000000000ace1ad880496af48440e3ac1917fefb174d8446967b2c 2,250 1.00/1.00 vMB 84
632,628 632,628 0000000000000000000d957bfa51facb9543ee55394b6a1c2783c0925b254e1f 1,777 1.00/1.00 vMB 133
632,627 632,627 000000000000000000004d43f1d99b61412954b3a9717b56f71962e4168201b0 2,099 1.00/1.00 vMB 22
632,626 632,626 00000000000000000001e4debf3f23bd5d3c8c738423157d55a5abd7308182a6 2,298 1.00/1.00 vMB 61
632,625 632,625 0000000000000000000244b9973a59ba7ec32431f63000dcf571c91ffc6ec8ab 2,645 1.00/1.00 vMB 38
632,624 632,624 0000000000000000000be0a61ff6875af72b45efbe5be4237c525d418d194865 2,609 1.00/1.00 vMB 51
632,623 632,623 00000000000000000000a6d87895814bde0f0a58240735d0fac3da29a483440d 2,296 1.00/1.00 vMB 71
632,622 632,622 0000000000000000000bcc49aaa29edb4d6daaab9e8308a9b7c73382363a07bc 2,477 1.00/1.00 vMB 87
632,621 632,621 000000000000000000010a60fd95710d2645ccc8a110a6da55c59fcb1a78b165 2,749 1.00/1.00 vMB 123
632,620 632,620 00000000000000000006e1b03cde5ae1c8b6fc3a644a27d6797a056589f63495 2,650 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.