Loading Tool

Explorer IconExplorer

Memory Pool

73,209 transactions
28.20 vMB
0.07215667 BTC
Random Selection Loading Transactions
Max Size: 166.95/200 MB

Candidate Block

Mining Attempt 9356cab295ba65f0836964d67868299661487caf85e88d0c625dcad9f4644765
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 1b32ea74b3bf24de62d22621330ce644f7343ac55e7e69184ff3acd0f8e5f5a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,198
Size: 1.00 vMB
Total Fees: 0.01555923 BTC
Feerates: 150.86 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (431,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,609 483,609 000000000000000000a9a318bc7e484c797fcbd0ad6ed2f00fea19558405d6d0 1,652 1.00/1.00 vMB 131
483,608 483,608 000000000000000000d0e401b31ad9d95d07febff3a0ae0465c1f59720b1b027 1,887 1.00/1.00 vMB 200
483,607 483,607 000000000000000000c092e3588e0c85a8b1cd78d2237e81211e28848f75e306 1,590 1.00/1.00 vMB 109
483,606 483,606 000000000000000001366f5dd325fa475a51de477e8e4122fb2f71663c3e1031 1,768 1.00/1.00 vMB 206
483,605 483,605 000000000000000000fe981cd4d325c9b77ee5cfa3ecdf98d70a3fe950109a5e 2,795 1.00/1.00 vMB 430
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
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.