Loading Tool

Explorer IconExplorer

Memory Pool

26,067 transactions
26.78 vMB
0.05470767 BTC
Random Selection Loading Transactions
Max Size: 128.51/200 MB

Candidate Block

Mining Attempt 7cc1ede46ac7aad26a91ad26152883c067ae0850124c44e1abdcaeee5d5e3753
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root e4d1bc3f4f0afe6e339faab9b621c163261ec64cfa7295ff27b859735e8e9ba9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.00441299 BTC
Feerates: 40.28 > 0.44 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (390,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,890 523,890 000000000000000000354382afb44982f0dd16c4ecd107e46841ece401025dfa 2,711 1.00/1.00 vMB 20
523,889 523,889 0000000000000000000c44b937ab6127afe2c83a44f600ad234ae9c1ea85a331 2,484 1.00/1.00 vMB 31
523,888 523,888 000000000000000000064e1eae923d87708e04254cad076531cda5b0c5139d8e 2,220 1.00/1.00 vMB 26
523,887 523,887 0000000000000000002276cea3c6f386cf9564c8842db2b9dd95a96ff6a15d68 2,160 1.00/1.00 vMB 18
523,886 523,886 000000000000000000230d05acc4e5dc34c0239f6f5d6aeb2a54df3445a454c1 2,645 1.00/1.00 vMB 32
523,885 523,885 0000000000000000002f54108df5e0fd1b9cb88fc553d13d9cbd0808a4c6266b 2,413 1.00/1.00 vMB 13
523,884 523,884 0000000000000000004391515e9cccb9450582a5ead43751e61562f977646729 2,344 1.00/1.00 vMB 7
523,883 523,883 000000000000000000206afa4d5d3df78a244ba12d941781c7c2ffaae8b80baa 2,481 1.00/1.00 vMB 22
523,882 523,882 0000000000000000003c7dd42848ad100445a9663b364255d7aa7d1f3af6547b 2,336 1.00/1.00 vMB 24
523,881 523,881 00000000000000000033b82d408db9c4c3b67aa22390f190a2fde8174c153094 2,461 1.00/1.00 vMB 25
523,880 523,880 0000000000000000002d2c2c28244cd30b871c7405763b5951fd471e90079c3a 2,465 1.00/1.00 vMB 41
523,879 523,879 00000000000000000013869d64e166776dddffab970f0d36abc2a937c426a1fa 2,741 1.00/1.00 vMB 54
523,878 523,878 0000000000000000003fed3df5e3498d2851e942ddd094833a4a49530ebf4cf0 1,880 1.00/1.00 vMB 23
523,877 523,877 0000000000000000001f7995d740a66136b475d211cfa6b4a9fd6f216d7bbaf5 3,042 1.00/1.00 vMB 30
523,876 523,876 000000000000000000423b5fa68f8f56b0587455d50021ae798a77dc10b05b13 2,681 1.00/1.00 vMB 78
523,875 523,875 0000000000000000002f833ce3777b288198c873e52639add498df9d6fb8e5c5 2,275 1.00/1.00 vMB 45
523,874 523,874 00000000000000000004e1c2064aefb7efee02543d4c60c21342f9b0bc61bb4b 1,634 1.00/1.00 vMB 18
523,873 523,873 0000000000000000002527d2462e5bb5b1445c1bd81ad87f63dc1590c817eafe 2,657 1.00/1.00 vMB 22
523,872 523,872 0000000000000000001f2f4dcef8cb5fd666997a7b7028af3c50529c36862ff2 2,249 1.00/1.00 vMB 20
523,871 523,871 000000000000000000105a72e2685926fc02650996661409f491486e19999fb7 2,096 1.00/1.00 vMB 21
523,870 523,870 00000000000000000021c185033d6c220c8ae2c6fcff7431870030d8ad081f78 2,787 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.50 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: 612.00 GB
    • Received: 10.95 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.