Loading Tool

Explorer IconExplorer

Memory Pool

74,822 transactions
27.63 vMB
0.07643133 BTC
Random Selection Loading Transactions
Max Size: 168.46/200 MB

Candidate Block

Mining Attempt bb68c1479cdc421061d1a319b9973c41972b101b8fbfb654cd10f39ab6b2d8df
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 675a41091df37a50b781d78c69b6bbe912ef614b1205c2abc107d8ada6fb1b90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01715716 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (238,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,318 676,318 0000000000000000000af8d7638f1ecd92ebb7b067d76e1dfdc024f5304ed2b8 2,267 1.00/1.00 vMB 71
676,317 676,317 0000000000000000000a66ccf685667c2cf708d3b97c9021353fbb07a771c90e 1,740 1.00/1.00 vMB 72
676,316 676,316 000000000000000000003eb496797e010422680ff666d0fafb7390c3bd85b6c6 1,232 1.00/1.00 vMB 80
676,315 676,315 0000000000000000000a31431ac2db2e8c80e32f4f6b8d9ca27d0cf8dbeec851 2,310 1.00/1.00 vMB 87
676,314 676,314 00000000000000000002fa176339bd3e1b1eb799e444ce0ac5f204b8e2b885c4 2,737 1.00/1.00 vMB 86
676,313 676,313 0000000000000000000c9f2d2a891099408d271b83b8d2c172e5efa12d185758 2,286 1.00/1.00 vMB 55
676,312 676,312 0000000000000000000b3173d184ec31204d7821de6b400ebb4dc3d17ec09579 1,686 1.00/1.00 vMB 63
676,311 676,311 00000000000000000009e5282484c508aa6ab518a2685aae52e753e635a627ec 2,297 1.00/1.00 vMB 86
676,310 676,310 00000000000000000004cd8eca1ee4ef6683895a6763e4cce516925d7899d95d 2,394 1.00/1.00 vMB 85
676,309 676,309 00000000000000000002f8601dc21fb7446cbf689f5b026aa8cfda3fb73876d7 731 1.00/1.00 vMB 15
676,308 676,308 00000000000000000008136f6083e16e88a73998b3004787bfa8d979b381b0a5 2,292 1.00/1.00 vMB 21
676,307 676,307 0000000000000000000b47264bcf0a503b2bcc3d3263d99342c41597ccc4be29 2,442 1.00/1.00 vMB 32
676,306 676,306 00000000000000000007846a1cfb7d900e1a4ca82766ff9380698fb6324d0e0d 1,537 1.00/1.00 vMB 68
676,305 676,305 000000000000000000095f06c167013b1c91312f72c5750e2caa94946ecf5e2c 2,735 1.00/1.00 vMB 88
676,304 676,304 00000000000000000009801c8886f78c3044f9b0ed3604651ef49f98a92c5e66 2,647 1.00/1.00 vMB 52
676,303 676,303 0000000000000000000a82b773fe571958d4943cf1c96bb5fc295a37291eb823 2,487 1.00/1.00 vMB 30
676,302 676,302 000000000000000000061c5e3dd4e81fd2e59f2424effa97ebf39247178ca7ba 2,238 1.00/1.00 vMB 82
676,301 676,301 0000000000000000000a658ed3d4fad50314114b98d95bad4b64fd1a3030f0d0 1,520 1.00/1.00 vMB 20
676,300 676,300 000000000000000000005291cc288d440132de807831c74b62aa2717107048dd 1,950 1.00/1.00 vMB 30
676,299 676,299 00000000000000000000928435b149177b7eebec90297b26cc21bc3403a2fc56 2,490 1.00/1.00 vMB 59
676,298 676,298 00000000000000000003c1ab59785d84a365944821469a7f5262f866feeee23c 2,756 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.