Loading Tool

Explorer IconExplorer

Memory Pool

45,380 transactions
31.89 vMB
0.12866411 BTC
Random Selection Loading Transactions
Max Size: 162.43/200 MB

Candidate Block

Mining Attempt d4a59035ce58cb44c715c0c92cdafb7bebd5f4169de90a66d6b6257d5fc3a4e8
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root 77626080fc03b5c1cfe73560995644d9262098eb7a5b15aafb94dad2bbaa56b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,033
Size: 1.00 vMB
Total Fees: 0.05882524 BTC
Feerates: 150.41 > 5.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (793,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,643 120,643 0000000000000f6ef404fe0bbc73bbb3e5fede657ecdf80861b00a1b74ecc9a9 11 0.00/1.00 vMB 301
120,642 120,642 0000000000001c9c19a01a728bc110a71260802d75a95e043593b39b713322f8 1 0.00/1.00 vMB 0
120,641 120,641 0000000000000d979345734bc50b01610a9840c9b99842ea2ddf1f4cfe87a817 2 0.00/1.00 vMB 0
120,640 120,640 000000000000701aa03c2bbd0a989653fb4160c9e301f57bba6829dc929e8ee2 6 0.00/1.00 vMB 506
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
Previous 10 blocks ↓
Total Size: 781.42 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: 606.94 GB
    • Received: 10.61 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.