Loading Tool

Explorer IconExplorer

Memory Pool

42,097 transactions
26.22 vMB
0.06010033 BTC
Random Selection Loading Transactions
Max Size: 137.26/200 MB

Candidate Block

Mining Attempt 7e0908c2fdc2460dd11771ad3e4ffe407637f4c74672bb7cb5ae3d516941260d
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 03288d76baf212389a803432dc371c5142b9c2c2ce6c20fc5d1010fc6871a43a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,224
Size: 1.00 vMB
Total Fees: 0.01201783 BTC
Feerates: 100.00 > 1.20 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (221,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,638 693,638 0000000000000000000fd516ed00417debecd874ff971e1f5724f497ca88d1f5 1,218 0.50/1.00 vMB 21
693,637 693,637 0000000000000000000355c5e5279196360f5296fb52400195a7589f748117a8 885 0.30/1.00 vMB 13
693,636 693,636 0000000000000000000b625dcf116a69a754c7037637316a673ff8ca1e0dd928 1,295 0.55/1.00 vMB 9
693,635 693,635 000000000000000000135c72641cdba52fd8c12ac8899675b97db74700f2f30b 36 0.07/1.00 vMB 14
693,634 693,634 00000000000000000003cbd35cc7e0c299998340cddee56f68bd63c832304e6a 484 0.17/1.00 vMB 17
693,633 693,633 000000000000000000105cf0a8a55a629983490645e05cb7f82d0236646fde81 2,500 0.86/1.00 vMB 20
693,632 693,632 00000000000000000005c8a413aa0a2c7143a29df0122a492d79892ef046aeed 79 0.06/1.00 vMB 9
693,631 693,631 0000000000000000000716fdab71567b6244ea3af248879c046fd5cd168312d4 1,148 0.69/1.00 vMB 11
693,630 693,630 000000000000000000096020932c836d60588aabe2a0b7613b002090b071b8aa 769 0.45/1.00 vMB 17
693,629 693,629 00000000000000000008330f91fed7e4f11d5109cafbde6dd0acd017b0015b48 224 0.36/1.00 vMB 5
693,628 693,628 0000000000000000000c361550dc8188feb094a0596aaff9e08fe997c3301824 869 0.30/1.00 vMB 13
693,627 693,627 0000000000000000000b473bd7fbf4aa4cb33b11dec33c63e855a67a4ac640d6 539 0.19/1.00 vMB 11
693,626 693,626 0000000000000000000fb5fed132a900c6656c64a24eb2d6c8b77435013fbff3 1,615 0.56/1.00 vMB 15
693,625 693,625 0000000000000000000bd5337eedae63e0a776676399384ded4b121dfca4c560 59 0.02/1.00 vMB 7
693,624 693,624 0000000000000000000f5091d9fac632a5910f91865b9876379df4541922b21e 904 0.30/1.00 vMB 11
693,623 693,623 0000000000000000000270e6ef01a2aefea2e9164d291369230f244cd00fd082 784 0.36/1.00 vMB 8
693,622 693,622 00000000000000000003fdc1e6cf9b1005141535dbec7aa557c0ca190266f005 676 0.20/1.00 vMB 6
693,621 693,621 0000000000000000000c4c2366ad2504c4b72914ce2c89272dae04dfdd66938b 2,272 1.00/1.00 vMB 15
693,620 693,620 00000000000000000000f5cec058f90e7a1d9f035093c4417f64132f0f3dc9f5 468 0.13/1.00 vMB 15
693,619 693,619 000000000000000000054215c9d857d9bc1aaf8d9189895d680195caffd03b68 1,290 0.47/1.00 vMB 11
693,618 693,618 0000000000000000000bc3a841b83df8504d19559f107213290d108c9dfcc3ac 939 0.38/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.