Loading Tool

Explorer IconExplorer

Memory Pool

48,035 transactions
29.16 vMB
0.08742397 BTC
Random Selection Loading Transactions
Max Size: 155.48/200 MB

Candidate Block

Mining Attempt 7b1c5ec510ee1c150c6d3b2fe59dbbfd66cc56e06e44a53a8211b872bb70e987
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root b7000fbb1817d9435ae7f191e3642c1e73917c2dbc65728f44628e9e4124ef89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.03128816 BTC
Feerates: 100.60 > 3.14 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (356,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,704 558,704 00000000000000000011a7bdbd56716b52244c525451d0fb7c300106b31bf94b 1,820 1.00/1.00 vMB 16
558,703 558,703 00000000000000000023c0b7e5453927cd4ba10651787a4c9c68688485e802c9 2,816 1.00/1.00 vMB 21
558,702 558,702 00000000000000000003b2ccc3499299395cb5b87c25c1f051e956e9cd7ff457 3,398 1.00/1.00 vMB 26
558,701 558,701 00000000000000000023b462c4769d7d0de05856a1b47c99c99bf23f485e29cc 3,698 1.00/1.00 vMB 23
558,700 558,700 0000000000000000001139722415d099dabbde42ed0ac1aad98967241ee486b1 3,279 1.00/1.00 vMB 40
558,699 558,699 0000000000000000002b06cfadf99808a0a2b9c223dc42dcf48da7da008fcb73 3,546 1.00/1.00 vMB 18
558,698 558,698 0000000000000000000ec9b3b67e0b357fc51403196779e59bb1468f8d9dd7b5 3,108 1.00/1.00 vMB 6
558,697 558,697 00000000000000000021af3a4115dc6d43fedcb648312f0d9bb1874b5cc07d01 2,807 1.00/1.00 vMB 12
558,696 558,696 000000000000000000037cbf2412de6ae70db2eeeaf591d16e54e18321dc7896 2,564 1.00/1.00 vMB 17
558,695 558,695 0000000000000000002e9443c72b61893e878116fe89a6463154834915a9c2db 2,820 1.00/1.00 vMB 43
558,694 558,694 0000000000000000001c738f6da21b6db9a13cc4233892225e2cfd10e6bc59bd 1,585 0.62/1.00 vMB 4
558,693 558,693 00000000000000000002ec120a3a70da1c5d85d5c3cdd7e26e76716f39341422 943 0.27/1.00 vMB 25
558,692 558,692 000000000000000000078dc6dd37ef2b3789632a61a5f377d679d00a450a2d6d 3,079 0.97/1.00 vMB 14
558,691 558,691 00000000000000000022f60fa09f5566b78112894aa5b4a53f8d0c44761425c7 573 0.18/1.00 vMB 11
558,690 558,690 00000000000000000001e611abd590d31ae18d0eb39bc112df05e50034a2b085 1,010 0.66/1.00 vMB 8
558,689 558,689 0000000000000000001ed28e6bb17e03e0122600b1ee0855b883c37b2d645d49 2,781 1.00/1.00 vMB 14
558,688 558,688 00000000000000000029b7d8f987d5cfb2e2943213864ca0fb7fbc0e6a148ee5 1,971 1.00/1.00 vMB 7
558,687 558,687 00000000000000000000b56be85e67a0b780f2f5d42ef23850029d4698f92569 2,342 1.00/1.00 vMB 11
558,686 558,686 00000000000000000029b750f27429b03fdf7e387b60c91667dbf04e119a25d5 1,778 1.00/1.00 vMB 1
558,685 558,685 00000000000000000014853efc096f8dc92a44bae1cc68468112e9dc7d0357f0 1,862 1.00/1.00 vMB 6
558,684 558,684 000000000000000000232b01d8fed3a92d330d698f0f7ab190c298969527db2f 2,105 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.