Loading Tool

Explorer IconExplorer

Memory Pool

79,562 transactions
29.23 vMB
0.12141633 BTC
Random Selection Loading Transactions
Max Size: 176.97/200 MB

Candidate Block

Mining Attempt 6910a9d62f6e04af507d9573e9a4098af7b8cb2669aef9b968808692c6439ce7
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 15d1b7363bff27e8cf95122557a95b0883258be570853d52e363ae438058073e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,684
Size: 1.00 vMB
Total Fees: 0.04442528 BTC
Feerates: 301.72 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (542,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,969 372,969 000000000000000011e38d810b2fdba7e5c09fb00d289241d78b4a7264eeb7e9 207 0.12/1.00 vMB 34
372,968 372,968 00000000000000000949ebbfebbd394ae08fcf2d05fbd712b956594866aba9f8 662 0.30/1.00 vMB 62
372,967 372,967 000000000000000000b8d464265b952ec4ff42f8b49bacd4d7b37615b9aba0ae 253 0.16/1.00 vMB 32
372,966 372,966 000000000000000010b491a3f4fee710ae1e34ef02deed224cdfb7ef8ce0f49f 482 0.27/1.00 vMB 40
372,965 372,965 00000000000000000ef5de7621976986c5cd12ee3fcc49b9c95258c61f1f33e8 330 0.18/1.00 vMB 39
372,964 372,964 00000000000000000314f7230a97944cd73b0f7e7e77b80df6c6bce2e8516732 455 0.24/1.00 vMB 45
372,963 372,963 000000000000000002501e1e9145ef45f7c835b5bd488f9542ba2a14ed283e17 1,278 0.67/1.00 vMB 49
372,962 372,962 0000000000000000010c8561187b961f038db5028dc4dfeb0ab6a8b30af2a795 265 0.25/1.00 vMB 12
372,961 372,961 000000000000000002f328e7b77c9b8582f539f93ba1a7fe6a7a80f949ce4ea3 150 0.14/1.00 vMB 27
372,960 372,960 00000000000000000d2d3c9ba1b552e9855f7e1ebded0859b3f8e14b0f05b0f3 506 0.33/1.00 vMB 34
372,959 372,959 000000000000000005ce1d2d10aeb9def4d38233e859d98a4a168ea3fa36687a 186 0.15/1.00 vMB 36
372,958 372,958 000000000000000008a692a19c3dbab9f7835bdd5ae3ecd0344b0a3f18aa9836 214 0.20/1.00 vMB 32
372,957 372,957 000000000000000006c9df04a171245f18138985f2c78f0ad92a92e3f8f7b309 828 0.46/1.00 vMB 47
372,956 372,956 000000000000000013486c007ccec83b98125a9536ca2a4eb0e569fd2a2c6fbf 209 0.18/1.00 vMB 35
372,955 372,955 00000000000000001110d4e108bab2bee71af2d0546240354a41f90094f5b034 688 0.71/1.00 vMB 28
372,954 372,954 000000000000000009517a1631d811119bea561aa0c56a35bccc6f0fbb31643e 130 0.07/1.00 vMB 36
372,953 372,953 00000000000000000f37b3dd3a429b6cea98ad80ff28d62ba8418eb6c8e71f42 38 0.02/1.00 vMB 38
372,952 372,952 00000000000000000ca6022c1c1c2dccfcaf20753a83b7390a0fcf5b8efe45b5 730 0.47/1.00 vMB 42
372,951 372,951 000000000000000007fda4daf1519acc0b595c4c975a692fb251c62d2940703f 422 0.23/1.00 vMB 59
372,950 372,950 0000000000000000073eecfd63e20465ac6582d3d40cdd16c302745f207dc7b0 100 0.06/1.00 vMB 43
372,949 372,949 0000000000000000092b5f4cbc7ac0a2e6d2480e3cf9fd48a9eff6148ac04e30 311 0.15/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.