Loading Tool

Explorer IconExplorer

Memory Pool

27,858 transactions
12.40 vMB
0.04652001 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.56/200 MB

Candidate Block

Mining Attempt e06f983126141175c127bf7025cf514c675df971099304bff86d89c3dc8ef0ae
Version 20000000
Previous Block 00000000000000000000b1914f84f5f11538b49a2e576884c8d12f6d1efbe203
Merkle Root ae2a7b633cecf6a618c42933d0e6699fa1c51b493e9a47d2a7de926174b6e4b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 0.9978795 1.00 vMB
Total Fees: 0.02530681 BTC
Feerates: 301.67 > 2.54 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,769 (785,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,753 128,753 0000000000001bc799637b7ede817c8b625cf5ebe5a8dfab9c506b7e8a13e69d 34 0.01/1.00 vMB 853
128,752 128,752 0000000000002244491ccefb4bfbf80f7b6b38c90b56ed3d09ec0dc5f81d5fd0 18 0.01/1.00 vMB 1,178
128,751 128,751 0000000000002500c671a25b9467a3c556ae43207261c7030af020334e3250cc 4 0.00/1.00 vMB 2,003
128,750 128,750 0000000000001e5595c239517aa0f98606ad9f178ee41754beffec30d4bcee2d 9 0.01/1.00 vMB 748
128,749 128,749 000000000000261beafdf74719ae2e1640682cc5539589b562aad198659c6885 6 0.00/1.00 vMB 472
128,748 128,748 00000000000009a65c1bb60486581fc7f130358d8358ec335e5d73dc62827167 10 0.00/1.00 vMB 353
128,747 128,747 00000000000023f7780cab06f1a8532d0592893277789ef7761c364fe3c02242 17 0.01/1.00 vMB 589
128,746 128,746 00000000000024432e526e7f900a252ade1bd15b667cf4b4306c7c071567153d 6 0.00/1.00 vMB 680
128,745 128,745 0000000000000a8df160e79bf2a611bdedb7729c8be23e3c42499279ec319239 80 0.03/1.00 vMB 639
128,744 128,744 000000000000091d62d320e084c6d745dcb0094d3215ea33f72f899adb7902b1 169 0.06/1.00 vMB 366
128,743 128,743 0000000000000832097c022f5d0a6b2fdde8fa2f087378c823fed24a89e1ca63 85 0.03/1.00 vMB 1,880
128,742 128,742 00000000000009d1495757f781fb75e0a16fd6f14bcaa7a5aff0a9beb748a53a 3 0.00/1.00 vMB 0
128,741 128,741 000000000000017abe6aa55e95d0758b8d40d8de57417a5331c30989b76ea9a0 11 0.01/1.00 vMB 171
128,740 128,740 00000000000007b170f897cd069c1df41791de88486c3d23986e6cdaba6e82ff 49 0.01/1.00 vMB 121
128,739 128,739 0000000000000ec28ce84ebde8574c54cbea1d9eea1a945e0b103e292828f8f9 16 0.00/1.00 vMB 486
128,738 128,738 0000000000000426d1371e64a849768d10e4c2f25e30d9060967917cde636bab 30 0.02/1.00 vMB 888
128,737 128,737 0000000000000a26d3a035eaf0b5c749a9b146cd9951467e0856c60f48c5cded 8 0.00/1.00 vMB 667
128,736 128,736 0000000000000b74a726a6931f524273802f4e79aafd6f1f98c9acf228bd1adf 28 0.02/1.00 vMB 708
128,735 128,735 00000000000005108c7e5dd69172efc6d4191f8ee108e8b360c6f08aa51fac5a 10 0.00/1.00 vMB 791
128,734 128,734 0000000000001a5f17978e84fbfd88d25e2ac7be1451505949381871523345ee 87 0.04/1.00 vMB 494
128,733 128,733 0000000000001590b5824e925872f55eab125031bf0ceec54610f0d21dff7460 19 0.01/1.00 vMB 1,352
Previous 10 blocks ↓
Total Size: 780.21 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: 506.35 GB
    • Received: 4.10 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.