Loading Tool

Explorer IconExplorer

Memory Pool

34,340 transactions
27.89 vMB
0.05784176 BTC
Random Selection Loading Transactions
Max Size: 139.20/200 MB

Candidate Block

Mining Attempt 0805eb0720f9a101dea87a129e77aa19c7fbd7af79970412644efb1de30be3a4
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root 9f0ca9ff0e29830856f9a6cf4755f2a73ab2fb4aeff88a9aef62e0d66d3fec86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,749
Size: 1.00 vMB
Total Fees: 0.00450560 BTC
Feerates: 40.21 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (266,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,477 648,477 0000000000000000000a09902162cbaa6912184f9056aef4f093bcf359937275 1,753 1.00/1.00 vMB 35
648,476 648,476 0000000000000000000db0ad29ee484d09b11604e64b6ab2d062b2d240874346 161 1.00/1.00 vMB 10
648,475 648,475 00000000000000000009047e20dbc2a2e1c690ac9635be51a9a9b1d4cce33f85 1,605 1.00/1.00 vMB 18
648,474 648,474 00000000000000000006010c3c9d86740eff4ece1b6fffb1035a12787fd03911 2,535 1.00/1.00 vMB 39
648,473 648,473 000000000000000000047eb3633035e3b7d072e58e900b6617f89840e27f0256 2,868 1.00/1.00 vMB 84
648,472 648,472 00000000000000000009b09538f073792091514a9af5a7ca5fc4c8041b2d3169 958 1.00/1.00 vMB 14
648,471 648,471 000000000000000000056de8fd51c22dd8b6199b5d3951c6f74387c6f6a02eb8 1,057 1.00/1.00 vMB 18
648,470 648,470 0000000000000000000513e89ea647f37062913ae589d8f5ce21820f3c5d4f54 2,427 1.00/1.00 vMB 47
648,469 648,469 00000000000000000001fb9c3b8c9cb183cf7985fd7cd0906297e7ebd90aba92 2,819 1.00/1.00 vMB 37
648,468 648,468 00000000000000000004abc262c772d394df7ce5fa3507812c5654284a004f7b 2,035 1.00/1.00 vMB 84
648,467 648,467 000000000000000000027ad60e14397f00b7f197c3bec1ef12a68310c07b4192 536 1.00/1.00 vMB 28
648,466 648,466 00000000000000000001ec01ddfb85477409cc05001b1cba1296ec19d89616e0 1,082 1.00/1.00 vMB 23
648,465 648,465 00000000000000000007f0ec928fadb522fb5a2a073aa9dcb7062e38c08d3590 1,787 1.00/1.00 vMB 62
648,464 648,464 0000000000000000000e2eb2f38ffb7fbdc04317d61a119ef3574428200abe7c 1,895 1.00/1.00 vMB 14
648,463 648,463 000000000000000000093c66e465ec6428c64396687f32ac37e9efb9f78d1734 2,505 1.00/1.00 vMB 22
648,462 648,462 0000000000000000000e270fd0912f491695bd92c1c0abfcd5a56fd427706d09 2,481 1.00/1.00 vMB 84
648,461 648,461 0000000000000000000a871b327d527e4ae144e6d9dd61e40417d24a51da1678 1,578 1.00/1.00 vMB 35
648,460 648,460 0000000000000000000a2b0513f494f9e7943ce11d7908f1d61b85550d50198f 2,013 1.00/1.00 vMB 43
648,459 648,459 00000000000000000006bd0d85e8bb9802b13ccff342ef8e445b03bc61956ee5 2,474 1.00/1.00 vMB 27
648,458 648,458 0000000000000000000d72bf8295b08ec952aa53933319fd10a464cd00b0d267 2,003 1.00/1.00 vMB 73
648,457 648,457 0000000000000000000db4ce6ff65f16f9c007a0d938ee352d8a061aa2212336 2,420 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.38 GB
    • Received: 11.45 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.