Loading Tool

Explorer IconExplorer

Memory Pool

84,518 transactions
32.72 vMB
0.10455036 BTC
Random Selection Loading Transactions
Max Size: 194.84/200 MB

Candidate Block

Mining Attempt 428bbba31962ea42c2aeeef6bc5d73170f6be2bb008fd599aaae173f17f3a1c6
Version 20000000
Previous Block 00000000000000000001f05e8cc23d696cae40de9f163b230f36285173964d24
Merkle Root f1ea73291f3d33f09a75ab97b7d459acfb55ba5535e73035c6c729e6fb2685bc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 716
Size: 1.00 vMB
Total Fees: 0.02036196 BTC
Feerates: 40.21 > 2.04 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,339 (497,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,733 417,733 000000000000000000fb5c0704b121a50e67d19e4d75af0ba88aeaa34511eb6f 1,745 1.00/1.00 vMB 42
417,732 417,732 0000000000000000038ec225a6681432948e42bc380937ade0013ba246058172 2,501 1.00/1.00 vMB 49
417,731 417,731 0000000000000000031999522d6933d0656d78e603b87ceb2ad406c4a76fb975 2,256 1.00/1.00 vMB 64
417,730 417,730 0000000000000000016b3725a11a40dc3ae3bdd0492eaac2228697a055c3d8f5 2,484 1.00/1.00 vMB 87
417,729 417,729 0000000000000000048631fcb3b87f5c2c4858df8a9ce39dc165cff200458561 1,899 1.00/1.00 vMB 69
417,728 417,728 0000000000000000002c9b1675ac0430141da8bb0d5bb3cab8a66e281b6077e1 1,724 1.00/1.00 vMB 59
417,727 417,727 000000000000000004db81a83b9c95f007f6231e0ff867bc07d60a11d951775d 1,928 1.00/1.00 vMB 80
417,726 417,726 000000000000000004d3cfe2f105c671d626fadd3c4f40414e0743f5c6ff3234 2,322 1.00/1.00 vMB 88
417,725 417,725 0000000000000000029a7bc54ba30a45221410ea081979f650a330bdde4b6041 2,707 1.00/1.00 vMB 105
417,724 417,724 000000000000000003b7e21fee62c2336707eb0d4816d92efab0521f0c34899f 1,679 1.00/1.00 vMB 60
417,723 417,723 000000000000000004625117c7e3bb2a916faf94d719f475b28c81220211622b 2,257 1.00/1.00 vMB 62
417,722 417,722 000000000000000004ee659903443a8605240decb876da209f40dff346bcf5e9 2,057 1.00/1.00 vMB 89
417,721 417,721 0000000000000000047c4a7f20bfc84ccc81a27193eb385e7beb4f94f81f9a7d 2,117 1.00/1.00 vMB 89
417,720 417,720 000000000000000004af6ff755889ee009b7352d78cd18f5c9b283136da481a4 2,423 1.00/1.00 vMB 90
417,719 417,719 000000000000000001a9e0bb47b2ec130b5cf6e04e0cd5eb32934ad642fd7a2b 2,059 0.93/1.00 vMB 70
417,718 417,718 000000000000000004cea72e6d4123f1d8f5428446865b1861452a9ecc34b413 2,273 1.00/1.00 vMB 99
417,717 417,717 0000000000000000015f38f3b8c5fd0baafc84cd447e4f475217d78e9d538dd2 2,404 1.00/1.00 vMB 102
417,716 417,716 000000000000000001bd73e0362850a8ed010b112515f29eb2652e6d71ed2083 1,542 1.00/1.00 vMB 67
417,715 417,715 0000000000000000041a99938211fc139adeb05f8e9d12752926a6f3c003f9e3 1,880 1.00/1.00 vMB 62
417,714 417,714 000000000000000003501accef8eeb0244a1ad233f5f017be9ede1e604090d84 1,507 1.00/1.00 vMB 59
417,713 417,713 000000000000000004efe06c7fbd029bf1f24d272ffd58920d0f3a710254adc5 1,577 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.98 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: 716.45 GB
    • Received: 17.81 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.