Loading Tool

Explorer IconExplorer

Memory Pool

29,198 transactions
9.98 vMB
0.03882108 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.43/200 MB

Candidate Block

Mining Attempt 80412bf95ef05b1ddc582d7bc6e31cc31432eff2365b9bffe09d4edd73adcafd
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root 9f072f7ebe815248f2c106ce3e70820cfd4e8e38b653e8a5d2bb1b3ce0014337
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,907
Size: 1.00 vMB
Total Fees: 0.02190128 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (742,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,579 170,579 0000000000000b06d7894fdb833d7fd07c3be2efedd94123136bea118c26dbbe 1 0.00 vMB 0
170,578 170,578 00000000000008d125745cf14eae1b19bb95b360309eb73231cc939450e58cea 15 0.01 vMB 51
170,577 170,577 0000000000000a69da2ba1a1ce8bbed4e0ee13c180b21548b5605c6f49fa4177 5 0.00 vMB 38
170,576 170,576 0000000000000725b3622915da8febea70c0e676e7a7c92fac99f19a2eb9b022 33 0.01 vMB 46
170,575 170,575 00000000000003f9af927b664e24855b9d03a576a5d57110acc06b967ec2a66a 12 0.00 vMB 72
170,574 170,574 0000000000000378a5f49971ea25df459f74a16691a9177432fd2e11b4581cc1 154 0.05 vMB 0
170,573 170,573 000000000000024157ff17a7180a43533c88041a829bab1cfc82f778868d67e1 166 0.07 vMB 100
170,572 170,572 0000000000000097f33308590aefda4b6e12a87d918f0383570a92b84e7223ed 71 0.03 vMB 121
170,571 170,571 000000000000084280395447bae01cddb01c2c71e2ea3fd9484cc7576be44350 1 0.00 vMB 0
170,570 170,570 000000000000098ae5dca8a56c5528eb51b22429416cabae349056ffa9613568 74 0.03 vMB 60
170,569 170,569 00000000000008a10e6043e8e25bb34db0b2e43994a132db105db40dc5005c66 54 0.04 vMB 76
170,568 170,568 0000000000000a3830a92c9954d44fb26bc954b2b2ccc075afd228407536e7fb 13 0.01 vMB 29
170,567 170,567 0000000000000045bf1fee15deb131b8657e19a1e1cd5b72f6c53050731faeaa 101 0.03 vMB 221
170,566 170,566 000000000000012da7e49fe29d38a0cf1f981a803eb181d3c825b34e032dc1b5 59 0.04 vMB 52
170,565 170,565 00000000000009acab3cdd42c2fca2a86baf6d6eab2835f6eb323cd4f6378b62 1 0.00 vMB 0
170,564 170,564 000000000000074ce19063aea1b5b527ff32087c2814ea7ebd7116c8bc32ec97 46 0.03 vMB 617
170,563 170,563 00000000000001f91470c68505fada150165b5a52741a73c0a873f1368e65607 101 0.05 vMB 241
170,562 170,562 0000000000000ad2d656de37ae7823d956ceb638e98a42e4215d054e18007df8 67 0.07 vMB 264
170,561 170,561 000000000000050892eb5532f8476944669f33604f4ee6d881b388a3c35d0e95 9 0.00 vMB 17
170,560 170,560 00000000000000747594a00c0f370af2c388dd7f3d67ea58fd216c857a8318f8 15 0.01 vMB 32
170,559 170,559 00000000000000f743d0fc251a6bed4501a79b89c1422aff77e91639f28df90e 13 0.01 vMB 401
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 373.23 GB
    • Received: 1.85 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.