Loading Tool

Explorer IconExplorer

Memory Pool

79,320 transactions
29.40 vMB
0.12616182 BTC
Random Selection Loading Transactions
Max Size: 177.02/200 MB

Candidate Block

Mining Attempt 6be169c67497877cff1f7ac57d56b50c00ce8a63bceb81b0b7feafd8bd64b1b1
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 84abca2a2c70aa2caf50ebe43aded9f19406efbc96c001d1a160a6861c3cfe30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,401
Size: 1.00 vMB
Total Fees: 0.04594750 BTC
Feerates: 150.80 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (466,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,639 448,639 0000000000000000026331032a407083c0a8cf8aa2d59b981857d6a0c5604006 2,371 1.00/1.00 vMB 107
448,638 448,638 000000000000000000c965020a5b5f150b69393312263bffc72758a7e45353d1 2,314 1.00/1.00 vMB 86
448,637 448,637 0000000000000000022ea818c031a4344d39b0af8d60c3c34cfef32f0a83f28c 2,506 1.00/1.00 vMB 73
448,636 448,636 00000000000000000037c8ce7f0a02c024272409b42e48189ccfff1ccba2a465 2,050 1.00/1.00 vMB 72
448,635 448,635 0000000000000000002a56493a6d0940a599c24cf98d51e0d218e4acb094e54d 2,217 1.00/1.00 vMB 83
448,634 448,634 0000000000000000031ee140f42319d5fed03446035eeaf325ef35124bd256d7 2,502 1.00/1.00 vMB 108
448,633 448,633 00000000000000000044a0dcba1e0d16e7cbeb0c274aa669fe1aab33dc613a54 2,327 1.00/1.00 vMB 84
448,632 448,632 0000000000000000029b9d7f0267dd86c3caeddab30af726ee2990332e14a2a0 2,957 1.00/1.00 vMB 117
448,631 448,631 000000000000000000634aab5cba4282eff23c6ae4685a455921d4d4b1fc3c74 2,207 1.00/1.00 vMB 117
448,630 448,630 0000000000000000019a52d3ff9caa96644b2a74e93420f314f73a719a48a51e 1,410 0.79/1.00 vMB 52
448,629 448,629 0000000000000000001e856d5e4732f6ea12758033c8c5f2f3dc2e30b185df73 2,431 1.00/1.00 vMB 84
448,628 448,628 000000000000000000494d7bfff46f23d47e2098a10b06e9fc76a898735f216c 1,714 0.80/1.00 vMB 65
448,627 448,627 000000000000000001915c044dcdf31707effcd12b65958989a243e91502928f 598 1.00/1.00 vMB 29
448,626 448,626 00000000000000000332fb39658b3197cef92e22da744c7b961b95b5bdeb6bdf 1,219 1.00/1.00 vMB 57
448,625 448,625 0000000000000000021bf4ab01d3109dbf7934b100ea947a82279baea71d3bbf 1,742 1.00/1.00 vMB 55
448,624 448,624 0000000000000000004ec2607171b0512a51fab96b9dc3c770ba68207cf64ba7 2,570 1.00/1.00 vMB 99
448,623 448,623 000000000000000002da776b8658c584bec2765bd4163fffda051787d5f6d652 940 0.99/1.00 vMB 25
448,622 448,622 00000000000000000303672a631ea153e8570865febf92575446543771976da5 1,230 1.00/1.00 vMB 35
448,621 448,621 000000000000000002a615659fbb61f203aa405758f7bfc97ba3b67d4e5f323b 1,779 1.00/1.00 vMB 58
448,620 448,620 00000000000000000258a35509e5d130093855bd6e2cd7c7c62ab40367b8cc78 1,930 1.00/1.00 vMB 80
448,619 448,619 000000000000000001d10a50366c2aa4f378668cbf664ab521e41e5c19174183 2,321 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.