Loading Tool

Explorer IconExplorer

Memory Pool

43,871 transactions
31.22 vMB
0.09129940 BTC
Random Selection Loading Transactions
Max Size: 158.76/200 MB

Candidate Block

Mining Attempt a5754f88ae698fef0add04a7902b88bfdc7e88febb38f059879d68b373ae6ea0
Version 20000000
Previous Block 0000000000000000000039578e0758b011a8202b2680b2e212cb5f8d99ffa68c
Merkle Root 4df9c6cf785e08f863ffe639ceb35761adbfc43e100a77e681ba5053f8762b3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,794
Size: 1.00 vMB
Total Fees: 0.02807016 BTC
Feerates: 100.53 > 2.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,446 (877,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,585 36,585 000000009b23b20e1aad69a28bc407c1477efe7e53f4b9bd8ca1e2619aca6074 1 0.00/1.00 vMB 0
36,584 36,584 0000000029f704ae96653c55d94baeda1587b98afebaf2bdf7fe888dd2af93e4 1 0.00/1.00 vMB 0
36,583 36,583 000000003ee9f37a42d80aabf0c4ce541f870f90836c6f59b8d61fbc979f23ac 1 0.00/1.00 vMB 0
36,582 36,582 000000007b8676ea31076100ba3e1084f8518c6d3d541d05c128ca4070b0fd23 1 0.00/1.00 vMB 0
36,581 36,581 000000008bbc534ed443409b67d100d2ede1b48bbecc50e6c985e35a24ceb660 1 0.00/1.00 vMB 0
36,580 36,580 000000006d77839256c7f2e96eeb50e43cd9ce1ff4aa9802fdec63708607029b 1 0.00/1.00 vMB 0
36,579 36,579 00000000b8433536f760cd9545d793adc5513fd20345bbf0513af3c3eac5a11b 1 0.00/1.00 vMB 0
36,578 36,578 000000007dbc526935d63484457aa48918293ba5fa82d005fc65b5209e02041e 1 0.00/1.00 vMB 0
36,577 36,577 00000000364e5bdd7827c697aa4983692ca101c755321ae2d36aaf747fb80640 1 0.00/1.00 vMB 0
36,576 36,576 000000007ffdd7ea755b3973dd56a3d975a86d8ef354b3948c44b51108481b7e 1 0.00/1.00 vMB 0
36,575 36,575 0000000085b0bdb093cfd1ba6e10000f81cb943bbbe4ec13cda4a2da34ee3a7d 1 0.00/1.00 vMB 0
36,574 36,574 00000000a39c2fdc41f1408901207c2f227e566c224e69b79fa32aecd6545a97 1 0.00/1.00 vMB 0
36,573 36,573 00000000452a77f3f0a034e6de2c909ed8db82b53ca8c1ab5dfb932846c2516c 1 0.00/1.00 vMB 0
36,572 36,572 00000000b75411d1dd1e7b0d71d59aeeae05507526243f77caf8ecad934ff6d1 1 0.00/1.00 vMB 0
36,571 36,571 00000000339d1361726e7a93fa307a99afbfce9b1816c2d55d9a84c1429dca39 1 0.00/1.00 vMB 0
36,570 36,570 0000000027304d6a89540125151edb18dacb6b14218f2ed7dae76f6a6a2b8b34 1 0.00/1.00 vMB 0
36,569 36,569 000000000b08d6d43337f81eb7c6612e20a40b2d5aae01150a3438ddda41f1ad 1 0.00/1.00 vMB 0
36,568 36,568 000000007cbf3d6e550164416d1b03dc732fa804a05df7850305d62eaa923da5 1 0.00/1.00 vMB 0
36,567 36,567 0000000038df7612671e9ab8870092fe4c0cf0661d3e13db93466e35dd518e93 1 0.00/1.00 vMB 0
36,566 36,566 000000000709bcf6e1db247edf9ffb7aba51776048e8ccfd9f5c2120c1e43745 1 0.00/1.00 vMB 0
36,565 36,565 0000000040b1c67f48a1098d51c301158ec051c108e3986da05b8400e58d9fd2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.40 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: 603.82 GB
    • Received: 10.51 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.