Loading Tool

Explorer IconExplorer

Memory Pool

84,703 transactions
31.87 vMB
0.11036355 BTC
Random Selection Loading Transactions
Max Size: 193.52/200 MB

Candidate Block

Mining Attempt 27961dd261a120e7ec5496b8a6820e27657fabed40c54b539f56e9eb7ad0be75
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 201197e91289e771736befaa332f795a7af70868a714cec0031204dacfedaafe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,018
Size: 1.00 vMB
Total Fees: 0.03240847 BTC
Feerates: 299.43 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (323,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,322 592,322 00000000000000000015002431b46687366da629eb96b3105319dc6c3f7fee9b 3,203 1.00/1.00 vMB 26
592,321 592,321 0000000000000000000a0113e7953827b011ef5fd8d0439149a15c109b416d3b 2,838 1.00/1.00 vMB 25
592,320 592,320 0000000000000000001073ecc56ccbda4d57e1acda5cc8ef50d905612273504e 2,412 1.00/1.00 vMB 36
592,319 592,319 0000000000000000000599f20753c7487599b5d8386b86d0a18af83780a9e992 2,189 1.00/1.00 vMB 28
592,318 592,318 00000000000000000012c7726bc4decef9e4a9b2b0aa3ae4cbc1ea3d02e032b5 2,556 1.00/1.00 vMB 55
592,317 592,317 00000000000000000018c76ce553941f56f3ce5e6383d682a8afc6f37cf2ab19 2,656 1.00/1.00 vMB 22
592,316 592,316 00000000000000000003eec37c2ca67c42e81e0846e031f2febc06803c772763 2,372 1.00/1.00 vMB 23
592,315 592,315 0000000000000000000e8d713cb29a7b4c9ef5cf4575ce10eded0a475fa2a9f3 1,830 1.00/1.00 vMB 22
592,314 592,314 00000000000000000009de08fbfb63d27964c0a731dd1d5b2a466bcc3f2929aa 2,447 1.00/1.00 vMB 22
592,313 592,313 0000000000000000000d6d1ec761c4f6bb8eff44a187a36efcd0dabd33246de7 2,720 1.00/1.00 vMB 47
592,312 592,312 00000000000000000008b4e9f8557fa92b1dc34e3f5b30127bddf89a5375cf2f 2,453 1.00/1.00 vMB 22
592,311 592,311 0000000000000000000710bb02ddeaa95daaea12ee1b5f50bfb0098c09998706 2,807 1.00/1.00 vMB 16
592,310 592,310 0000000000000000001ae4ae59c9958afb3ce047db8992c9f516abe97e2dcc25 3,209 1.00/1.00 vMB 19
592,309 592,309 00000000000000000019bd20195b70896c56ec30406b3621203ab7fac25817d2 2,669 1.00/1.00 vMB 33
592,308 592,308 0000000000000000000196aca9c4e334434cdbccd9bf9e69a2741b19796cbd7f 2,734 1.00/1.00 vMB 21
592,307 592,307 000000000000000000178bda640ae8565085879fd49233a80936c49c23507e50 2,640 1.00/1.00 vMB 44
592,306 592,306 0000000000000000000a5b4dfc7ab7539753ec3f1f562b69e3134a4176db74f3 3,038 1.00/1.00 vMB 43
592,305 592,305 00000000000000000011b387a6581dbfc2a249d8875a1ec0124e74cc4181086d 500 1.00/1.00 vMB 4
592,304 592,304 00000000000000000001482359dd524f70e7ade31fba3d9a73fb4ca60ba9921f 2,375 1.00/1.00 vMB 19
592,303 592,303 00000000000000000006f74cdca974881d50216fdd44c95d40d62c33e2d0b256 2,564 1.00/1.00 vMB 18
592,302 592,302 00000000000000000010985cae82edaf7cbccb7b2d597cf881e0af3d6181f111 2,376 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.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.