Loading Tool

Explorer IconExplorer

Memory Pool

25,520 transactions
5.97 vMB
0.05334069 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.88/200 MB

Candidate Block

Mining Attempt dbdde0bf109375d30d1d5887bd72460ca283d275a69fd1c013ee5ce934589ae3
Version 20000000
Previous Block 000000000000000000008a3ef7c70ae9a6c491c896d7460a3309e425280817dd
Merkle Root 3bf59a2d7f9ac3e1e7954bf223e61e63d978d3d6986c627394898bcc14d19812
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,568
Size: 1.00 vMB
Total Fees: 0.03776999 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,179 (742,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,572 170,572 0000000000000097f33308590aefda4b6e12a87d918f0383570a92b84e7223ed 0.03 MB 71 121
170,571 170,571 000000000000084280395447bae01cddb01c2c71e2ea3fd9484cc7576be44350 0.00 MB 1 0
170,570 170,570 000000000000098ae5dca8a56c5528eb51b22429416cabae349056ffa9613568 0.03 MB 74 60
170,569 170,569 00000000000008a10e6043e8e25bb34db0b2e43994a132db105db40dc5005c66 0.04 MB 54 76
170,568 170,568 0000000000000a3830a92c9954d44fb26bc954b2b2ccc075afd228407536e7fb 0.01 MB 13 29
170,567 170,567 0000000000000045bf1fee15deb131b8657e19a1e1cd5b72f6c53050731faeaa 0.03 MB 101 221
170,566 170,566 000000000000012da7e49fe29d38a0cf1f981a803eb181d3c825b34e032dc1b5 0.04 MB 59 52
170,565 170,565 00000000000009acab3cdd42c2fca2a86baf6d6eab2835f6eb323cd4f6378b62 0.00 MB 1 0
170,564 170,564 000000000000074ce19063aea1b5b527ff32087c2814ea7ebd7116c8bc32ec97 0.03 MB 46 617
170,563 170,563 00000000000001f91470c68505fada150165b5a52741a73c0a873f1368e65607 0.05 MB 101 241
170,562 170,562 0000000000000ad2d656de37ae7823d956ceb638e98a42e4215d054e18007df8 0.07 MB 67 264
170,561 170,561 000000000000050892eb5532f8476944669f33604f4ee6d881b388a3c35d0e95 0.00 MB 9 17
170,560 170,560 00000000000000747594a00c0f370af2c388dd7f3d67ea58fd216c857a8318f8 0.01 MB 15 32
170,559 170,559 00000000000000f743d0fc251a6bed4501a79b89c1422aff77e91639f28df90e 0.01 MB 13 401
170,558 170,558 0000000000000a3db5206b0e9548c2f09f26f71812be3e880088b3794ab49543 0.00 MB 1 0
170,557 170,557 00000000000003732e00a9951737d8698571f03f4323f2f072c6525770d1c5ef 0.00 MB 15 81
170,556 170,556 0000000000000836434c4eec8ef3da97e198c0ed80b0fe2e28ff61973b7f3808 0.00 MB 10 0
170,555 170,555 000000000000091c24a75cfa50dbdeef478abf709cd3578242beee5a68a3b551 0.01 MB 20 48
170,554 170,554 0000000000000915c52ed60f7de30ec1f3f261be4d7eb2ea78462dfe2384aca2 0.02 MB 58 140
170,553 170,553 000000000000069dd27453b57e354b79fc3def77dc82319debc1bab9d30cdcf3 0.03 MB 103 43
170,552 170,552 000000000000079a3086ada35d0b8ff7853e6fbe60ada6f20c5ee5cc650275d8 0.02 MB 29 151
Previous 10 blocks ↓
Total Size: 779.16 GB

Node Details:

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