Loading Tool

Explorer IconExplorer

Memory Pool

86,029 transactions
32.05 vMB
0.21547107 BTC
Random Selection Loading Transactions
Max Size: 191.65/200 MB

Candidate Block

Mining Attempt 4ae8835e3daa43f99aa7bd876597e77c048800c2f209590ccfe118b0c6803a6c
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 15e8961c613e304661809c19e48dd426ec655e98d0f48d2f7d1edc7cdf7fe071
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.09705070 BTC
Feerates: 529.10 > 9.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (904,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,645 10,645 000000001cc976191ffffcc40456780594a2b265e19f2aff0845282493d1b394 1 0.00/1.00 vMB 0
10,644 10,644 00000000185791ada4d27f5f4d9b652f60562458d7f0d84c28c4c74bfb901d00 1 0.00/1.00 vMB 0
10,643 10,643 00000000a9b681099cbc291eaafcb0174fcbb7b9e6ffa09c608098af375c2283 1 0.00/1.00 vMB 0
10,642 10,642 00000000bcc679d1a0288d21fdbe41dab2ef1726ba1468c033c866e16af1ba8f 1 0.00/1.00 vMB 0
10,641 10,641 00000000ad7953f08ae58bf34549a825e555b2cb912b7601b263ecea485d01e3 1 0.00/1.00 vMB 0
10,640 10,640 00000000452806351731cdaa18595cd50d46275cd13be97eca7fbf5f3f5bd954 1 0.00/1.00 vMB 0
10,639 10,639 00000000e9cf105a7eeaf8202749f76d7c92e6180afde76146ae5b67bf5ddd02 1 0.00/1.00 vMB 0
10,638 10,638 0000000012cd599166a7b106a34fc8c6346def165624a0bc2bc1b9ceb0f9a998 1 0.00/1.00 vMB 0
10,637 10,637 00000000d19f077ce70a48f44ace2d82a5e43015bb341ee8eaf290688708c349 1 0.00/1.00 vMB 0
10,636 10,636 000000008b17fef945d1a004b0fa6231dd463172632dbbd74e2851254fe0f4ed 1 0.00/1.00 vMB 0
10,635 10,635 000000006b30c38e84e5f62f4326bd73a8fa2a486ebd469efde7a5b8b35e6532 1 0.00/1.00 vMB 0
10,634 10,634 00000000ddd32f2371000a72ce3862ec28ad894181131035f39ce1d46f483ec1 1 0.00/1.00 vMB 0
10,633 10,633 00000000289e5ce9632cc8ef835ddf7c1b8603a2274e38804ccf4881e03f5e1d 1 0.00/1.00 vMB 0
10,632 10,632 00000000103353046ee8ed72e1745444c764823cd2bf5f60bd65b5d69e0b84a6 1 0.00/1.00 vMB 0
10,631 10,631 0000000083c9aa40219465b79c59b78bd96ef237fedcc35afabb240239d681fc 1 0.00/1.00 vMB 0
10,630 10,630 0000000052f124e56275d956d9a60fcaaf27fecc9b8ac5818db79eacba7f2b85 1 0.00/1.00 vMB 0
10,629 10,629 000000001b7eea68a9ba06cc58aa84a0666495513067cdf860af86bea528425b 1 0.00/1.00 vMB 0
10,628 10,628 000000001428dbf9185e6663886b1ea6ba7c93cdcfbc6cc9d87b22f839811b76 1 0.00/1.00 vMB 0
10,627 10,627 00000000f8a1a0dc96aa8482c37ab6e2fe45f351e6ab497fae2fb19bb2e3e7f2 1 0.00/1.00 vMB 0
10,626 10,626 0000000026e8ea82d0cff6d45dd25d0f6702cd16baf1ff7774567eb9a7e2b037 1 0.00/1.00 vMB 0
10,625 10,625 000000000805bfbfb8c3c08d8647a82e2ae6b070c1262670089fcf9ab27c876a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.