Loading Tool

Explorer IconExplorer

Memory Pool

76,054 transactions
28.74 vMB
0.06944841 BTC
Random Selection Loading Transactions
Max Size: 175.81/200 MB

Candidate Block

Mining Attempt 3a2849754a7e20d100e0b2eec72e566b1da29c4d341ba424aeee62b37ee766a4
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f63acb04cc8054252fdde01b02171fcc012480148372c9d1f4b457ce2c949d45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,929
Size: 1.00 vMB
Total Fees: 0.00605630 BTC
Feerates: 40.21 > 0.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (289,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,616 625,616 00000000000000000008cc9717c21a7e1d18e99c9bd1ef5425067d5523abb812 1,474 1.00/1.00 vMB 69
625,615 625,615 0000000000000000000c899e8d2bc6fe929a67fa281f2130bc97a82a832eeea1 626 0.19/1.00 vMB 14
625,614 625,614 0000000000000000000f712a4bbb8b01a37f34b5330f1a7c38f3dcf8aab81f3c 830 0.29/1.00 vMB 12
625,613 625,613 0000000000000000000ecfe8728897ee98b3b878d150fad0c452b6e87244ed79 2,083 0.90/1.00 vMB 10
625,612 625,612 000000000000000000042e710a375367d8d657590fb40ea0169e62d425920e0c 257 0.17/1.00 vMB 3
625,611 625,611 0000000000000000000e96e632982024557dda63d5389c36565395d96e49c3fa 2,763 1.00/1.00 vMB 11
625,610 625,610 000000000000000000034b78b016cf7fb95d344f2e01e84ff2a9efae962fe3d8 2,639 1.00/1.00 vMB 13
625,609 625,609 000000000000000000011b405d9c5fab131b54a17de9f3843b377f1f0a03b209 48 0.01/1.00 vMB 7
625,608 625,608 000000000000000000068348255a28e27616cd09fb4e9d2ab4f77f7a7322ead7 825 0.41/1.00 vMB 9
625,607 625,607 0000000000000000000a474bcadb96aa4693697ee613d434f041d5ee53efc7a1 819 0.24/1.00 vMB 13
625,606 625,606 0000000000000000000d3dd47d1d05827a0e9eed4850d56b698ec7f2e5ab0f54 1,247 0.38/1.00 vMB 13
625,605 625,605 000000000000000000085b834c453df6bbf0e2b54eeb915b6e0f5f39e6f15853 1,220 0.42/1.00 vMB 13
625,604 625,604 00000000000000000005ca6817c41ee0506e758572e0b1e0d47021fcfa5f4bca 76 0.03/1.00 vMB 10
625,603 625,603 00000000000000000008f6e849be5604bb5ddc56042870a4403cd164aff7dd8d 1,759 0.60/1.00 vMB 11
625,602 625,602 000000000000000000099cf11f5b66abc46c0f592316a42441bcd5039fdcca21 1,955 0.80/1.00 vMB 11
625,601 625,601 00000000000000000009b39333c00ac92c3c3f5177d69aee85b9315a08998c5c 1,337 0.84/1.00 vMB 2
625,600 625,600 0000000000000000000fba368b947db4340d50df7453ec4dbe3402b925075ba7 2,490 1.00/1.00 vMB 5
625,599 625,599 00000000000000000012f9acf97cacf9d8c8d51d48f2dc4d74293ed2db3bc784 2,512 1.00/1.00 vMB 18
625,598 625,598 0000000000000000000769b869170f8a4dee1b93c8147463004bfd8f34f55448 721 1.00/1.00 vMB 8
625,597 625,597 0000000000000000000daeecf9df4bd89182c10f22b8f5ffcba48f1f8e0a9883 1,853 1.00/1.00 vMB 17
625,596 625,596 000000000000000000094cc3a314fb8058cf268a7d2000de4fda39b3fef2320e 214 0.10/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.