Loading Tool

Explorer IconExplorer

Memory Pool

42,821 transactions
29.76 vMB
0.09158641 BTC
Random Selection Loading Transactions
Max Size: 151.41/200 MB

Candidate Block

Mining Attempt 79d13912db9d6681a762f1aceceede888e4c79fb5835d6eef53dc9aafc9e9b6d
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root aa7abd714f2d148cd60439a97e78b209ef5d02914a050041cbbcd65a7c7533eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,354
Size: 1.00 vMB
Total Fees: 0.03170721 BTC
Feerates: 150.97 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (113,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,869 800,869 00000000000000000000cc405b505a4784c3cd48ec7f1cc717c4b272d57d7366 2,835 1.00/1.00 vMB 15
800,868 800,868 000000000000000000004943d5abd3a8665aba2f1c45bec0887593ab4818097d 3,201 1.00/1.00 vMB 15
800,867 800,867 00000000000000000004a76eaf4d990e690cbca36fb3aac4a47ecd33b6aeb190 2,862 1.00/1.00 vMB 11
800,866 800,866 00000000000000000003c0260a9c653bbac12f6b7aa60b0f81ef0cd98df0f9db 6,939 1.00/1.00 vMB 6
800,865 800,865 00000000000000000001a5d92a055735c58cf4ff35b980abc1f335a220fbcc6f 6,752 1.00/1.00 vMB 7
800,864 800,864 0000000000000000000260b5cc43e881e0cab722ae2d1ed186707cc0608cd85a 3,202 1.00/1.00 vMB 7
800,863 800,863 0000000000000000000458ff74f2b49ca51aa7344bcf41cb69570c622e12a9a6 3,152 1.00/1.00 vMB 12
800,862 800,862 000000000000000000043fa13790572fce87f4d77a6ab2c3b198f6679428b2fc 2,939 1.00/1.00 vMB 7
800,861 800,861 00000000000000000001b91456703bacb8ac59039c69f842e7833f3b71a5d15f 5,415 1.00/1.00 vMB 8
800,860 800,860 000000000000000000011b59f7a17b0bf028339f745c9384126238a2e1e02389 4,757 1.00/1.00 vMB 6
800,859 800,859 00000000000000000001a63a4c52d52fc2ce5c2dd1937a267d7906718c4492c1 2,758 1.00/1.00 vMB 8
800,858 800,858 000000000000000000037fbd8e67d9102e57a3b097579b219e2ea3103ab73aab 2,881 1.00/1.00 vMB 11
800,857 800,857 0000000000000000000141365d6fb4d48ee8b685010998cca0f469892e954b35 3,026 1.00/1.00 vMB 21
800,856 800,856 0000000000000000000526c5ad81c9f2e69a872287765e36be3569f9d55f57cb 2,814 1.00/1.00 vMB 11
800,855 800,855 00000000000000000004574e3a3ba3cbe9b5ddb6a6b79c0eea268665d1d5dcfa 1,657 1.00/1.00 vMB 10
800,854 800,854 0000000000000000000414c3047a79c53c1060b12871e23dde8fd87af6487216 4,552 1.00/1.00 vMB 9
800,853 800,853 00000000000000000003f0d2b0e3f5755d6761bc736a921a53a80944c375740b 2,908 1.00/1.00 vMB 7
800,852 800,852 00000000000000000004df0963b3f30e71abce56bcea192f76b5a53a485d28b9 2,879 1.00/1.00 vMB 16
800,851 800,851 00000000000000000005337438a9a17360b4367eec4c759ef38c370faf7ee01f 2,578 1.00/1.00 vMB 7
800,850 800,850 0000000000000000000071927547d71ea7bfbc1628a33b92879aadd99587de88 2,932 1.00/1.00 vMB 18
800,849 800,849 00000000000000000001e0d89265a9a02d9710ee90ea0ceb893c12200e46cd18 6,231 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.52 GB
    • Received: 11.66 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.