Loading Tool

Explorer IconExplorer

Memory Pool

55,704 transactions
31.90 vMB
0.17035499 BTC
Random Selection Loading Transactions
Max Size: 171.65/200 MB

Candidate Block

Mining Attempt 7f5919e4b48204cc726fe997eaa0fbb4c5ae5ba323ebcf8b9df3eb8a7e757458
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root f75f1f1200828f967e687d8cb2703c7e3468b7c4258e1bda9f56b9e914b5ae40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.06731567 BTC
Feerates: 465.21 > 6.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (526,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,322 388,322 000000000000000003e412a9b28a4f134886f3f4829e747ade1c996c7676c6e0 1,058 0.75/1.00 vMB 22
388,321 388,321 00000000000000000473895ba32f3c47ec2e8e4a718b976fec716ffeb0e4b698 1,542 0.81/1.00 vMB 33
388,320 388,320 0000000000000000022e9ed38f50e962bfea7e3bb2c813a60ace761bb029a450 1,291 0.51/1.00 vMB 46
388,319 388,319 0000000000000000019ca1a8641ca745f1bf3840b928854769c27495a036a400 1,274 0.75/1.00 vMB 29
388,318 388,318 000000000000000003247ad3671d52463ff6f9ffa67ef25ca2b9ef8bd5bb9c53 2,086 0.95/1.00 vMB 38
388,317 388,317 00000000000000000947a78e9d59d6b0675823ac02eea6dc424127809dc5915c 856 0.45/1.00 vMB 35
388,316 388,316 00000000000000000da1dcd9a3607641356edc17136d8c4903bfa773926577b6 249 0.09/1.00 vMB 37
388,315 388,315 00000000000000000aaa9e5a7c040a652c738c101f7e19b3ecf44e9a10a9dfe0 1,332 1.00/1.00 vMB 19
388,314 388,314 000000000000000006c9d2c006e883aa547915c9bd1818cbe9ddbc7c15ef9e32 1,768 0.61/1.00 vMB 45
388,313 388,313 0000000000000000076c103784494b6ee66e362521fca6eac5d3009d457fb9e7 1,567 0.56/1.00 vMB 47
388,312 388,312 00000000000000000af938faf41bba20ece7edaebbf96f04729a64c7e5abb136 1,335 0.82/1.00 vMB 28
388,311 388,311 00000000000000000cd336f28b079144fe16773daea56f74b1337c63078d1545 2,165 0.86/1.00 vMB 41
388,310 388,310 000000000000000009abb45e07599ae574b8fe86d39ab8f11f88282f7423bcab 657 0.41/1.00 vMB 25
388,309 388,309 000000000000000003a1a0f204ab02ccd90e04af4fc69be8bc77880f4ee640bc 2,348 1.00/1.00 vMB 36
388,308 388,308 00000000000000000ab93683b4c23b074445bba7d842f23c8e322cafabd826c8 1,300 0.46/1.00 vMB 43
388,307 388,307 00000000000000000129fd2fd21256ef64a95044e54a7d76963925a514eeec33 1,367 1.00/1.00 vMB 76
388,306 388,306 0000000000000000034c579e9c27f331a67f48758f825c816cce7595a7913c62 1,178 0.60/1.00 vMB 31
388,305 388,305 00000000000000000da20c637082ae7acf440f792e4e900e894945e474d0d5a9 1,669 0.62/1.00 vMB 46
388,304 388,304 000000000000000009b967781901da5ee6e0ec281aad9769206751537d6e5eec 1,682 0.93/1.00 vMB 29
388,303 388,303 00000000000000000626bb213c0cb085ae2e550560cba183c75678f0ffa9d250 1,955 0.75/1.00 vMB 46
388,302 388,302 000000000000000004f303294c64341fd0b1276c1fd5a17727f3f1ba49050833 1,348 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.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: 651.18 GB
    • Received: 13.46 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.