Loading Tool

Explorer IconExplorer

Memory Pool

23,779 transactions
24.84 vMB
0.11268330 BTC
Random Selection Loading Transactions
Max Size: 121.03/200 MB

Candidate Block

Mining Attempt 260042838f11c9bae6e2c99c885d0e8132248b8d0bdf10278b589b3c4787fa6d
Version 20000000
Previous Block 00000000000000000000d14c0d46e41135f338d1514d4545bd1ff62cf1fce211
Merkle Root 353c91a135110ac43026c87680a675b709f2f503eede3fa00d13a2c454045905
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,146
Size: 1.00 vMB
Total Fees: 0.03563149 BTC
Feerates: 477.45 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,217 (16,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
922,612 922,612 00000000000000000001495dc5c3b4c8bd2abd9e623dbf32c031d8ee1e744dc2 4,962 1.00/1.00 vMB 0
922,611 922,611 000000000000000000019bc4287002d0a84d90db55267988fc304a63eb48a641 4,422 1.00/1.00 vMB 0
922,610 922,610 0000000000000000000041e5b17996255c1fc597b1fe7a95750a41981ef026b1 2,955 1.00/1.00 vMB 3
922,609 922,609 000000000000000000000545f47a9930fa8561767ef6b5dc03121a96703214e7 3,852 1.00/1.00 vMB 1
922,608 922,608 00000000000000000000e648971b620dfa7bc618c8810c1426bb21ecd2bb3051 4,497 1.00/1.00 vMB 0
922,607 922,607 000000000000000000001b0ae5d68b4a86faa479404a8f9b2dd8614ee3a46845 2,813 1.00/1.00 vMB 2
922,606 922,606 0000000000000000000187ccd82e60b24d9c802b6541a19d6c1b879d23102c87 3,904 1.00/1.00 vMB 1
922,605 922,605 0000000000000000000096525759737562f80002555a82166827d7c7b91c76f5 1,609 0.51/1.00 vMB 1
922,604 922,604 000000000000000000010b4f176a4a0a23053b1df70e9eb40c41c74158bded0d 3,366 1.00/1.00 vMB 3
922,603 922,603 000000000000000000000b4a78f8b4d27da10cd68969a8a3e69f58f72d78fda4 2,117 0.71/1.00 vMB 3
922,602 922,602 00000000000000000001203400d0a8185bfa3d9cb1dd1338eff173015444fede 967 0.28/1.00 vMB 2
922,601 922,601 00000000000000000000b76d52393a7a8982524f17b02381d3d477ad7b4b2381 2,851 0.83/1.00 vMB 2
922,600 922,600 00000000000000000001800f02a70f3e9b544aa03b926a6a84cc6c39afbc8944 2,740 1.00/1.00 vMB 2
922,599 922,599 00000000000000000000d89365402e3de84fdcf5f5048c9e1c5dcd6d2659f340 3,840 1.00/1.00 vMB 5
922,598 922,598 000000000000000000000a733b4e34068c82348f36ef0deba3cb75de16c4a2ea 2,674 1.00/1.00 vMB 2
922,597 922,597 0000000000000000000158d729e16a95b91fb1b9ab151ba132afe4ecdabd4802 4,015 1.00/1.00 vMB 5
922,596 922,596 00000000000000000000fd62bd34bd3ae0c0d560aa6b4fc18501112e23f20ef9 5,552 1.00/1.00 vMB 0
922,595 922,595 000000000000000000005c6cebeb5fd211f6d405d9f0a2a6111fe1de0147fe54 4,563 1.00/1.00 vMB 0
922,594 922,594 00000000000000000001bce496571b2ebc7b899ad6009160258e4041240edff3 4,727 1.00/1.00 vMB 0
922,593 922,593 00000000000000000000442ccd8870876d17363eecc4aef1ce8ced7492829a16 4,832 1.00/1.00 vMB 0
922,592 922,592 000000000000000000002308cef24ca375ac2bb61495a531be03786b1e6a7a51 5,126 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.31 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: 4,235.37 GB
    • Received: 232.98 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.