Loading Tool

Explorer IconExplorer

Memory Pool

82,641 transactions
30.40 vMB
0.10525942 BTC
Random Selection Loading Transactions
Max Size: 183.27/200 MB

Candidate Block

Mining Attempt 3009584d2bc0c1caa1daa69d157b46ad3c9904b7a97c59157d63f17e1ac36dc7
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root f8b3825385bc78337ee5bdd5bc3cffe76336c42dabbb11de5cf40bf89008d0b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,637
Size: 1.00 vMB
Total Fees: 0.04285796 BTC
Feerates: 526.32 > 4.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (431,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,604 483,604 000000000000000000d88f3fd874f8f8cbba58f5da50fe9e9ee22ea3e834222b 1,113 0.73/1.00 vMB 203
483,603 483,603 0000000000000000010ad07f8cd83be65419d4cdd97b9cd367bd5b7bf2e41e2c 1,442 1.00/1.00 vMB 93
483,602 483,602 00000000000000000037f894d3d93454229f2d5079a5ebd0fd2f154b40bbd9a8 2,101 1.00/1.00 vMB 292
483,601 483,601 0000000000000000007a53d46962e4673b92cc83bffca585e67f2dd2c067bfa4 1,779 1.00/1.00 vMB 38
483,600 483,600 000000000000000000e960b55c3ad071659dc01e8f11332ab9dc158a24745d51 1,973 0.99/1.00 vMB 247
483,599 483,599 0000000000000000002678553f299ae82a9dba94d425a3c2a60b6a3ea3c80ced 2,191 1.00/1.00 vMB 343
483,598 483,598 0000000000000000008c2cabba389b4de191833e93940b60ec53f32fcb834570 491 0.26/1.00 vMB 209
483,597 483,597 00000000000000000044ccba4aba7e3a421c7a8ff71d61f63ca70cf639a61c03 1,279 0.61/1.00 vMB 218
483,596 483,596 0000000000000000008bfafc64ad253be6f307bd5dcfd4f1293349c049ca807f 979 0.67/1.00 vMB 136
483,595 483,595 00000000000000000000d9581aac8fbc944320aaefe0d52b042c6890d6ba952a 1,943 1.00/1.00 vMB 99
483,594 483,594 000000000000000000818ca069f5c94690b2612b46d9ec99b1e73c6036f12d0a 1,860 1.00/1.00 vMB 282
483,593 483,593 00000000000000000098583cbdea04874988818f6d85be18d525e1028569221a 2,186 1.00/1.00 vMB 289
483,592 483,592 0000000000000000000371a9a4a2263def5136e84736e2f865c5e6fccdc80fd4 205 0.16/1.00 vMB 249
483,591 483,591 0000000000000000006a4f7b2baad34b3f05cf956b850527e61d89b8444c6e35 606 0.29/1.00 vMB 218
483,590 483,590 0000000000000000011277cdfacf896ad122f64ae27be7f86f484e173cc88d10 788 0.47/1.00 vMB 188
483,589 483,589 000000000000000000411b65f84e57818deb326a4201f0567aede89676d4bab4 199 0.24/1.00 vMB 94
483,588 483,588 00000000000000000085d14ef1d135fc82dad9fbb28e1395c8db0bb12a32c55f 547 0.99/1.00 vMB 48
483,587 483,587 00000000000000000066ae04c207b9337f855350fb91b67060af0f64b267a6bd 1,373 0.66/1.00 vMB 197
483,586 483,586 0000000000000000005952f1d5e7eb7cad4d5a4c39439a904c3c55218fe605ef 1,241 1.00/1.00 vMB 70
483,585 483,585 0000000000000000000127eea09e5d0738030e859123ab49cf7e4775fa40e532 1,102 1.00/1.00 vMB 140
483,584 483,584 000000000000000000a15b62d1330aabefc4374980cfd1083125ba31f366d452 2,182 1.00/1.00 vMB 323
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.