Loading Tool

Explorer IconExplorer

Memory Pool

39,746 transactions
27.10 vMB
0.05606980 BTC
Random Selection Loading Transactions
Max Size: 141.65/200 MB

Candidate Block

Mining Attempt 11cb96be7286dd59c955633d3fc671f0a7d365be6bee8987dd35fd782c26fb0c
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 1f347a2026226586cfc83045bb4861936f7c6f2a9625a705858afb2b147d4a96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,164
Size: 1.00 vMB
Total Fees: 0.00576669 BTC
Feerates: 69.10 > 0.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (859,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,828 55,828 000000000f2533dcfe2bf32ab843d5251240dfd4191296e24a522ac2b29f5fdd 1 0.00/1.00 vMB 0
55,827 55,827 0000000010f547c49ac113ff03f6922789f4d6bc119d41d9c24d75e785d5ad05 1 0.00/1.00 vMB 0
55,826 55,826 00000000087101098b02ff41ff69589c24f3ab87aa36bf61f19635de228d04ec 1 0.00/1.00 vMB 0
55,825 55,825 000000000d3f789bcda8830c23ded5bb3c9c2d5a659a1d8b934ef16346a1e154 2 0.00/1.00 vMB 0
55,824 55,824 000000000a81593892a879ed83061f59fa85f94acd3504cf55c911a8250d29f2 1 0.00/1.00 vMB 0
55,823 55,823 00000000059ec6bfd9a8e9efc978fc275b2edcc7098e518029ab686cc9d7ea2f 1 0.00/1.00 vMB 0
55,822 55,822 00000000136f25edf2aa3f5cea684fb829095744aaaf7cfd541c5116439dd5cf 1 0.00/1.00 vMB 0
55,821 55,821 000000000599dbee95fadada20aebd8dae3711614684be9d389828cdb1034c25 1 0.00/1.00 vMB 0
55,820 55,820 000000000af295f4c4340e08c16af5089a3a44edcae7c0513880cf10036da679 1 0.00/1.00 vMB 0
55,819 55,819 000000000ea7778fb67f7a7c2b496578a4449e9dee7bb0037d6f769c403f71a7 1 0.00/1.00 vMB 0
55,818 55,818 00000000101676df045e8a6d53736d4b27bc9edddbc6a5dcb8864a13dbfb811f 2 0.00/1.00 vMB 0
55,817 55,817 0000000009df69f5e0d4b297b89132e4fc4971eaebded67d904f8b1b225c439e 1 0.00/1.00 vMB 0
55,816 55,816 0000000009bdefc645254d2a088d9f52897b2d800aaf03fc5621cba5ae614b08 2 0.00/1.00 vMB 0
55,815 55,815 00000000066871bfcb6977cecd3603c725e2f05b93b541f4fb09a13acfd5be24 1 0.00/1.00 vMB 0
55,814 55,814 000000000080fbeebc7046eeb267818c435e746ff68e89f647f36130bc5635c1 1 0.00/1.00 vMB 0
55,813 55,813 00000000090255df2e6c6950a1dd46d3c1a8b20871757543e269649d6c1c5955 2 0.00/1.00 vMB 0
55,812 55,812 000000000af27c1a7b618ac8635b96025a5650b24c63764eca7414af6e886051 6 0.15/1.00 vMB 4,435
55,811 55,811 0000000013d53405392513d5e7d26630c0231ace81d404224f90dedba9c6e7dd 1 0.00/1.00 vMB 0
55,810 55,810 000000000d233c61dc3ad863eb7f4b7287436de774759a3dccaaca1cc9794d0e 1 0.00/1.00 vMB 0
55,809 55,809 000000000240615aa7303d2ae4c2c8f4ebdbba7968b42c782d1345b45eeefebf 3 0.00/1.00 vMB 0
55,808 55,808 000000000ac1e405ad2fc2294b43e4b3951625b3ac4da46e9f8cc35ca5237508 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.