Loading Tool

Explorer IconExplorer

Memory Pool

77,340 transactions
28.40 vMB
0.08131730 BTC
Random Selection Loading Transactions
Max Size: 173.18/200 MB

Candidate Block

Mining Attempt 90046fce66e33ebe38df7963081b19e287f16e6946103729a93d060983240c7b
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 73ff027afa19495b2010f6adf7741f5c6e837714be746499c50f2499954f37d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,577
Size: 1.00 vMB
Total Fees: 0.01791184 BTC
Feerates: 84.47 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (497,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
417,712 417,712 0000000000000000027f8b8698e20dd8d227d0ae7ebe6dd4034a6ed0850203d7 2,625 1.00/1.00 vMB 99
417,711 417,711 0000000000000000021f4a1d2a3a1be676a8536288b8d2677da1c8559af78677 2,387 1.00/1.00 vMB 86
417,710 417,710 00000000000000000467d5c7096115b297e57dd4e93125d9973163e893db3307 727 1.00/1.00 vMB 23
417,709 417,709 000000000000000000173add6bc2ee0a8d502221d19284f53bae6dfeed14e796 2,198 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.93 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: 714.59 GB
    • Received: 17.57 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.