Loading Tool

Explorer IconExplorer

Memory Pool

82,761 transactions
31.24 vMB
0.15624438 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt 4a04dd24cdecc6d8c974e58d6440dfa7c944a3a6a11748a3359f109a08bf5d18
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 82abdcb5d402c7ee2b42bba77c1b4377ba2fcf5b129cd7f1306fcbc69b8030da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.05950077 BTC
Feerates: 269.69 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (242,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,870 672,870 00000000000000000005b928bb095ee9b2cd5a718b7de99b5101e86997aeab6b 3,139 1.00/1.00 vMB 89
672,869 672,869 00000000000000000003416bddf9156679a474a2c25c67fde74507509142766a 2,968 1.00/1.00 vMB 109
672,868 672,868 0000000000000000000b5a933a5d528342b223fe043f4bff1062e7788207adbb 2,504 1.00/1.00 vMB 114
672,867 672,867 0000000000000000000ab6c00fee5f5a8b01d22f1f262ed08fe1bd2ff5644555 2,725 1.00/1.00 vMB 94
672,866 672,866 0000000000000000000c9497e8e437352c3ec6ad5df774c94b7e2dbf55bbbede 2,041 1.00/1.00 vMB 104
672,865 672,865 000000000000000000075261f014b004f88f82bc25dddd7e7a75279519a2b0cb 2,998 1.00/1.00 vMB 129
672,864 672,864 0000000000000000000a2d35a00e6c8941722ded2d6ae856d623e51c1e845cdb 2,488 1.00/1.00 vMB 109
672,863 672,863 00000000000000000001fc5e4f9d9d4dab28b9472d403dbdbbeb2f5be53f0ad2 2,961 1.00/1.00 vMB 124
672,862 672,862 00000000000000000008ae569ab65249a555af79fa91a548975bc24c0499a103 1,245 1.00/1.00 vMB 113
672,861 672,861 0000000000000000000ba5f157de1edab414808a17ae87091fa1736dffa4dc0b 1,701 1.00/1.00 vMB 114
672,860 672,860 00000000000000000009939f25069c38018bdf10db50ff004b1b207858a8b7a2 2,548 1.00/1.00 vMB 119
672,859 672,859 0000000000000000000609b01b7e56a42b7ec5abf2db7f506f85766c060355fe 2,712 1.00/1.00 vMB 121
672,858 672,858 000000000000000000084bd55c8f8df8b2b50e8ca4f9c6550badfa594197c524 3,103 1.00/1.00 vMB 138
672,857 672,857 00000000000000000007f6fe9fa6bd702dcf65fcc5484a91673e6d78614ea5eb 2,865 1.00/1.00 vMB 132
672,856 672,856 000000000000000000041dccf7f421627de4e27a3f34685c3d0fbe693b87d4f3 1,944 1.00/1.00 vMB 105
672,855 672,855 00000000000000000009f0768234f2222e09eb8872a4cf73bb3d60f37e1602ea 2,336 1.00/1.00 vMB 122
672,854 672,854 0000000000000000000090e7e0222fa0fef376fa404eeeb319bf965d51ba8c47 1,622 1.00/1.00 vMB 108
672,853 672,853 000000000000000000026e54ec20fa57a4f43cee6027b069611a0d08eae2c467 2,366 1.00/1.00 vMB 125
672,852 672,852 000000000000000000090bf09294a12d98a32effad1ea91743c637270595510c 2,870 1.00/1.00 vMB 134
672,851 672,851 00000000000000000009d3eeb0b41e979823e435e9db2318bc0b543bce662901 2,246 1.00/1.00 vMB 123
672,850 672,850 00000000000000000003b30dbcdba6d59ccf7a4bb91267c166e4e2557ca4121c 2,726 1.00/1.00 vMB 134
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.55 GB
    • Received: 16.27 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.