Loading Tool

Explorer IconExplorer

Memory Pool

44,630 transactions
27.62 vMB
0.08903307 BTC
Random Selection Loading Transactions
Max Size: 144.78/200 MB

Candidate Block

Mining Attempt 272d0e810a9f8c35e8e8fdd2d93288ae26541947d9b3e9f492075f1e29a22d26
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root b3e07df4548ae50cb4bf5621ba8d1a78b2cb2f98d363df1dbd09b271ee672351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.03502406 BTC
Feerates: 151.65 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (454,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,000 460,000 000000000000000000ef751bbce8e744ad303c47ece06c8d863e4d417efc258c 1,199 0.56/1.00 vMB 178
459,999 459,999 0000000000000000008ad3cae4a06b37d88a3ff10f92121475e2eecc6a73520b 45 0.08/1.00 vMB 15
459,998 459,998 000000000000000001ca2143a6abc9762085096ad2ee54c180a8daad1397008c 936 1.00/1.00 vMB 90
459,997 459,997 00000000000000000003270b686afb9f2a28b762de010499797b99ef3fe0b16d 2,058 1.00/1.00 vMB 157
459,996 459,996 000000000000000000a04cc84d1e2307c4ad604cd1f18aeb44cbae5b8f6cb367 1,914 1.00/1.00 vMB 112
459,995 459,995 000000000000000000e8ada36b126beb3250ad58beba8ce1b3aaee0f2aae70e3 1,922 1.00/1.00 vMB 206
459,994 459,994 000000000000000001da428d79215e1cb066b4b03a47ba4f0a4983dd2009d6a3 461 0.62/1.00 vMB 53
459,993 459,993 000000000000000000ac8288f34bfaf8078d5cd1e881606da82f956b6a644501 299 0.30/1.00 vMB 78
459,992 459,992 000000000000000001278087196b30935f4566b7a3c93bd85872cefc6b71e0f1 831 0.31/1.00 vMB 180
459,991 459,991 0000000000000000010d16dc5727d518a6fa476cddae3c5e35179d59ae087773 1,947 0.95/1.00 vMB 124
459,990 459,990 000000000000000000cc0b55e43afbfb8ec5543eae5b3514d67e4c0e3a2c7463 1,952 1.00/1.00 vMB 184
459,989 459,989 0000000000000000004be66936ef545c14f689d018c15d55c612fa8c8aac9ac7 988 1.00/1.00 vMB 50
459,988 459,988 00000000000000000226b9d0b6ca36522872c681ef290caa5738d1ecff44edaf 366 0.18/1.00 vMB 142
459,987 459,987 00000000000000000114c68e7a810a808a10e2b62f0fdd9bb04c33373c12b2fc 387 0.15/1.00 vMB 197
459,986 459,986 000000000000000001925c99ef8a4902699f5c094a20aef8bd45456f282c81e4 766 1.00/1.00 vMB 20
459,985 459,985 0000000000000000004414c6edb62fd7c1698e6e78640dd6f963ffe085fc81c1 1,744 1.00/1.00 vMB 100
459,984 459,984 0000000000000000005c5f71c4f96dc2c2c7f25370e26e59ea25c199ae9fcff8 717 1.00/1.00 vMB 152
459,983 459,983 000000000000000001d0aa86df19dd90b9e82c82bc90c8b5fdbf8846b587a12e 2,041 1.00/1.00 vMB 76
459,982 459,982 0000000000000000019d3ba5f288b845f838daa1bac7213cb514f4733b0498db 2,469 1.00/1.00 vMB 153
459,981 459,981 00000000000000000003367c5c9ddaaa8e948b8dab3441b0a3182db627954f45 1,527 1.00/1.00 vMB 200
459,980 459,980 0000000000000000014e53a311138b14782d85c6677a7d65935f076d10d75b6e 1,055 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.