Loading Tool

Explorer IconExplorer

Memory Pool

38,583 transactions
28.47 vMB
0.07128360 BTC
Random Selection Loading Transactions
Max Size: 144.85/200 MB

Candidate Block

Mining Attempt 67262680562eb446a4badd90e1bc738ce5e221bc0a01c9b590c790378f1ac3a6
Version 20000000
Previous Block 00000000000000000001591934e96f6fb28ebfb9efdc2db615447f4a8c47c887
Merkle Root 2320e38425529d0778f5ec628f3870141a194ac1b4cc6dba56394c63604e1351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,678
Size: 1.00 vMB
Total Fees: 0.01281142 BTC
Feerates: 40.21 > 1.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,309 (906,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,826 7,826 00000000aaaebe6b6bc8887aaeeba7c2c154865bf959f0455d57fadfddb60faa 1 0.00/1.00 vMB 0
7,825 7,825 0000000072f39782b9ae0982ee78f9965adfd9a5b0bd55a22d797bc01d5c4731 1 0.00/1.00 vMB 0
7,824 7,824 00000000a04a6f1046fc1e5d6c64efa3588ce0b876307f7feb8a2ded024f8def 1 0.00/1.00 vMB 0
7,823 7,823 00000000490bada37171a9c7e02118421760208dd34822d9abc7521b527d31cf 1 0.00/1.00 vMB 0
7,822 7,822 00000000310d5e79478ba4c6277b389e0cecf11e2dada61b23b106a8084bddb5 1 0.00/1.00 vMB 0
7,821 7,821 0000000070594ab7669a36f0e6471f744847fc3d4e52a544d8d72bfe0daa5862 1 0.00/1.00 vMB 0
7,820 7,820 00000000c8a136677d7bd4f07e8385a1119c387c0899290cf35150272edc054e 1 0.00/1.00 vMB 0
7,819 7,819 00000000b0e6c4137cb9871d6475750ebf022740b9d2aec4f773ab4994b2d04f 1 0.00/1.00 vMB 0
7,818 7,818 00000000098e472a1401580c6c70b59a709dc64f248cff7c427e543f8c504f95 1 0.00/1.00 vMB 0
7,817 7,817 000000007bdbb5218bae7d92b6501db8d01f13fa60f615b820596c4ff598da78 1 0.00/1.00 vMB 0
7,816 7,816 00000000185e7b91e06f79023ad63b8429e97cd61857ec7d6c8d29f19bb68a71 1 0.00/1.00 vMB 0
7,815 7,815 00000000e30ac67f7c952ea9fa8ed9e0384b6546e70498b738a5ce5978134af8 1 0.00/1.00 vMB 0
7,814 7,814 000000008ab64905a9d1934644de027e699ce7b161e9c6f50a2d9999ed0b7044 1 0.00/1.00 vMB 0
7,813 7,813 00000000cd97ce214aeea3b53324568a1a2d4a79ee47f26d91cb81f1b6eebd3e 1 0.00/1.00 vMB 0
7,812 7,812 000000009a825cd7403892c0060d12a818112777424950d6ef3c26cebce1451d 1 0.00/1.00 vMB 0
7,811 7,811 00000000c6530d407106dcfa594fb4dbfcb506562966c0b50d837f5925a9366f 1 0.00/1.00 vMB 0
7,810 7,810 000000000b3b468ac8093dc30297d657265a30cc850fac073ca59a3920e4ca8d 1 0.00/1.00 vMB 0
7,809 7,809 000000000f665c18488be2c827809300097b0e457df4319d7b3b1f8e1e2a43d7 1 0.00/1.00 vMB 0
7,808 7,808 00000000546ca3b52352d22a6934dcefdcaa38a9015614bd8fc30d5d4116d8ed 1 0.00/1.00 vMB 0
7,807 7,807 00000000bc374f968c7c3ce479b9c4fa7badd7031f080c2b28ea2974678d254f 1 0.00/1.00 vMB 0
7,806 7,806 00000000d7fefd2d5b9880c21848ee752dc407322a7d74752b670069575b52be 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.14 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: 581.47 GB
    • Received: 9.13 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.