Loading Tool

Explorer IconExplorer

Memory Pool

47,967 transactions
29.15 vMB
0.06877851 BTC
Random Selection Loading Transactions
Max Size: 155.68/200 MB

Candidate Block

Mining Attempt d3c41af34cfe78837d6bdc6e979e6f74b13ad2b77ef98764f9990bede3bf1485
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 60a730c1d2321a1cca47a85f185df8f606a5fd525aeb3da669a3ebd24de7538c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01236979 BTC
Feerates: 132.00 > 1.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (799,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,577 115,577 0000000000005edf864d5b432f0425b4c21594d91773615c0827552813bbe0cf 11 0.00/1.00 vMB 0
115,576 115,576 0000000000005352ac786b37b7bc1c08459531b0f6b146104a42993cff9cfd17 15 0.01/1.00 vMB 89
115,575 115,575 0000000000007c20d4555c2535080d57b76c35c07cf352f36248c3483e93730b 2 0.00/1.00 vMB 3,891
115,574 115,574 0000000000003ca0107ad4f4b16d592be544c425e73f6dab20c1e16fd81ca573 2 0.01/1.00 vMB 0
115,573 115,573 0000000000009657851c66e6d4b96bf71a8c02536380d3887a6cff05b9e27682 4 0.00/1.00 vMB 0
115,572 115,572 0000000000006453a362801ba806a97c1467f1c95d506bb57146eead19346dfa 4 0.00/1.00 vMB 0
115,571 115,571 000000000000b356e1d76719199e62701595a36fda86a8c1f84625eb7071328c 2 0.00/1.00 vMB 3,875
115,570 115,570 00000000000049b8c3c21ca187fb59e3e5ca45aa757520d5e415f44d92585316 2 0.00/1.00 vMB 3,875
115,569 115,569 000000000000c837f680d6b154b91b4d3e4699d3c43f4cfd94652b3ba13f223e 11 0.00/1.00 vMB 209
115,568 115,568 000000000000de426dbeaffca8efe457c97d1677f4a2663e91362a99876b5860 8 0.00/1.00 vMB 0
115,567 115,567 000000000000ca4e0817509a1b0c684b64f15ae5b40fe85abb0e6efca1db9b22 3 0.00/1.00 vMB 0
115,566 115,566 000000000000d71fb142913b44f28bfa031588c5b6fd6d6f1c57c5d7c178e54b 5 0.00/1.00 vMB 718
115,565 115,565 000000000000cfe694624af66a639401a041bfedcc2885284b996617c20e7b89 18 0.01/1.00 vMB 269
115,564 115,564 000000000000ba64074ebf5ca9c155270902ffe8ae3fb1d77e6a5b513d989c84 6 0.00/1.00 vMB 1,019
115,563 115,563 000000000000bfd605fd9c6147cc209516d36c5f956f2ceb2ba88c4f83336dd4 20 0.01/1.00 vMB 283
115,562 115,562 000000000000d9a32bed418f049a0763fbf6bbc97147ca35256ed47dfc2dfd8d 10 0.00/1.00 vMB 862
115,561 115,561 000000000000d3ececab60b8362eb6722dd1ca18f0538b476753f3107649a63d 7 0.00/1.00 vMB 0
115,560 115,560 0000000000009509372d3bf8349f7e10455c09aea419de4f44fb25a1ecdeaf49 22 0.01/1.00 vMB 959
115,559 115,559 0000000000004b771011d4622ba6f8366c2441157e64e48c2cfae4901da82e1f 6 0.00/1.00 vMB 696
115,558 115,558 000000000000bd26aaf867f23a7b66b62ffe1e402f79a424ef8b3e4e84c68f32 3 0.00/1.00 vMB 3,868
115,557 115,557 00000000000090b0cae8c5fea2fffac9f909c097f0402637c59647b91bbd896f 5 0.00/1.00 vMB 651
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.