Loading Tool

Explorer IconExplorer

Memory Pool

37,375 transactions
25.96 vMB
0.05880072 BTC
Random Selection Loading Transactions
Max Size: 133.81/200 MB

Candidate Block

Mining Attempt dc1fe2cc83125537d03a6ca74a60a95696e92465cae42298003fe77c65374067
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root dacc427a40e7e2949389cba80a2c2448b9e9abf95a48b55a7e7bb98cbcdc127e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,684
Size: 1.00 vMB
Total Fees: 0.01149653 BTC
Feerates: 265.25 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (255,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,104 659,104 00000000000000000006f14615e6e57df92b7dc0055e994d926ffbabdd3fbd15 2,093 1.00/1.00 vMB 71
659,103 659,103 0000000000000000000b4f1cdb1ae547b2f8d33c15428b742b4a3342b174ac10 1,651 1.00/1.00 vMB 78
659,102 659,102 0000000000000000000f403493a7ea48e7c3f7e48caef7d6e6f5469a0d83eb69 2,032 1.00/1.00 vMB 95
659,101 659,101 0000000000000000000c78e0ebe077f052aa6e780d3af96b18ce0354a56afead 1,923 1.00/1.00 vMB 39
659,100 659,100 0000000000000000000324b0293c2bbb6fd0a144de24e506a343f2a92f114e51 2,127 1.00/1.00 vMB 72
659,099 659,099 00000000000000000003ecf2724eee5193b5ac22c64bb58b1b5d61340e75341f 1,710 1.00/1.00 vMB 90
659,098 659,098 0000000000000000000f2062c51872b574f078dd4ca11f39aefa4c385e2c0456 2,659 1.00/1.00 vMB 79
659,097 659,097 0000000000000000000d6e21c3a41ccbf271b97d10de7db48f250c6baeb55a7c 1,985 1.00/1.00 vMB 10
659,096 659,096 00000000000000000000d2a4df6aae3613ba5600bc6238a85afc7582f67d90fa 1,703 1.00/1.00 vMB 19
659,095 659,095 0000000000000000000b973597ba9d2e880952f91da5e3731f6bd50914efb5fd 2,394 1.00/1.00 vMB 85
659,094 659,094 00000000000000000008f06a19dafc16566e56dbcb37f23c8aa5235b4623dbcc 2,573 1.00/1.00 vMB 27
659,093 659,093 0000000000000000000e9353fd258e8a4d90fc74048ebd21c54e7c4c96f5122f 1,934 1.00/1.00 vMB 50
659,092 659,092 00000000000000000004ebe3154d2ad08677b27d4b0efdc4470e3d6e539d2746 2,819 1.00/1.00 vMB 23
659,091 659,091 000000000000000000037eeb7c820c9815b616d22a70bb635e605b1ebac76a79 2,386 1.00/1.00 vMB 24
659,090 659,090 00000000000000000006ee059ea87b4021a32ec1e36266ff2cd3651e6b63fc44 2,325 1.00/1.00 vMB 49
659,089 659,089 0000000000000000000ec75536de353e39ebb92fbbb7fffdb5fff23dd4bc4e28 2,200 1.00/1.00 vMB 79
659,088 659,088 000000000000000000076bc806da83b74853bc84ad5ac2f85e76e9792f1a712b 2,522 1.00/1.00 vMB 84
659,087 659,087 00000000000000000001f3ff609403a7e30ef45bd675e485009625aefe0fa0ce 2,654 1.00/1.00 vMB 18
659,086 659,086 0000000000000000000b3cd27dc2c6c846b8c5a1c8e1a685ce87f62a6636aba6 2,445 1.00/1.00 vMB 56
659,085 659,085 00000000000000000003f186b0c117fbbd80e35707337e6e555b010c9fa0a485 2,242 1.00/1.00 vMB 79
659,084 659,084 00000000000000000005e3c10865e75d61e24e436931b45c4b5d4b8eb41febe2 2,496 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 656.66 GB
    • Received: 14.40 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.