Loading Tool

Explorer IconExplorer

Memory Pool

78,464 transactions
29.65 vMB
0.11510951 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt 4a1e8febf2cd20c676dbfd2d181a5f0258313b72de2dd78b781a3cef5a39ea8e
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 5f93d24185f47f766bcc64f29fc7bbdeeb7cd694170cba5f9f709bb5f617ccf3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.03507718 BTC
Feerates: 526.32 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (507,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,157 408,157 000000000000000003bbbba1d51b32e311a505c3f313a7afebc021afe78dd0ec 607 0.26/1.00 vMB 47
408,156 408,156 00000000000000000019a1b08023fb25a27debb1e15621eca7a544fbb6d5d1e5 679 0.32/1.00 vMB 39
408,155 408,155 00000000000000000606f8e725bcb73aae2a09ac6af1ee68941f32c54c87dd25 1,429 1.00/1.00 vMB 30
408,154 408,154 000000000000000004f8060dee0022a5fe0038f10cf0f9c73773245d66f51024 1 0.00/1.00 vMB 0
408,153 408,153 000000000000000005a0d557ffb9a1271d647b196dc4efc205ff747f5d4b59d2 2,000 0.99/1.00 vMB 28
408,152 408,152 000000000000000004da4e833c6a8dffae26d43d6328365196dc5ced12f5603a 3,370 1.00/1.00 vMB 63
408,151 408,151 000000000000000000dfd69690289f317ce0bf53d66cacb9f4ea49b784272175 1,887 0.78/1.00 vMB 41
408,150 408,150 00000000000000000145ada810a8ae4dfecffb393e24bf582e26591757fa90d8 421 0.24/1.00 vMB 23
408,149 408,149 000000000000000001b1b35c299d42697a940383c65f514fbb28491a8e7422a3 974 1.00/1.00 vMB 17
408,148 408,148 0000000000000000059752652075bba90d275e4677395c6831fd88a7ad156f09 1,543 1.00/1.00 vMB 24
408,147 408,147 0000000000000000026cf9f280d9cd88918f2bf4c61d77dee0abeb7d776880d4 2,773 1.00/1.00 vMB 44
408,146 408,146 00000000000000000105a7a5f3c3e82261011a913907d41f4db8b9199871ae3f 3,449 1.00/1.00 vMB 72
408,145 408,145 000000000000000004f050d175f80efb775aff361f38526307a58f9423f5bca4 239 0.16/1.00 vMB 24
408,144 408,144 0000000000000000004dc367b1b240b1148768b9f742e314bfb93fc6a07e762f 437 0.27/1.00 vMB 30
408,143 408,143 000000000000000001bc2ad3d1e2822e9150251e3afb7da177f2e1855e33b685 1,839 1.00/1.00 vMB 33
408,142 408,142 000000000000000005d50a51d70f849fe621d6e74c6cbaac654d5742f0037b2c 930 0.99/1.00 vMB 15
408,141 408,141 000000000000000001a5b2107f60f0ca048d91a8fa0a7b3581deb7229436959f 1,672 1.00/1.00 vMB 30
408,140 408,140 0000000000000000048cc87cc20fb51e643d5426fc571f4a763a0362e5b4c67a 1,517 1.00/1.00 vMB 28
408,139 408,139 0000000000000000039e4dfcffdd23ea4cbefd04633cb86ae78b41c419cde125 2,185 1.00/1.00 vMB 38
408,138 408,138 0000000000000000009d3489abad54d13d466f4f25a1a18dc6d5c0a37c8b6518 2,407 1.00/1.00 vMB 45
408,137 408,137 0000000000000000011fcd45fb4fbdd6e1ee44c8181835d5d34513c1e14d8406 1,940 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.