Loading Tool

Explorer IconExplorer

Memory Pool

40,170 transactions
28.18 vMB
0.13593331 BTC
Random Selection Loading Transactions
Max Size: 143.85/200 MB

Candidate Block

Mining Attempt 435f6153b0ffde21b85638c74f3ab5ba22f4e4de1acc0d10962d6be40878a6ad
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 0ff3523799cddc27b5cedfa1b63e09bea7587a24b09b58d2705742b37d0bf08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,234
Size: 1.00 vMB
Total Fees: 0.08168878 BTC
Feerates: 102.90 > 8.19 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (341,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,024 573,024 0000000000000000001af54ea310294f21a544cd6ee68d606f7cda8be885c7a7 2,829 1.00/1.00 vMB 159
573,023 573,023 0000000000000000001ac468c1dcb95aa325cd8205dc24d2537c7544c550a0c5 2,818 1.00/1.00 vMB 145
573,022 573,022 0000000000000000002aef645341bbf4a08684f2a3967a7e78efc74dfed63e67 2,872 1.00/1.00 vMB 162
573,021 573,021 0000000000000000001c555dbeadff6df803fa2cfa0ed795555903c10cbd8528 2,635 1.00/1.00 vMB 120
573,020 573,020 0000000000000000000b99fea8fac0fac12f045a95a07736f639a51dd70c47ff 2,611 1.00/1.00 vMB 56
573,019 573,019 00000000000000000029837bdb4b3b2810bca24446069fbb3344f75855ced3cf 2,825 1.00/1.00 vMB 57
573,018 573,018 0000000000000000000167bae6dcfb6aa34bc05843db3424390944dd01d3dad3 2,797 1.00/1.00 vMB 99
573,017 573,017 0000000000000000002795291d22878f0738f050fe0e31ce5b739a3f2e595d71 2,712 1.00/1.00 vMB 111
573,016 573,016 0000000000000000000f2c3e30476bc91e87c68cbee765e9f1d54b63cfa7ee4c 1,280 1.00/1.00 vMB 20
573,015 573,015 0000000000000000000bfd779eff5634ea72ec97314c7f337c1ad7b8d5fe16ab 2,666 1.00/1.00 vMB 67
573,014 573,014 000000000000000000153eb0ee782adc25cf9d73088ecfc88674568f4863647e 2,569 1.00/1.00 vMB 60
573,013 573,013 000000000000000000130eabaf136f1a43cc391d0fb1141d63f1fd1f9252b409 1,922 1.00/1.00 vMB 24
573,012 573,012 0000000000000000001fc50fb0d6d505e6abbf62a260c9f9ee560afc819acefa 2,590 1.00/1.00 vMB 37
573,011 573,011 0000000000000000001b1b378f74fb52aa64bc88f2e83ca96ed0ff16a3519edb 2,670 1.00/1.00 vMB 96
573,010 573,010 0000000000000000001c6031d30e561629135c590235c827f855caa0fe33d351 2,663 1.00/1.00 vMB 82
573,009 573,009 000000000000000000176d5431321ae7713585446eb33e18ac2471d86d6976c0 2,932 1.00/1.00 vMB 110
573,008 573,008 0000000000000000001f75a0815d62630c283a054c73698b56df28d0a5328a95 2,747 1.00/1.00 vMB 86
573,007 573,007 000000000000000000097258d402c8c2f777d94ca083cb633cf7235bc50158d7 3,022 1.00/1.00 vMB 130
573,006 573,006 00000000000000000027a145ea073ba489dd49cd67d4dd72e9cf1a412ca9853b 2,358 1.00/1.00 vMB 32
573,005 573,005 0000000000000000000f214c1cdb3e703d803a99966c72b7f39ae98fb3c03517 2,149 1.00/1.00 vMB 54
573,004 573,004 0000000000000000002684b396bdc65a5b3c568c690e633ea45c18c9816b7cc8 2,321 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.