Loading Tool

Explorer IconExplorer

Memory Pool

83,085 transactions
31.33 vMB
0.16070589 BTC
Random Selection Loading Transactions
Max Size: 186.19/200 MB

Candidate Block

Mining Attempt e16aca989216e48594955411192e0a7e1df68d2789ad94a2d27fb93de158ecdf
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 59fe6c6d028bdd8c415b168421e6a7e608bf9634d4d2e6d98d3e7a4daa703ad3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,042
Size: 1.00 vMB
Total Fees: 0.06099992 BTC
Feerates: 269.69 > 6.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (117,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,657 797,657 0000000000000000000190c05d8cc2bed79ce15e3d510a713500cd17cc89bf04 2,407 1.00/1.00 vMB 9
797,656 797,656 0000000000000000000360d24191eb8bc632e9135cc3b3bf04e64ca78f117c31 2,189 1.00/1.00 vMB 7
797,655 797,655 00000000000000000001d3a6f6d36c1ac178a4ebde9bb8bed51af79892f3dcdf 2,389 1.00/1.00 vMB 8
797,654 797,654 000000000000000000045ba8d338b9825975daea5fef4303b73f0675953bcd7c 1,887 1.00/1.00 vMB 9
797,653 797,653 00000000000000000002afb941c1b0b06b6d4dbd5de8b7cdae25306e17194aa5 2,626 1.00/1.00 vMB 9
797,652 797,652 000000000000000000056ff4bafcee2c31f5b38c146f28fe304926ebc0ffbc13 1,973 1.00/1.00 vMB 5
797,651 797,651 00000000000000000001bcb7873fdf56682c340c799cd5c7e4b6bb0367890836 2,324 1.00/1.00 vMB 6
797,650 797,650 00000000000000000001cc596aa38c3a4bb7a8b297155087ba6679bb95f17737 2,786 1.00/1.00 vMB 10
797,649 797,649 0000000000000000000375cdbaa31946bcca61dfa5f2947199ef729596d2dd5d 3,402 1.00/1.00 vMB 7
797,648 797,648 000000000000000000020d278aa3dca1a675b8838ef8e5280fbcf35df1ee9f69 3,065 1.00/1.00 vMB 16
797,647 797,647 000000000000000000039dd24dbf0002baf6e86a5b335b2c90fb5058c9c87add 1,255 1.00/1.00 vMB 8
797,646 797,646 00000000000000000003dd57a9c0cb0ec8c41176a04209d6e78a4705bab376b8 2,355 1.00/1.00 vMB 5
797,645 797,645 00000000000000000004f412c3c46dbad6017927cb7050d9cd662833c2e5ca97 3,297 1.00/1.00 vMB 9
797,644 797,644 00000000000000000001f3eeccdeffb38e96a327ad152fe4c6b755b3529bd8b9 3,506 1.00/1.00 vMB 8
797,643 797,643 00000000000000000004025fc50b063f3d237ae8949cf3d98d0fca5088d9e3c9 3,876 1.00/1.00 vMB 7
797,642 797,642 00000000000000000004a293ae05b235f4169cb9b1eda4908caefd3000323fba 4,883 1.00/1.00 vMB 5
797,641 797,641 00000000000000000003cbb0571cb814a923b714dce376c0b0acb1c40f662df6 4,776 1.00/1.00 vMB 5
797,640 797,640 0000000000000000000146963b05bd1ed19aa6757bb5b52e619fe60b718925dc 5,345 1.00/1.00 vMB 6
797,639 797,639 00000000000000000001963e6d42b68f020e94c61b12c2e8c06ecc67afa1341d 2,335 1.00/1.00 vMB 7
797,638 797,638 00000000000000000002f29210d9f8ea6f52eeb6ce0bb311b62a0093a8ae8e5a 1,321 1.00/1.00 vMB 15
797,637 797,637 00000000000000000004b13a688828556bb8f6fc5cece8ff9f0204cf1549159a 4,814 1.00/1.00 vMB 10
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.28 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.