Loading Tool

Explorer IconExplorer

Memory Pool

82,650 transactions
30.52 vMB
0.13672606 BTC
Random Selection Loading Transactions
Max Size: 183.82/200 MB

Candidate Block

Mining Attempt eaa93e484e2c9a057a6a66a9b838af38c0bfb9c7e5e6efbbb0dab89c96766b80
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 024cd4a31ada0fc83b45d058ed4a92e0ce14b51b23723a66ddcfe19173ec0d80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.07355432 BTC
Feerates: 150.77 > 7.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (382,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,050 532,050 0000000000000000000275c8f57fd60e60eb4cdfb34d54873a2143ad63bed052 302 0.11/1.00 vMB 22
532,049 532,049 0000000000000000000b131762ed9d6b9409000c571d00b019567abe9a8c65f8 1,344 0.62/1.00 vMB 28
532,048 532,048 0000000000000000002c584c85ef62288d487357767d66800001f10e1d06f9a0 470 0.21/1.00 vMB 27
532,047 532,047 000000000000000000149e2b312317abb30d9db351a39d83cf48b76e8e2907b2 2,460 0.86/1.00 vMB 15
532,046 532,046 00000000000000000016a1716a3913b0fcec603cbe7dd8e0fa45afcf62f02080 2,586 1.00/1.00 vMB 33
532,045 532,045 0000000000000000000e7f6849de91cf46a1c676886799f5f5a671ab25b473b9 1,402 0.52/1.00 vMB 24
532,044 532,044 00000000000000000005e0601d2d331d6e69bc37ef55c65afaa1691191085b4a 1,576 0.62/1.00 vMB 27
532,043 532,043 000000000000000000238297d2d5b6c63b6862ea4825b727ce0fb5cf9f0caee4 110 0.05/1.00 vMB 18
532,042 532,042 000000000000000000241e98dd6d6186006ac67fd22fe6e2d0d50dfc1d4c8f51 1,242 0.90/1.00 vMB 5
532,041 532,041 000000000000000000087d5e94eff43dbeed2c088659d5806f80df2ae106faa9 2,203 1.00/1.00 vMB 21
532,040 532,040 0000000000000000000ee2fc7b39d5151cd9f2745ec04467030a4b0074df37f1 1,475 1.00/1.00 vMB 3
532,039 532,039 0000000000000000001f8090836b3ce457703606556ddb710862b3fec5ac85e8 562 1.00/1.00 vMB 5
532,038 532,038 0000000000000000000f96e3493572823e3d19939c02a4a95daede4e5f34126a 2,518 1.00/1.00 vMB 23
532,037 532,037 0000000000000000000746dae2e2341c327187f741abeb20c30efb0ed4b2902d 2,452 1.00/1.00 vMB 19
532,036 532,036 00000000000000000006ffd2e1734a67ac07b181bf6b68ca3f7e382522cd8f36 2,373 1.00/1.00 vMB 10
532,035 532,035 000000000000000000212b6445dcc7e5ad1cb675ed9e2155c66017aabf54d42c 3,034 1.00/1.00 vMB 22
532,034 532,034 0000000000000000000b00202d136699ac708b3bbb3c8d6b8a50beaf9f805d37 2,258 1.00/1.00 vMB 19
532,033 532,033 00000000000000000017db571e8788537497a0da5a4b07d5a000775f140391e5 1,828 1.00/1.00 vMB 27
532,032 532,032 0000000000000000000b8122eb1790e0f413c4a01b815c33512f4e6238e9dc1f 2,895 1.00/1.00 vMB 8
532,031 532,031 0000000000000000000a1463071b61eaddfa29dad6b3d5632cbd730f62d36794 2,653 1.00/1.00 vMB 9
532,030 532,030 00000000000000000014fde5743ab94a64b9df9b09b7b059456c7490eb4298b2 1,750 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.