Loading Tool

Explorer IconExplorer

Memory Pool

38,969 transactions
27.45 vMB
0.06952006 BTC
Random Selection Loading Transactions
Max Size: 139.66/200 MB

Candidate Block

Mining Attempt bb19fb73e483bddb36bc0060a1539c61d0f08989b167a510cd66a562f58e9ad7
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 15fd53f7918f0c0598b9259a9e7c31343874a4a9e80ede480704d3eb9720cd50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.01743941 BTC
Feerates: 179.53 > 1.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (243,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,676 670,676 00000000000000000004fdddae5923e03e5bab5d91fc7cc3d3dd7ad65a74aadd 2,055 1.00/1.00 vMB 66
670,675 670,675 0000000000000000000a2a0e7ccde9befc0a26ab34c946e59ab4abbca85e6caa 2,431 1.00/1.00 vMB 117
670,674 670,674 00000000000000000001ab3009de4d091b59dc33623c617139bd44f4ef33685d 1,606 1.00/1.00 vMB 98
670,673 670,673 000000000000000000098eac251a1616de2bf1d5e29239eee6b30f97b1f12af4 2,053 1.00/1.00 vMB 143
670,672 670,672 000000000000000000053da140594a6b90fd525b8b45a2c654b94bc9e2fce5d0 1,441 1.00/1.00 vMB 33
670,671 670,671 000000000000000000026486f6576a595941ae6fb39a8ebdc4859b78fbd364df 2,323 1.00/1.00 vMB 69
670,670 670,670 000000000000000000048054284fb9f8f2fc8db6da7761f2b9d3ed3c60cff90e 1,813 1.00/1.00 vMB 66
670,669 670,669 00000000000000000008b8d3023f589cedf786039abd53e5cd0d6b4db576245a 1,701 1.00/1.00 vMB 63
670,668 670,668 00000000000000000002d1c2ce60a7087bbc58011a8893eae25a4c1afbf63257 2,115 1.00/1.00 vMB 50
670,667 670,667 0000000000000000000c23442df5dd98ac9942963289c7b3a387893f2ef7092d 2,360 1.00/1.00 vMB 137
670,666 670,666 000000000000000000019c2f5f328af8df417a29e93cea50c0dda9450cb0ac0b 2,280 1.00/1.00 vMB 82
670,665 670,665 00000000000000000007a229b94327bbe17516dff3f826fcd6a766081552b96c 1,761 1.00/1.00 vMB 96
670,664 670,664 00000000000000000004a8dbb676561d3c9982f1cc1c9d43e3e627f21f97eed9 2,013 1.00/1.00 vMB 49
670,663 670,663 0000000000000000000335e073cd780dc9ace045cd7bf08098ee22ba1c89b53a 1,341 1.00/1.00 vMB 108
670,662 670,662 00000000000000000006d37c31b5ed7c4ff1d5c32675f2ef05e4d0975debb779 2,135 1.00/1.00 vMB 119
670,661 670,661 000000000000000000009816655692ae7c02f126d55f23efe55eaff82b8110a3 644 1.00/1.00 vMB 25
670,660 670,660 0000000000000000000cfe3822fc36225a901cafca30ba339a8a7af2c73a00f3 925 1.00/1.00 vMB 58
670,659 670,659 0000000000000000000960696271f8e8cdcf8b9db18d753ed6b7e407c0e00c76 1,839 1.00/1.00 vMB 12
670,658 670,658 000000000000000000010c195438eca728ee5caa61241f2c5a7796368d112f4b 1,004 1.00/1.00 vMB 67
670,657 670,657 000000000000000000078c598f9a37183c843f72a11e18034dce9a7a2e0b55c8 785 1.00/1.00 vMB 118
670,656 670,656 0000000000000000000657894fcf5a08565040a994744d016e4c670cc04d4ab8 1,859 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.