Loading Tool

Explorer IconExplorer

Memory Pool

74,007 transactions
28.27 vMB
0.06910493 BTC
Random Selection Loading Transactions
Max Size: 168.07/200 MB

Candidate Block

Mining Attempt 30ac4f2901caff921c89af69dff415184ece22852ac57a201e4636374a8aff6e
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 9fd9e8a9dabd097f287f7fe8334a8346600850dc709e0267067710418c6e7cc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,482
Size: 1.00 vMB
Total Fees: 0.01238402 BTC
Feerates: 101.62 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (233,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,944 681,944 0000000000000000000a5f090bfcf4cba5ede47d0d0149a242eea9db46fc5bc1 388 1.00/1.00 vMB 14
681,943 681,943 0000000000000000000c644a9629e6c6db8a26036321d8d703b5397f7f34d4ae 397 1.00/1.00 vMB 14
681,942 681,942 0000000000000000000a08f2aa1e43aa63e3e3688c2c3660349ffcfce927cc1c 415 1.00/1.00 vMB 5
681,941 681,941 00000000000000000006927527fca867dfb0e609c8ff0355fbc8a36252467d17 1,341 1.00/1.00 vMB 19
681,940 681,940 00000000000000000009143514458cdeb25c9568f2fab63a26fbf525e3fcd17d 486 1.00/1.00 vMB 4
681,939 681,939 0000000000000000000c7fcdf98078c219a00262fb01965f78cbe551b8e6b457 1,841 1.00/1.00 vMB 20
681,938 681,938 000000000000000000017e0a6b1ba1535467d37a41b8f7b367ad6d00afea63eb 2,020 1.00/1.00 vMB 89
681,937 681,937 00000000000000000000278faf60a7e4cc2de3a5e24b2a54ca6d47c3851517c0 1,391 1.00/1.00 vMB 23
681,936 681,936 000000000000000000031a288348bf37ca01677dd11ca7c9da8bb6f0f57f489a 2,551 1.00/1.00 vMB 41
681,935 681,935 00000000000000000006e7ee4b80153277fab88711dca77e833daadc247611dc 2,814 1.00/1.00 vMB 101
681,934 681,934 00000000000000000002f6230383ff37475346740adc12bff1a2df064e8fc40d 1,174 1.00/1.00 vMB 35
681,933 681,933 0000000000000000000804e80bf5feebbb9dbc801ea350259c32ab7b20dba80a 2,221 1.00/1.00 vMB 35
681,932 681,932 0000000000000000000b107c88cff531e7afff3c8417a7e7d8897a96687d8cc1 2,601 1.00/1.00 vMB 48
681,931 681,931 000000000000000000007fa629b9a45e549302852b36869478b7334ba71f56b7 2,164 1.00/1.00 vMB 75
681,930 681,930 0000000000000000000cf448f6d6c58c5e4adcd19bd3c764dcf42761b6b0f4f7 2,557 1.00/1.00 vMB 80
681,929 681,929 00000000000000000009eda1670aa46240ca7428dcde41233b0fda7c0615bb94 2,492 1.00/1.00 vMB 79
681,928 681,928 0000000000000000000667dec08a72020ec97f8d16a2e6a7cde972880c30b46d 584 1.00/1.00 vMB 85
681,927 681,927 0000000000000000000d6673ef0f4c7d8c36b7fba340ff083b097ec149a2d436 3,034 1.00/1.00 vMB 99
681,926 681,926 0000000000000000000d1551f5061e37c7e20720f696ead53c856e42a326b46f 2,512 1.00/1.00 vMB 95
681,925 681,925 00000000000000000000681e24771ceb3af5a012845d48643be93164048a1c40 3,483 1.00/1.00 vMB 146
681,924 681,924 0000000000000000000183754049e809c8929c12d39a7552fe397ab836aa20a2 1,039 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.