Loading Tool

Explorer IconExplorer

Memory Pool

79,149 transactions
29.65 vMB
0.07543846 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt 25b9af590469e9cbb488dd0c404644f41bcce84492076144af272d21c3e1b100
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 24eba582cef8456e6b7b5f20391a33c7a9af19ccf7e47770523c9a4b03f7b945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,946
Size: 1.00 vMB
Total Fees: 0.01519344 BTC
Feerates: 313.32 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (411,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,746 503,746 0000000000000000001863ae3094153d84d5ad9bf5e46d3920acb2a2f2f3b5ce 1,198 1.00/1.00 vMB 278
503,745 503,745 000000000000000000223085075b42b866635339e9f6564e542bee19f39099ac 1,072 1.00/1.00 vMB 283
503,744 503,744 0000000000000000004a70f236c60322a92de2e671972f77d7d87a7c9be99453 1,335 1.00/1.00 vMB 199
503,743 503,743 0000000000000000002039dc4715d07eadda4a225778b4e21cccad68b24be0fc 2,944 1.00/1.00 vMB 461
503,742 503,742 0000000000000000000fab7ccd1eb34aa7880b085892b1e931bd2e2f01d84663 2,823 1.00/1.00 vMB 530
503,741 503,741 00000000000000000049be0894b80cc65e8aaa5d832cf3d32f34d1e62991e8b3 887 1.00/1.00 vMB 202
503,740 503,740 0000000000000000008a76a456e9485bf5300f0dc456c81f6c1fc10658428553 320 1.00/1.00 vMB 162
503,739 503,739 0000000000000000000a599d96ea3b4ca9fc77659d9ebdc8ae91b2950cac801a 1,048 1.00/1.00 vMB 232
503,738 503,738 0000000000000000006b8a343bfd5b0d96ec73b0ebb943dae7788576ab155b95 2,315 1.00/1.00 vMB 509
503,737 503,737 00000000000000000005d412211f43834541b09ccc614f98853b747c629d8352 1,501 1.00/1.00 vMB 345
503,736 503,736 00000000000000000084456c3014c698265a76b723474843cc91515b10f94941 616 1.00/1.00 vMB 186
503,735 503,735 0000000000000000001a129bc261560f4f8d44909b7435569bd4de9ca6dc2c9a 1,545 1.00/1.00 vMB 305
503,734 503,734 00000000000000000076b6d0b16c679fe3699cb1c0bb39c309063b7f7f539f54 2,059 1.00/1.00 vMB 399
503,733 503,733 00000000000000000004827a8c817073550318e5b60e37cc37c4ba2cb043157e 2,793 1.00/1.00 vMB 541
503,732 503,732 00000000000000000023ec289f01983e3267d6b59c270a2267d5b4cacf640796 1,320 1.00/1.00 vMB 316
503,731 503,731 0000000000000000007d8297810544a6fec4fffadc2bfbabfbd39e4c2bb2ed4e 2,078 1.00/1.00 vMB 381
503,730 503,730 000000000000000000595acfb4aa08b35a5327b9c6e51f7d5c8f9611a16eaab3 2,454 1.00/1.00 vMB 509
503,729 503,729 00000000000000000027b50232ab320dac882dce4591cfc9d5545431fc9efa38 3,044 1.00/1.00 vMB 494
503,728 503,728 000000000000000000301f5654d5be1afd023edddfc95a7bcddc0a47d61c1930 2,853 1.00/1.00 vMB 492
503,727 503,727 00000000000000000004906a38cd9bc2db1ac759b555fff2154a13990b83e816 3,014 1.00/1.00 vMB 538
503,726 503,726 00000000000000000055e3e8cbd55468cd9b83e0723694331a7e90b47e4a5b43 1,393 1.00/1.00 vMB 506
Previous 10 blocks ↓
Total Size: 782.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: 665.40 GB
    • Received: 15.13 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.