Loading Tool

Explorer IconExplorer

Memory Pool

41,754 transactions
30.31 vMB
0.06568248 BTC
Random Selection Loading Transactions
Max Size: 153.84/200 MB

Candidate Block

Mining Attempt 2db6b0612ac345cb4cd4f7a283c41fe0c952c04ba38634385ed79c17b686aa0e
Version 20000000
Previous Block 000000000000000000000b1822ca90db9cc6059f23ee9faca135284b85075550
Merkle Root b619be46d8d8fcec54bd3657d81b7b5d035139748495243addfea2b824beea50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,056
Size: 1.00 vMB
Total Fees: 0.00526689 BTC
Feerates: 327.53 > 0.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,462 (793,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,639 120,639 00000000000056b177063bf718e881a1a23d2addf769f5f48b2da201e7ae07a1 15 0.01/1.00 vMB 768
120,638 120,638 00000000000000631b4450f6c885b0605e561c2a0f1d1da0a976fe8edc5be31d 6 0.00/1.00 vMB 1,361
120,637 120,637 0000000000002a5479c285bc99ade2e01c35c4b999b0da9cfe9d4f07f2990339 7 0.00/1.00 vMB 909
120,636 120,636 000000000000599c898af36956ab4625fafae4c6a7f562a8b11bfbfd3f9dc4d0 4 0.00/1.00 vMB 0
120,635 120,635 0000000000008b69e23d388e9f860b9be5ed630510781a77d395b29f769cecd9 8 0.00/1.00 vMB 836
120,634 120,634 0000000000003f42268d4af58625968ec24add747404b18eae106c21355dfaf8 16 0.01/1.00 vMB 0
120,633 120,633 000000000000a624f506290ef0654699b29c7a67ca9aa0ebba6ce19fd34a0803 10 0.00/1.00 vMB 273
120,632 120,632 00000000000053e5c99e9474b5f2f59d2e88425e9ce3f5d66540d39f748d2d7e 20 0.01/1.00 vMB 1,275
120,631 120,631 000000000000813ee2618686b0c447f7791c0297a88b282dce01ca478a36c483 27 0.01/1.00 vMB 822
120,630 120,630 00000000000087336283e69eab852e968f8d02aee7f88b94e2c3fad247f71159 2 0.00/1.00 vMB 3,861
120,629 120,629 0000000000001e66d99ac030d360d0a45a10b98b4ade34c2eaa305d697a51c06 100 0.04/1.00 vMB 130
120,628 120,628 0000000000006dc2467dc0c81ff2e1cca12ea74676601c0511ac61c0ab20f433 14 0.00/1.00 vMB 1,672
120,627 120,627 0000000000009d40613841f6a1ef10a0f07f04a5a4ebd225d5c25eec219c921a 34 0.01/1.00 vMB 449
120,626 120,626 0000000000008db687c862942fee57cf223ad64de1c93f64e1ee908d701bb263 14 0.00/1.00 vMB 942
120,625 120,625 0000000000006dc77fbae5878cbdafc93bb6533e3115112de2899e5c9e0545f0 1 0.00/1.00 vMB 0
120,624 120,624 000000000000261b7355142108897252abb1fa15b93b10b07414ad37414e1dff 12 0.00/1.00 vMB 0
120,623 120,623 0000000000005b1efe2aeb2220265ded3ed45cc78d392aa9f09d08eef26cc52c 8 0.00/1.00 vMB 840
120,622 120,622 000000000000a6efe578ea2239996274dc2eb01f1f3676d1c183e58cf5adc826 11 0.00/1.00 vMB 909
120,621 120,621 00000000000083c5b166418142f732bf5669cc2458427adf48e16b6cf61f84cb 31 0.02/1.00 vMB 45
120,620 120,620 00000000000081bdb5895c4a275eba0946670b1083fe9eb042e070306bba69ec 12 0.00/1.00 vMB 0
120,619 120,619 00000000000098c70abe88e8c375072e7b127cbd7c8aa479db7d5b8c04a2cff2 10 0.00/1.00 vMB 357
Previous 10 blocks ↓
Total Size: 781.43 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: 608.58 GB
    • Received: 10.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.