Loading Tool

Explorer IconExplorer

Memory Pool

22,440 transactions
11.45 vMB
0.02754101 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.69/200 MB

Candidate Block

Mining Attempt 718c733eb651ad3bcf2f8d5e19d6e358d4f4abacd820ef31fc3861807dc7ccde
Version 20000000
Previous Block 00000000000000000000cc5a4ec2e03e6b79d174c01c6dbef4921bb3b68dcf8b
Merkle Root af5132178d4173d0c12eca5ea35a6d927fc7a0805b57b91cb37fa95c955af9cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,237
Size: 0.997898 1.00 vMB
Total Fees: 0.00884713 BTC
Feerates: 713.01 > 0.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,709 (779,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,408 134,408 0000000000000a43d2013129a0136a768c5af439cea1ecf639e2f6efeec24739 77 0.03/1.00 vMB 614
134,407 134,407 0000000000000296d956ed0214072723f1b66dce877e2e721addaa1f2233adc5 62 0.03/1.00 vMB 487
134,406 134,406 000000000000017f0eb2461c82deb806771a0f2a1bec5fcd427828b638bb29b5 84 0.05/1.00 vMB 446
134,405 134,405 00000000000008537d2020fa2589e75477d759ecd964f9113cbff3fe9e854279 18 0.01/1.00 vMB 268
134,404 134,404 0000000000000582e269e3757249190caa48a338207bf12ff830fb8b00084b14 193 0.11/1.00 vMB 848
134,403 134,403 0000000000000253c31dd1fe2d65ba0916259adaadb67e855ec6eb83be6c3e9e 14 0.00/1.00 vMB 455
134,402 134,402 0000000000000a6327be241a60f6d5bc40823dc2da2ec5ac80066d1592b4c7ff 54 0.03/1.00 vMB 570
134,401 134,401 000000000000071ed3d2834bdaab882933a60902f6f5e92aa8bbeaea36c5a9fe 64 0.02/1.00 vMB 12
134,400 134,400 000000000000051b6be6b8b5c7404ed68eeb47f2b3c8d6955c43666f261c3f6f 38 0.01/1.00 vMB 272
134,399 134,399 0000000000000809a219c2723d88456d37cd06f4b812280a883bdbdddc22c10c 46 0.01/1.00 vMB 598
134,398 134,398 00000000000009bd99e415b6809d8ef8e963d81196b67dcb3ab1b260191d106b 3 0.00/1.00 vMB 0
134,397 134,397 000000000000019d8b8102597c48c25baa2d5e8cb7de1dc6719d6a41936f10ad 14 0.01/1.00 vMB 544
134,396 134,396 000000000000041d569c42c87ec034dd4708a682f7b4044257092e7ec30871f0 9 0.00/1.00 vMB 316
134,395 134,395 00000000000009fbfb27d47600cd2616d9149c5595240375ba9af52975684757 61 0.03/1.00 vMB 397
134,394 134,394 00000000000007c9b93344a79e50f6ce08ac8f2de33ab8faa0e1e270b852dd41 28 0.01/1.00 vMB 798
134,393 134,393 0000000000000ba1e743dbd52872a39c9666b786642117249659bced956d04db 31 0.01/1.00 vMB 612
134,392 134,392 00000000000004d07b67f0c34900cd9ef2d6e9ab1d828c308907d430f2e3eaae 9 0.00/1.00 vMB 1,071
134,391 134,391 0000000000000113fd830561ee2b0accad2f99e32a86955113ea428a94a70c81 64 0.02/1.00 vMB 477
134,390 134,390 000000000000067d9772a6c961df7dc3a3a261647b8e10e48fb5e767d57d432a 98 0.03/1.00 vMB 247
134,389 134,389 000000000000090c09e5f791f335cd8731b57f322155f455b5d42100103a8c2c 7 0.00/1.00 vMB 1,860
134,388 134,388 000000000000024f35f0c9986d92755a32d911c83bbaf923ef0c25779da6d7b0 14 0.00/1.00 vMB 301
Previous 10 blocks ↓
Total Size: 780.11 GB

Node Details:

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