Loading Tool

Explorer IconExplorer

Memory Pool

45,374 transactions
31.89 vMB
0.12860659 BTC
Random Selection Loading Transactions
Max Size: 162.42/200 MB

Candidate Block

Mining Attempt 6a4ac3660c28c304af4b7f173a681ff41cbe345e2f4315d454eec05a30a43136
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,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,646 120,646 000000000000af6b1e31353866901416385733dbe8af3402c92469d35c54d5f7 9 0.00/1.00 vMB 321
120,645 120,645 0000000000001a242628381f81346e269fbb7c2a46f6b3f1b01d0febc93dc6de 2 0.00/1.00 vMB 0
120,644 120,644 0000000000004451d9ee7021d94dbf2381f98dff2c97ffaf388cee56f0d9f534 8 0.00/1.00 vMB 1,129
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
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.