Loading Tool

Explorer IconExplorer

Memory Pool

45,018 transactions
26.56 vMB
0.05612404 BTC
Random Selection Loading Transactions
Max Size: 140.83/200 MB

Candidate Block

Mining Attempt f64c456986970a5fa68a393b7d4e1ea15b3f0be87a0ebbc9ed4c9dafc2b01402
Version 20000000
Previous Block 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9
Merkle Root 0ecf08c75533bea310d87b6c7a96971a093142b98ad7154d82b8f91150d2aed7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,175
Size: 1.00 vMB
Total Fees: 0.00734745 BTC
Feerates: 73.20 > 0.74 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,779 (315,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,671 599,671 000000000000000000131d22c8abf4f2ee749528946bdc7626d023efa9f170b0 1,810 0.46/1.00 vMB 8
599,670 599,670 000000000000000000156509114963fbf8f5ae6a0ea64fd4cc1e1d99e9a21bcc 2,617 1.00/1.00 vMB 20
599,669 599,669 000000000000000000033940f2951e404b2ad83aa671a63bd4b4e9b47d55c4f3 1,616 0.49/1.00 vMB 13
599,668 599,668 0000000000000000000c0196e77c52fed401d170061a18d6530edfc2adb58cef 2,810 1.00/1.00 vMB 2
599,667 599,667 0000000000000000000f96a493e606337c2d51a242efe96e1fc9b6e6a76ccfb3 3,025 1.00/1.00 vMB 19
599,666 599,666 0000000000000000000c1200202600a0ac08142deca6ffe3c56fa2d34bb9f221 3,001 1.00/1.00 vMB 16
599,665 599,665 00000000000000000012a6bc614af1abc3659a9a764e2cf6b6f06fe05d07d3e5 3,246 1.00/1.00 vMB 16
599,664 599,664 000000000000000000086650c935dd0e484053686a2bc799471d34b4ec67a7bc 2,959 1.00/1.00 vMB 20
599,663 599,663 000000000000000000055e8d10bc42534f9db51c1033f9a79dd2465a0ae97416 2,036 1.00/1.00 vMB 21
599,662 599,662 000000000000000000068b69b81cca5629dc7a9adfd5724ba643b5f1cf6bd13a 2,922 1.00/1.00 vMB 32
599,661 599,661 00000000000000000004f2fb2ee749923a8131028aeae637070b0b4145617d42 3,287 1.00/1.00 vMB 12
599,660 599,660 0000000000000000000e7c65db5aa1f08811454d7e202a453145fe1d0ced95a0 2,502 1.00/1.00 vMB 21
599,659 599,659 0000000000000000000439e59f154e8d2b2442640b25a4ab01301a9992738889 2,737 0.74/1.00 vMB 10
599,658 599,658 0000000000000000000cc32661f15a384f14f826a8d919a35f9217ef44bfa71e 3,110 1.00/1.00 vMB 19
599,657 599,657 00000000000000000014ec4c66af116d13c267eabb7650b4c811096e10fccb47 1,819 1.00/1.00 vMB 55
599,656 599,656 0000000000000000000fd1d504aa47804d05c1c8384b639bb158e46637a70c55 699 0.23/1.00 vMB 20
599,655 599,655 00000000000000000014338267d9b709b1f4b306da56f7af4f09811691cf3248 1,029 0.33/1.00 vMB 16
599,654 599,654 000000000000000000103d70a824ba1e219e9876248da41a6cd559498dce88d6 3,456 1.00/1.00 vMB 14
599,653 599,653 00000000000000000013d733d1fbf25d6a9ad2fb23ed8d0eee82bc3d7a941ba0 1,821 1.00/1.00 vMB 54
599,652 599,652 00000000000000000011e0da1bd2a81654504d2df3a9b25a216d39c70ef3c08c 2,723 0.75/1.00 vMB 17
599,651 599,651 00000000000000000003489516e852004410ac170394084f56551d61553d9033 2,703 0.95/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.