Loading Tool

Explorer IconExplorer

Memory Pool

14,197 transactions
7.38 vMB
0.02105034 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.00/200 MB

Candidate Block

Mining Attempt 02e383e6e56cb50180a3538fd7fa69d7fc6f2df6bcb03da6b36077dd9ce246bd
Version 20000000
Previous Block 00000000000000000000609274759e6e635b5054c457b0406a2e5ac6b3b1fd3d
Merkle Root 72cdcfc5f138605b4ee950445bc1c2e097ab49cd08f40b5a20fe6bf0e2206654
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.00617744 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,413 (748,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,522 164,522 0000000000000a4fdede84b88b712c7d5baa191613aca80b58701d0d3e1b7f51 8 0.08 vMB 53
164,521 164,521 000000000000078de415bd1a21aa7333ab0b525649a4b771b60663f7094dbdc1 34 0.03 vMB 60
164,520 164,520 0000000000000a3897a70347ab5bed0568744fad7ed07cd0de953404044c80e1 3 0.00 vMB 80
164,519 164,519 00000000000002f239c41ea8b1f7440c980f81ec7ba9b26b334282a28d012905 55 0.02 vMB 31
164,518 164,518 0000000000000ccaff60f59a8e23fd30617f697a774cad04f5667b50520cd38e 8 0.00 vMB 26
164,517 164,517 0000000000000b2b7ad7a8d07f11d4252da56166043bd1814820ef7bbe54da33 11 0.00 vMB 278
164,516 164,516 0000000000000110643efe50d2d4ef6fd2f074a994ced28fe183e1cc6a0d9ab7 7 0.00 vMB 0
164,515 164,515 000000000000017176cf9d19fd88339059f2929de11b91ac6ba4d4ca7da54e93 21 0.01 vMB 50
164,514 164,514 0000000000000433946302c73eeae3382694f73bb361673a2641491e28d1323e 20 0.01 vMB 157
164,513 164,513 000000000000047328137656a102333f382b3117e6f59aba70f19838ac406c50 39 0.01 vMB 133
164,512 164,512 00000000000009fcb22206a9887d8c71625628d849c1070145bd1d216e213000 29 0.01 vMB 126
164,511 164,511 0000000000000c790fed0c9aa9bbd834776e7800fa71b4e01d62a70a5d53da9d 50 0.02 vMB 25
164,510 164,510 0000000000000b309e396be616d529b897889b250a1259cd3fea8d5d76aecb4d 50 0.03 vMB 309
164,509 164,509 000000000000009ee2aa67d1b2d9037d298da895ae58645d459ef9008da801ac 10 0.00 vMB 332
164,508 164,508 00000000000001054c9706ffe6c596c37698a7178325d0c7a908aa37d602d38c 22 0.01 vMB 131
164,507 164,507 0000000000000257a8696e270b8941de8381ef64b7af5e28300e8ef798187ca7 54 0.02 vMB 61
164,506 164,506 000000000000064792438bd4679dadd2b9699fc13ca16ed87e8bc921eba5cdc3 9 0.00 vMB 50
164,505 164,505 00000000000005dedcd0ee81c92c7861a8f39684007199076191cdc1b709a853 9 0.00 vMB 417
164,504 164,504 00000000000000e7bd672f82654fd226ff509ea0bf2e7aca08ecc016293420df 14 0.01 vMB 76
164,503 164,503 0000000000000c3b51e13bc5dfe55f0c63496cd2fb8c2737744a0537c6010cfd 2 0.00 vMB 0
164,502 164,502 000000000000092753d3e2d9b547cdd7b43f90910595fe7b130147c187a7b3e5 10 0.00 vMB 51
Previous 10 blocks ↓
Total Size: 779.59 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: 286.41 GB
    • Received: 1.15 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.