Loading Tool

Explorer IconExplorer

Memory Pool

80,958 transactions
30.38 vMB
0.13166032 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt cc0b5c010e41290afd1d88c974e1f367c74c74d0da4bad3c0bce2bc017960c22
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4b6efff9b4fecbfb10cb6c1601411c82969b03fb4d7c42c647bbe254ecd542cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 1.00 vMB
Total Fees: 0.05972721 BTC
Feerates: 150.86 > 5.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (214,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,712 700,712 00000000000000000003ae1e67a108b5ae203cadf8c7740e78629230331fbf0b 1,325 1.00/1.00 vMB 8
700,711 700,711 00000000000000000008e3ed5d87eb5dd15e5e59d1df127895d2efe6e7933aad 447 1.00/1.00 vMB 6
700,710 700,710 0000000000000000000c1d17b86c758238a6f4060632bc960e6f46bd458694b1 2,619 1.00/1.00 vMB 13
700,709 700,709 000000000000000000025652790af159a231af21ff6490c2f38365c6f168b8af 2,224 1.00/1.00 vMB 15
700,708 700,708 000000000000000000015c79ef6310d8c9173e598d95ba2d38132b52ed8380b5 1,536 1.00/1.00 vMB 10
700,707 700,707 00000000000000000003d4f0be2833bf2dbd09a7e7a4bf52b3153cd359273b34 1,043 1.00/1.00 vMB 7
700,706 700,706 0000000000000000000a95151166157673a60e8be45240e4a485593be0382475 2,877 1.00/1.00 vMB 19
700,705 700,705 0000000000000000000278467a98b40a81b9b830d266c42eea5f496f78a5a04e 2,602 1.00/1.00 vMB 15
700,704 700,704 00000000000000000000dd7072326da5bc85bda2a8151e25a18bd6ba38e45fdd 2,658 1.00/1.00 vMB 7
700,703 700,703 0000000000000000000beef16460cf4aef010fdd45f94464c5df7da855fbcce9 2,647 1.00/1.00 vMB 7
700,702 700,702 00000000000000000002ad45a88693fa7c8edd22eab464039f3bf3d681e888eb 1,769 1.00/1.00 vMB 10
700,701 700,701 00000000000000000002a5673b7d1192e412124650f0a61dd5dcfb3f16b11739 1,374 1.00/1.00 vMB 14
700,700 700,700 00000000000000000000e55da58b378880e797f9f3e96811d3e64a2f801eed9a 2,277 1.00/1.00 vMB 10
700,699 700,699 00000000000000000002a7b097fcc791720a02a67b010c337f705e4dd9cc21c9 3,081 1.00/1.00 vMB 25
700,698 700,698 00000000000000000008f17d617de179c893793184d7571c0427b7236645c5e1 3,114 1.00/1.00 vMB 19
700,697 700,697 00000000000000000000a94abbd6d1b6261b85a41fc534a1e799e00b9c561523 921 1.00/1.00 vMB 6
700,696 700,696 0000000000000000000263cb204ff963677478becb1a73e6406c24d4a01e535f 2,842 1.00/1.00 vMB 6
700,695 700,695 000000000000000000025ebe8d333c5efda2a5d982a326b98bce5c03a86ae7b3 2,659 1.00/1.00 vMB 15
700,694 700,694 00000000000000000006a6a9d38ae598f4c1f6a75f0dd6d67489b34acd150ae8 2,324 1.00/1.00 vMB 9
700,693 700,693 00000000000000000005ba8042fca414f5c463f26540f7d1bff6e20510d0e7e9 3,626 1.00/1.00 vMB 9
700,692 700,692 0000000000000000000696e50d16abf93731132c0a1402f3575aad699963c8af 2,603 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.