Loading Tool

Explorer IconExplorer

Memory Pool

40,704 transactions
25.76 vMB
0.05056041 BTC
Random Selection Loading Transactions
Max Size: 134.58/200 MB

Candidate Block

Mining Attempt f029f51234d74f7e29d222d957b5ffbefa2f2afb2c963eac2daae3383e4c8091
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root 17ac161417f2568fe92f146d66dfcc94c3cdf5749e3654dc2a341e13030b3cdf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,851
Size: 1.00 vMB
Total Fees: 0.00392872 BTC
Feerates: 140.50 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (857,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,842 56,842 0000000000a4c3689aa955ae857a4320636618993b815967ee78856a1d1fd3be 2 0.00/1.00 vMB 0
56,841 56,841 000000000d9fcf57bccf364d7da13210a0c7d3387160c96254e5620ca735e8a8 3 0.00/1.00 vMB 0
56,840 56,840 0000000000a89c8343554235dcf94610781556fdede0a8e4644382d0d7e6f0c3 1 0.00/1.00 vMB 0
56,839 56,839 0000000006210e47539e84abe4555f6f65c5fc02fb02077b3c6154dc488736fd 1 0.00/1.00 vMB 0
56,838 56,838 00000000098ec13540b79b7dc404f3273a829ef4ff537568b78b3f137eb83d2f 1 0.00/1.00 vMB 0
56,837 56,837 0000000006e36d32a326c7a31ee1ef465a1f61e1978b767fea477ee67bc327f1 1 0.00/1.00 vMB 0
56,836 56,836 0000000002e0c9fd1e4e39618349449cd8c5d2d362d32d949e15ff95e8d98ca2 1 0.00/1.00 vMB 0
56,835 56,835 00000000000d010b336362bd1fcb1e1ea35de1a84885a22950f5a122f01d4510 1 0.00/1.00 vMB 0
56,834 56,834 00000000092cab38870384315813cd2ca72801397f1d4135b6057156c2db64d6 1 0.00/1.00 vMB 0
56,833 56,833 000000000a66bf3493db016cea3b4127fb0230298eb197af090567e4fdf2d47f 1 0.00/1.00 vMB 0
56,832 56,832 0000000005cd96dc49ed83c98ce4dbcea4f952f40aad2610a4957b578db0d5b5 1 0.00/1.00 vMB 0
56,831 56,831 000000000f444c97e226c9bc7b362987bc99df369ac9718377d2625398d75d67 1 0.00/1.00 vMB 0
56,830 56,830 00000000127d8c888f0216ed11f4684a63d29ff1251a84c37fcc0f37dde1b100 1 0.00/1.00 vMB 0
56,829 56,829 0000000006fb75f8355ea225ce79f6175d0a9babf6db51a5dd1c417131f54bb7 1 0.00/1.00 vMB 0
56,828 56,828 000000000127a862aff45286dacafdcb1501a5b6c9f1ec8129e38cc568fd9c8d 1 0.00/1.00 vMB 0
56,827 56,827 00000000097e711d26352f004d48a0418ed412eb6e2afc73876596d9741b826b 3 0.00/1.00 vMB 0
56,826 56,826 00000000002bdd74553f52f8f170cfb1e4e7f38806619f2f3023da68d8726ee6 2 0.00/1.00 vMB 0
56,825 56,825 00000000002e6662d8c948284ad5ed804f79f289b893eb4fea15ce9ce6cd3be9 1 0.00/1.00 vMB 0
56,824 56,824 0000000008fb2d9c6bb2ad6fdd7e135dd5b4287985c4a3c01bd9f64b409f0296 1 0.00/1.00 vMB 0
56,823 56,823 0000000005c2dfb576abef1cfb9bd9156fab4e2123a08bbab531336f77fbfcb5 1 0.00/1.00 vMB 0
56,822 56,822 000000000159eff52ca89012f3299e5c366bfc71fa9dd94f7dd6c4d3227b81ca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.80 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.