Loading Tool

Explorer IconExplorer

Memory Pool

79,745 transactions
29.27 vMB
0.12365880 BTC
Random Selection Loading Transactions
Max Size: 177.23/200 MB

Candidate Block

Mining Attempt 22737e632a259dacabb1d2aea29357f4ab8e3a16ff493729420ccf2f92a4a6bb
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 65d5e5e01e443797c8e2db15fcf354a8bebc10810f4bc368eb68240681d75a0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.04582202 BTC
Feerates: 301.72 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (791,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,074 124,074 0000000000005b74bd295519439a8305932afe321e12ed64be2330058758e9d6 7 0.01/1.00 vMB 440
124,073 124,073 000000000000388f76c4662cea0519d41dce6b5a05b101735900160902e0ba86 9 0.00/1.00 vMB 335
124,072 124,072 0000000000001bebe2aa075042333abf3ea628f5ea86241dbd810189a3c43671 12 0.00/1.00 vMB 0
124,071 124,071 000000000000450d867f151ddb224797123e21e843828a1bc91a0f37e009e939 10 0.00/1.00 vMB 1,358
124,070 124,070 0000000000000372f1ce94f89702e12e3502ef76fe1fa436bd96a63a1f5c8c73 10 0.00/1.00 vMB 349
124,069 124,069 0000000000006318f279f160e14b413b89d919c3b5389c0578fdd15cdd208ff4 6 0.00/1.00 vMB 0
124,068 124,068 0000000000001a9998b0304f401e3b5530575b6c4c160fd9fc4d060bcf2479f3 3 0.00/1.00 vMB 4,140
124,067 124,067 0000000000000172ec49bb663ed3d0451effe389ec3835bb2104307ab209bab1 7 0.00/1.00 vMB 336
124,066 124,066 000000000000030c24794535d2565888a09131abf3093a94b8e84a4ee47541eb 13 0.00/1.00 vMB 286
124,065 124,065 0000000000002a3c5ace8e6fdbe6b891f5e6656c034d9c260036c2c1e8d292c9 13 0.00/1.00 vMB 548
124,064 124,064 0000000000000fde7c0966b3c6c93db0ece5c8d167bb8b38cf4b7f3b1699bc0c 24 0.01/1.00 vMB 531
124,063 124,063 00000000000033d17d851f650bddc3a2321cf250bedc1fc9c054ac5df561bce0 11 0.00/1.00 vMB 816
124,062 124,062 0000000000001126f9f9e476ec1bc9b1d1d6b2689e1b5918c62654e92c575444 17 0.01/1.00 vMB 599
124,061 124,061 0000000000005fcccb7f4b8f826fb9a85881fb8d7942ba98252ebbb1aeb3c635 30 0.07/1.00 vMB 999
124,060 124,060 00000000000018c5e18eed689b59a00dec09b315cb15cb16333a79654d74b6fa 27 0.01/1.00 vMB 939
124,059 124,059 0000000000003a0c2bf7809bb9fd33995f4165a7a95ba69832ea8b7b5f3fe5be 54 0.03/1.00 vMB 996
124,058 124,058 0000000000002b502f60f384ad3a0c47bb37ea98c1ccd9db904907d789902d15 22 0.01/1.00 vMB 546
124,057 124,057 0000000000000bd0f5beb2a5c1f898b5b9726c23026c47db1d4e8d7867f20dde 8 0.00/1.00 vMB 860
124,056 124,056 000000000000576818e19c0bc5b4889a818b937e414a2d01a81d4fa816bdedce 16 0.01/1.00 vMB 1,296
124,055 124,055 0000000000002a338dff432c3156bd9f39fc2472fb461057a1ad373d2c1e9e03 11 0.00/1.00 vMB 678
124,054 124,054 00000000000018603f45a1936adf53912c104c36e2b4630308b27e5a15f8c260 14 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.