Loading Tool

Explorer IconExplorer

Memory Pool

45,050 transactions
32.00 vMB
0.19433167 BTC
Random Selection Loading Transactions
Max Size: 162.77/200 MB

Candidate Block

Mining Attempt 1fb27d8b921254a05e9ee8f120bb32a9f633659c29ed766b926d8c5ede07fe93
Version 20000000
Previous Block 0000000000000000000180d1a95e68be67332eadf4bc97ab9a274099cab0a39d
Merkle Root eecaf77997b46bf899e3fd6a944b75f033674a7d2b4d7a46defa2a10678bfd3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,197
Size: 1.00 vMB
Total Fees: 0.12364101 BTC
Feerates: 101.65 > 12.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,459 (359,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,846 554,846 0000000000000000000a663a962e862988a23ba7af6e8cd8c3c469cb9a4cf1d1 474 0.21/1.00 vMB 16
554,845 554,845 000000000000000000103f429534d8acfa1d5ff574d7f437ed97a0f659a87c86 2,020 0.98/1.00 vMB 13
554,844 554,844 0000000000000000001c8b69a8efbbf1d1fb8fdc0fb17dfc14fb7fb1358ddccd 2,542 1.00/1.00 vMB 17
554,843 554,843 00000000000000000028e0ac027a3e675ed66bc71da8aaa653f24f88639deb42 218 0.06/1.00 vMB 17
554,842 554,842 0000000000000000000fe961f1207f1b58b6764876588d44caa4c6acc2f3e76d 1,197 0.57/1.00 vMB 17
554,841 554,841 0000000000000000002448a2f6f87fe047400491b9ee2ddf2ddb9f22915f42ac 632 0.25/1.00 vMB 13
554,840 554,840 0000000000000000001bc35b0eaead0f58ffc0eab33001e036e8c839cd747648 480 0.24/1.00 vMB 18
554,839 554,839 0000000000000000002a719dceb1fed5a8e77eb98c52a846f980ec33effd84d5 1,103 0.47/1.00 vMB 13
554,838 554,838 00000000000000000005c5dfdcb58ed2b16ac0ed8bad43630074a11aecd7f39e 142 0.10/1.00 vMB 17
554,837 554,837 000000000000000000281a1a9c780a8f8545adbd0bd1ccfaf4be9f55336d6a56 332 0.49/1.00 vMB 23
554,836 554,836 0000000000000000000e865c94fcdcfd928550eb30ae9eec320a8f82c7d8ae36 1,253 0.50/1.00 vMB 17
554,835 554,835 000000000000000000168c071620a434cf9a0a0fd7be4146d0b163c8903acf65 1,159 0.46/1.00 vMB 16
554,834 554,834 00000000000000000024b9266016662b2d21baef1694a8373461067df89d9bf8 314 0.14/1.00 vMB 17
554,833 554,833 0000000000000000000739f5abca0ba03701c2b21c1fa66788402d6edc785f87 1,620 0.91/1.00 vMB 11
554,832 554,832 0000000000000000002a489509e7f6dc91e4e20ec4d19e2b0d1a34afccb4ef8e 3,052 1.00/1.00 vMB 19
554,831 554,831 00000000000000000036e7a187e40026049ca26f60ea4e907eb43173bcd5bed7 1,395 0.78/1.00 vMB 6
554,830 554,830 0000000000000000001110246a994b828414b41dddd57e4b39d585d2254e965d 1,715 1.00/1.00 vMB 24
554,829 554,829 0000000000000000002ab5edf3612adeab9a9cfd56aee46d3696fc4e58531653 1,246 0.90/1.00 vMB 7
554,828 554,828 0000000000000000003416bd8a103bd8ad82bfc769de8304b06244edf5b6f137 3,158 1.00/1.00 vMB 24
554,827 554,827 0000000000000000002ecdd38d8009dc6d62389e15a3e4c8e1223a68d4dc0322 164 0.35/1.00 vMB 3
554,826 554,826 00000000000000000024d5c22580649daba17a6ecfa76f969379a2462c45dc15 2,365 0.99/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.42 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: 608.07 GB
    • Received: 10.65 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.