Loading Tool

Explorer IconExplorer

Memory Pool

40,538 transactions
27.18 vMB
0.08054249 BTC
Random Selection Loading Transactions
Max Size: 140.86/200 MB

Candidate Block

Mining Attempt 68c7e9818cbd01f2c314bb20abfef5c9b5f7a0737dc1c8400b77c7786e43d460
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root a6b97a209a6abd032c7862f58cc7007c9f830b15769a4ac1a8afc936ac37f694
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.02530347 BTC
Feerates: 201.37 > 2.54 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (356,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,863 557,863 000000000000000000087d9a132c2892560310734a681dd12d920d82ff94304f 1,860 0.61/1.00 vMB 14
557,862 557,862 0000000000000000001b113a0079ef8436a3565a0ef1fae4e1b7bfcefa85178f 695 0.24/1.00 vMB 16
557,861 557,861 0000000000000000000607047a80b82345901ae9515cde3137599380d21ef70f 1,856 0.68/1.00 vMB 16
557,860 557,860 0000000000000000000d838667cda22b6fc75a6074cc934de9b213c2d2f581e3 2,971 0.95/1.00 vMB 16
557,859 557,859 00000000000000000011433cf9782d5500bffcd7221e7683ac0cb1ae83282e43 465 0.28/1.00 vMB 9
557,858 557,858 00000000000000000002c3f6ff4bfb40a2619e1c2a4ee962ddda246437664a35 951 0.33/1.00 vMB 10
557,857 557,857 0000000000000000002d6e5f8d8dfa35ddd722b4100587cbbeecaa518af801a9 3,146 1.00/1.00 vMB 18
557,856 557,856 0000000000000000000f59e3fb414e34dc265d96cd8ba1e537ba17a6bbaadd3d 1,405 0.48/1.00 vMB 3
557,855 557,855 00000000000000000026644019c4b0e99295e510ab0413316219b3a2ed028f60 2,834 1.00/1.00 vMB 20
557,854 557,854 00000000000000000008eddb8df3c763ab2c5841ffe05bb897d356973c3adabe 562 0.23/1.00 vMB 7
557,853 557,853 000000000000000000268b349f0a5e44a521c9e3ca985e545405a2b35bce45fb 1,592 1.00/1.00 vMB 4
557,852 557,852 0000000000000000002137a81794e8c1bbdcdfb6a00e910361e8aed1f0714c30 2,752 1.00/1.00 vMB 19
557,851 557,851 0000000000000000001668fade5013ca21df7340388a99ab9bc615869046b28b 2,860 1.00/1.00 vMB 24
557,850 557,850 0000000000000000001aeee30a42e198420c41f7a1a3443ed1b22f626abf22b4 2,691 1.00/1.00 vMB 13
557,849 557,849 0000000000000000003066f9969a5ec64e36f0864b7bb88099bff495425c41cc 1,776 1.00/1.00 vMB 19
557,848 557,848 00000000000000000023dfff413486558fc2779b657eceaf3289cc118ca8d6af 2,134 1.00/1.00 vMB 13
557,847 557,847 0000000000000000001ebce0104daaf0796f13d6beb4b69415d8625e2c56ef8e 352 0.13/1.00 vMB 16
557,846 557,846 0000000000000000002d429df98e9ec213c31be3c64a70ca3268807591cce6bb 1,696 0.86/1.00 vMB 5
557,845 557,845 0000000000000000001a2f99b797c24ae3564a104fe14fefd4a6dc6f3d27ad20 3,178 1.00/1.00 vMB 17
557,844 557,844 00000000000000000015cda7f6d468acd00beb385ae1f5bf7e4f6bcad1df017f 3,304 1.00/1.00 vMB 8
557,843 557,843 0000000000000000000b9158d7aa2ca730b37e8e4f1de7375e3f8ca3eabe9ac8 2,786 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.