Loading Tool

Explorer IconExplorer

Memory Pool

85,814 transactions
33.09 vMB
0.09535516 BTC
Random Selection Loading Transactions
Max Size: 195.97/200 MB

Candidate Block

Mining Attempt a183a82b3298df6e0c980f57ab33e0a97d3b91c7597b01ff8679d9126277ddae
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 8bce402e9c116991eb2b246cc03019d4eeb921d17a280f90d53e77a26f296bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.02950288 BTC
Feerates: 150.67 > 2.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (298,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,696 616,696 0000000000000000000ffbed305b605955118809d6e28484f97889d6a036c60e 3,605 1.00/1.00 vMB 25
616,695 616,695 00000000000000000004e90a02f46f81729f5e404070df4dde6fd887ef737e9b 2,368 0.99/1.00 vMB 3
616,694 616,694 00000000000000000006584bc34f0cfc2fc2e615d25428f789051f979c07b99a 2,380 1.00/1.00 vMB 7
616,693 616,693 00000000000000000001665c203e033e8f009f48702adfb0ee9b637d26e2806d 2,826 1.00/1.00 vMB 17
616,692 616,692 0000000000000000000054b1482e8ca985f4ceed10fff501353397a5cc71abaf 2,547 1.00/1.00 vMB 4
616,691 616,691 00000000000000000011ffd345e85681a68693aa2ca435d168c3d6d62249b184 3,607 1.00/1.00 vMB 25
616,690 616,690 0000000000000000000a2b283fce5ff61a18007a3d1def6894f67e2c31322bfe 2,613 1.00/1.00 vMB 13
616,689 616,689 000000000000000000010fdc36ee425e610c52d2fb9d8d235fb87d4e5edd6a4d 3,631 1.00/1.00 vMB 24
616,688 616,688 00000000000000000000c7e8b696ef05132585bbc74f413861c14bde367c0843 3,178 1.00/1.00 vMB 17
616,687 616,687 0000000000000000000188a8918c8c2df0e43d7b785351ca2db3530d6a68bf51 2,828 1.00/1.00 vMB 23
616,686 616,686 0000000000000000000489b74361f3c768f5e49665020662afe842b4c379d86f 3,009 1.00/1.00 vMB 21
616,685 616,685 00000000000000000000b36cb758f478c3f7e5cc3ab67ca9a4acf9379cc7352e 1,836 0.54/1.00 vMB 11
616,684 616,684 00000000000000000000e0e3b96ac80e1f1c086573da5e5c3989c6caebcc5f1e 3,099 1.00/1.00 vMB 20
616,683 616,683 00000000000000000010e66319e7005a8541a4820c684b030e2e81fe8341ed3b 568 0.15/1.00 vMB 17
616,682 616,682 0000000000000000000860a87cec5c9278fd59d33a5297bc3ded05f17b2e538d 2,660 0.88/1.00 vMB 9
616,681 616,681 000000000000000000030b582e23b4a2cd50519a0881285ea93598c38257d673 3,217 1.00/1.00 vMB 20
616,680 616,680 0000000000000000000df7a08ecaf17564071b9111075552dedc2649e1b7a9d7 2,859 0.83/1.00 vMB 16
616,679 616,679 0000000000000000000f046b7ca8624f401b802216ecdbba20ca6dc539acade6 1,770 0.57/1.00 vMB 16
616,678 616,678 000000000000000000054a7d40fd4f011dd264f37912eb64434cc4799bf4d11e 789 0.27/1.00 vMB 18
616,677 616,677 0000000000000000000b5c7feae9774281e3f16436ce8b998d991afe76e24653 1,921 0.59/1.00 vMB 16
616,676 616,676 00000000000000000005b6b92d951ba2c976ad2e6b9c83ef7ce09b287d297e6f 2,382 0.81/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.30 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: 657.40 GB
    • Received: 14.54 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.