Loading Tool

Explorer IconExplorer

Memory Pool

74,466 transactions
27.59 vMB
0.07191849 BTC
Random Selection Loading Transactions
Max Size: 168.16/200 MB

Candidate Block

Mining Attempt 34554a634c7dd3aad27167d2489e3c4cdb43fe27a13ea1fe8dfdf572a2ae0950
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root d434d53450e4a5164fe72bfe7f7473aa7ec1df7228daf21242b43b7b01cb6e0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01304237 BTC
Feerates: 480.19 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (285,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,854 629,854 0000000000000000000642c92057579a8ea93a7ad6602d3c782eff83ae0b2657 607 1.00/1.00 vMB 9
629,853 629,853 0000000000000000000343324573358854e5693d890fea32371c0d8321b4eecc 2,418 1.00/1.00 vMB 24
629,852 629,852 000000000000000000113b303bdf55afddbd3c3a36de7f98879b37ffc97ed3e6 2,193 1.00/1.00 vMB 63
629,851 629,851 00000000000000000004fa90499c1a8d1425002daca668d2b2f37d36655547fc 2,734 1.00/1.00 vMB 58
629,850 629,850 000000000000000000063865d2de5ba55227c571a650e53354c8e57e323e07e8 826 1.00/1.00 vMB 11
629,849 629,849 00000000000000000008358000a37cb1a531361e271d9e7e837863ade9f662b5 2,777 1.00/1.00 vMB 53
629,848 629,848 00000000000000000007e735d17b9d4084fb55603749d9d3032a770d9a913955 627 1.00/1.00 vMB 10
629,847 629,847 000000000000000000068dfc539b0d0f9abc2a30c9252a5216d25510127114a5 1,536 1.00/1.00 vMB 31
629,846 629,846 000000000000000000036b4e7888cf4c0caf75d181cab0cf70a000b5d56caddc 328 1.00/1.00 vMB 5
629,845 629,845 00000000000000000001b069cd7c46aa97951fcef9b01de6779fc9c7504db8f9 1,927 1.00/1.00 vMB 31
629,844 629,844 00000000000000000004801f0fd1c97b6f020894fc8a03f27d3cf7c1ef0cf87c 1,389 1.00/1.00 vMB 7
629,843 629,843 0000000000000000000b791b03b2e74bfaa5c499f24aafa47954b57284488e61 2,743 1.00/1.00 vMB 43
629,842 629,842 0000000000000000000ff578e081335a78c87b28a8c196ee4c00671c35583847 2,400 1.00/1.00 vMB 9
629,841 629,841 0000000000000000000f10267fd8ef42170f0de63cb7816cfcc48019b722c625 2,762 1.00/1.00 vMB 88
629,840 629,840 0000000000000000000d75a5adc80f67a8aa14923fe6e6c82611963b56f927f3 2,868 1.00/1.00 vMB 39
629,839 629,839 00000000000000000007f25f20aff416c6fa4c4fbf0f17cb329c4bcb18865a14 2,457 1.00/1.00 vMB 32
629,838 629,838 0000000000000000000d70f0805d7ccab0e2499998108586cf7906658895583c 2,526 1.00/1.00 vMB 93
629,837 629,837 0000000000000000000a58cc5ca70a474beda95f0d2ef12d8bf3181ffa7647fd 2,498 1.00/1.00 vMB 56
629,836 629,836 000000000000000000089b9aba7e43ecb9fedc8ef421723ef79cce2fcd4c8c33 2,398 1.00/1.00 vMB 81
629,835 629,835 0000000000000000000ee6d4181e1ba957ce333d5e004bfb6a33388a8a6057a0 1,222 1.00/1.00 vMB 20
629,834 629,834 0000000000000000000011e59cc8a7326717bccf74530f59b6401c5a1a7c9bb7 793 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.85 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: 712.55 GB
    • Received: 17.19 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.