Loading Tool

Explorer IconExplorer

Memory Pool

25,342 transactions
5.87 vMB
0.02194002 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.13/200 MB

Candidate Block

Mining Attempt 18c33f60cb04a2d347bbfc7c35539a5017aa7fce4ca9fc443683616d3544d402
Version 20000000
Previous Block 000000000000000000020aeb65c9ae5b152a7c79d1526fdf29b28ca5819ff869
Merkle Root be1b36c24b3bf4b34bfb1cf14c42a20d872ff9757c7f9ff60c29e24315dc9668
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,711
Size: 0.59 vMB
Total Fees: 0.00781090 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,014 (720,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,617 192,617 00000000000002e8e51d926cded0c4589865b28698c484492030bbacf57f514e 0.20 MB 834 262
192,616 192,616 0000000000000448352f472ef3591d66ce97aff221edff4a5fc961d96b4e1853 0.01 MB 32 0
192,615 192,615 00000000000000505aaaae601241472b2045a35de2f6c5b1a7961eaa30da92f8 0.01 MB 32 0
192,614 192,614 000000000000019d9fb8246df533531b8c820ecbd6d45241a9f1f225c345d61c 0.25 MB 728 161
192,613 192,613 0000000000000441a09b719ab987af6f8502bd16b84ac74d4e4abc67ffb3ddd8 0.05 MB 149 119
192,612 192,612 00000000000007bb451ca09a9c926ded09e3d4107be95cfb34d1bfe8f649a2b4 0.09 MB 256 81
192,611 192,611 000000000000020c5fa70afac047fafdfceea03d2a8f09c81c4ec4fc3b85df3f 0.02 MB 47 145
192,610 192,610 00000000000001ebe3b5b85dc1e732c9e660bcaf87d58200f909985a33c63e4a 0.18 MB 507 171
192,609 192,609 00000000000000355f4c00aaf528908896290370c23f11dbc73164785af2704f 0.05 MB 132 6,179
192,608 192,608 00000000000005cace1e77dd8a3dba11e7ceb0b82469bad858e02db32daba3ae 0.25 MB 593 169
192,607 192,607 000000000000070020b63e6a686602de21f1993a0a5b4fb909694bdb0a8ad23d 0.10 MB 318 156
192,606 192,606 00000000000005efbf55d1d6c7bce5c5b2091103d6cf2ddee68881cd93e46456 0.11 MB 236 115
192,605 192,605 000000000000061914fea96c9c6f826e7eb56d238f06f2074ce816ec7ed1e44e 0.10 MB 220 103
192,604 192,604 00000000000004a45be84ab597c211f8812a6182e2a81b633d5576e38c114cf3 0.11 MB 256 161
192,603 192,603 0000000000000817d7da217deb6e22df4c69fc740c1c9411db797363cbacccc6 0.06 MB 138 180
192,602 192,602 000000000000016d29641bac79f6a42fc8cbe34a207f96cbeb33c2537d1773e0 0.12 MB 295 129
192,601 192,601 00000000000003fa73b197310ec01534523a009f774dc32f95bbd00ece9401ef 0.07 MB 149 109
192,600 192,600 00000000000004b0f4575a4349b4e4b7e412e68e13f8c5deb1ffe795ff3ce6ea 0.18 MB 512 79
192,599 192,599 00000000000003903281a35953b41a66e4dc1990b41f6abfe68ce876a3e4d873 0.11 MB 256 91
192,598 192,598 000000000000076faf9980661702af95a711de1dbed2b547c032be257f2b226d 0.03 MB 29 45
192,597 192,597 00000000000007980d3af7fc7ce6c8417cb1a0e8b294009cfbef5923546b70c2 0.01 MB 52 196
Previous 10 blocks ↓
Total Size: 778.87 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: 393.86 GB
    • Received: 3.54 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.