Loading Tool

Explorer IconExplorer

Memory Pool

22,743 transactions
4.96 vMB
0.01657012 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.30/200 MB

Candidate Block

Mining Attempt 724064368159976d6b4d649e8179befb4759a48d86f51f34925d2341ea33a4bf
Version 20000000
Previous Block 00000000000000000001fb8e41394318b04c5dd570751dc4df7675fb199e46cb
Merkle Root 3754ba38a9cadcb4815969f6fae047fc2f3074d97b197740c642f9edfe634e13
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 313
Size: 0.14 vMB
Total Fees: 0.00396883 BTC
Median Feerate: 2.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,201 (773,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,794 139,794 00000000000005096212ee1815fccfc8e1351a1be9b394499504e7ab503647bc 0.03 MB 106 84
139,793 139,793 00000000000001152e893c1b8033d0a4f7bfc4e1d84e1d143c2498905324cdb4 0.08 MB 107 83
139,792 139,792 00000000000005878a23b36f0c9850434f328612a43b039b7ee43a1a2e1cca34 0.06 MB 16 88
139,791 139,791 00000000000002db5e0be58d2dba3c4ec2c4c2a569895bbed6b60f4f3ce194f7 0.02 MB 67 319
139,790 139,790 000000000000002789ce63c25e332a4e4d737817061a24a5d343562ffc288df1 0.03 MB 69 1,393
139,789 139,789 000000000000047da59ed44d26a4a56b858eb93fa2fc1f30f7468aa23589ecfa 0.01 MB 23 118
139,788 139,788 000000000000065cae7e0d28e23ae0e2c42bd3f0bc24fe13a0be8b37515dd7e0 0.00 MB 11 306
139,787 139,787 00000000000008976a6317719a9198d602be1bb93f724530d0c896a83cab3007 0.02 MB 64 14
139,786 139,786 000000000000062b17cbcbc85ad8b651a49e6b5c5f230f7932e216667f68e8c6 0.01 MB 12 42
139,785 139,785 000000000000089c54fec588e0b7685b6d6e7220eda685b80145d1e944c7b3d2 0.05 MB 159 101
139,784 139,784 00000000000004a3eb65f9142c1eb1385c93abc551a55e66bfd300073066028f 0.09 MB 292 214
139,783 139,783 00000000000006a076a921a1b6dd3cbe0101760464234e3f22dfaa955cf268ec 0.02 MB 48 422
139,782 139,782 0000000000000031a1b5b3016dfc549081c0599ca62aac05572f4be23c93070c 0.06 MB 119 154
139,781 139,781 000000000000047c64cf6fb1b49e1b07e26203a7b4fe4330e78b93cf37d81c22 0.03 MB 68 665
139,780 139,780 00000000000002e40a48e09caf93dbe1c8a39ec3499a31e53d0fa7e6ae1bced1 0.05 MB 125 181
139,779 139,779 000000000000026fb710669721161a09047ff1697141625a4f4d79cb864c7f4d 0.04 MB 90 209
139,778 139,778 00000000000003c610211b70287bc68bfa3e9bdcd61b7fba194acad25f5e3a27 0.04 MB 118 102
139,777 139,777 00000000000007852640ba86912297b8c6196a6ba5b17c053ddc506939f4fee0 0.01 MB 3 45
139,776 139,776 000000000000015e68e3961d186cfd82c7440de3b559e87f05fa6fc7c3b61003 0.02 MB 35 83
139,775 139,775 00000000000003fba02f50f45f8b6383283686a5b368fc778c52c5b4ce751c82 0.01 MB 19 92
139,774 139,774 00000000000001152d58fe84b9317ed20078aad0f5c9c9b922a8a399c738c9a6 0.00 MB 8 62
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 10
  • Data Transfer:
    • Sent: 14.60 GB
    • Received: 0.31 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.