Loading Tool

Explorer IconExplorer

Memory Pool

81,075 transactions
30.75 vMB
0.08801071 BTC
Random Selection Loading Transactions
Max Size: 186.95/200 MB

Candidate Block

Mining Attempt 42f18d93745d1ae3f57295ff05a52cc6f9c5264c56ad7b787e3d621c787fe63b
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root e78b25f7a4d9ee3e41c459b0a4808af625c09ae8047aa89b01f0e2365c58f90d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,615
Size: 1.00 vMB
Total Fees: 0.01735440 BTC
Feerates: 73.20 > 1.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (630,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,326 285,326 000000000000000074d3d329a6819218ea5797d7523f3ee7dafe3ada17a0c036 763 0.35/1.00 vMB 46
285,325 285,325 000000000000000039a3d5b76f38bca2396890569e2e8d4a491bbe068cf4dbfc 431 0.19/1.00 vMB 44
285,324 285,324 000000000000000176cf6b0b1103d958db9336197447ba98ca10dcd534eadf39 492 0.22/1.00 vMB 43
285,323 285,323 00000000000000012ca037dad2e0edc7fb9d2bdec6d452dd1e72099caf4c3355 741 0.29/1.00 vMB 50
285,322 285,322 000000000000000006e3822aeda09478edd3d802f81ce1a5c9ef367520fe9450 293 0.13/1.00 vMB 54
285,321 285,321 00000000000000007e98c581d64c28261c39d3d57beaf7c0867d0aeef8258aee 615 0.37/1.00 vMB 32
285,320 285,320 000000000000000166711969d428ba288352ac4563c6f21e84330ec0536ee5c4 728 0.25/1.00 vMB 57
285,319 285,319 00000000000000017df210ede0163bdfd7f6c7e377088fb8b314df8e973253ec 1,135 0.53/1.00 vMB 57
285,318 285,318 0000000000000000ca1e75b57d76197a1324a815ff6a5806dbc8cdfca246d9bd 317 0.14/1.00 vMB 50
285,317 285,317 00000000000000004c845b84b724fc90fd56b326b58871c06ad68d0602a3d672 98 0.05/1.00 vMB 34
285,316 285,316 0000000000000001a2ef84f5945f525963ad672bc48a95ea2bf87cea2a1c6117 601 0.25/1.00 vMB 53
285,315 285,315 0000000000000000390340a1e3a2389a8537835addc5ee0c7eb5748a41c0eae2 812 0.43/1.00 vMB 38
285,314 285,314 0000000000000000c293310f05ce61985040bb9ca5d6f59ee9686f2bbeb81eed 721 0.25/1.00 vMB 54
285,313 285,313 0000000000000000034fdc35f8543f4a449a0022371040571af47f7cd7c26a59 605 0.27/1.00 vMB 47
285,312 285,312 0000000000000000a970056fa59877f9c1f6e2dcb0fca67b9c13f048916295e9 77 0.03/1.00 vMB 5
285,311 285,311 0000000000000000799e4f648fc9a7dd96e37d0aaaab3f88c5cb0d5e64f41a7f 253 0.11/1.00 vMB 37
285,310 285,310 000000000000000190314b52c2e3edbcd37cd418b1d498079f679bdb253aa0f4 528 0.49/1.00 vMB 21
285,309 285,309 0000000000000000f0e90883f9357a914e61e2b601b868074721b63a9f5a89e3 1,112 0.35/1.00 vMB 63
285,308 285,308 0000000000000000e1acf0f37801316c0f0b8e066f6a5f5f1a534f8cbf9ee9a3 1,220 0.50/1.00 vMB 60
285,307 285,307 000000000000000006a5953e3f38be5d55e5de59a56d6fae36e0ec434acbdbab 720 0.31/1.00 vMB 45
285,306 285,306 0000000000000000d89684460f5763b61b05e40e85c60d7dacc897c20282271c 2,190 0.89/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.