Loading Tool

Explorer IconExplorer

Memory Pool

35,502 transactions
27.30 vMB
0.05738400 BTC
Random Selection Loading Transactions
Max Size: 137.15/200 MB

Candidate Block

Mining Attempt 5af9f584759fd0f8f1e665d29a8a2e42083e81a6d7e80c3c986491df86c77a8e
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root d9554cef7bba8d928521b662e6809d94960f023d43a54c5058cd709601d11657
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,065
Size: 1.00 vMB
Total Fees: 0.00570108 BTC
Feerates: 150.93 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (228,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,715 685,715 000000000000000000033faee6c8d1ff529fc91a2db6bc0ae2b7ebefbff40900 1,954 1.00/1.00 vMB 31
685,714 685,714 0000000000000000000386b8e95d4b3d067f928178e79e19b122e5a254f4c148 1,676 1.00/1.00 vMB 61
685,713 685,713 00000000000000000001e013149fbd87334b9d8c476dc06acbeeb77f795219dd 804 1.00/1.00 vMB 7
685,712 685,712 0000000000000000000cc2f66e691c63ef2912b63b6409e70e7bcae236a9ee5b 1,971 1.00/1.00 vMB 40
685,711 685,711 0000000000000000000040c0949269b8196178296daf2c8796c05c797592c2c6 895 1.00/1.00 vMB 21
685,710 685,710 0000000000000000000d3055b8c228a4426fbcaf8997350cd0a6e5722b5f399e 929 1.00/1.00 vMB 17
685,709 685,709 000000000000000000078df731b1f29b910198bca76710afb53d50f65939ff9b 1,673 1.00/1.00 vMB 26
685,708 685,708 0000000000000000000d48221b29eef2a56412db5711c467e272bb3365d3903e 1,069 1.00/1.00 vMB 16
685,707 685,707 0000000000000000000656fb8c327fdc0428b6d67390699313173c3147cc8d48 1,406 1.00/1.00 vMB 20
685,706 685,706 00000000000000000003ffd35c32d128fb18e8ab485f9e436b448b8dfb5ad36f 120 1.00/1.00 vMB 2
685,705 685,705 0000000000000000000d02cb5635b9ab1ccc80765210360cbd90eb4d21f3331b 1,217 1.00/1.00 vMB 23
685,704 685,704 00000000000000000006b5b1c471709f8c7a49c3a07153bbd92d84d85e0f5a35 1,717 1.00/1.00 vMB 32
685,703 685,703 0000000000000000000ab73262e7a75e8fee8bd65ec8cb68a824cb5edf679d26 169 1.00/1.00 vMB 3
685,702 685,702 00000000000000000002334f077100667fbc1ed126463e080565412c8074e135 867 1.00/1.00 vMB 3
685,701 685,701 00000000000000000002dc0577e8650a18516e3f74e5b20e377aafe5c6285223 2,242 1.00/1.00 vMB 45
685,700 685,700 00000000000000000001a031c7ff632e6a8c1d95852468aaa17d8cacde17b6de 649 1.00/1.00 vMB 13
685,699 685,699 000000000000000000003af0c73bf22f2267b0de1e8196db4f3fcd1b5a7d5424 1,494 1.00/1.00 vMB 27
685,698 685,698 00000000000000000002fe7af65ea8f73101f5fa2cd85dea59cdaf8f8d857224 1,502 1.00/1.00 vMB 6
685,697 685,697 000000000000000000000e6c4dd5b9d3adac8e6e0a798a1ea7a375022a66fefb 1,773 1.00/1.00 vMB 49
685,696 685,696 0000000000000000000ab0245f65f77361453b3435bde2749c3d3d48df4575f6 2,789 1.00/1.00 vMB 11
685,695 685,695 000000000000000000085a413ea2d432ea6f7f1bce4cf36c79d3885d3003ee1a 2,459 1.00/1.00 vMB 30
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.47 GB
    • Received: 12.04 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.