Loading Tool

Explorer IconExplorer

Memory Pool

29,218 transactions
6.63 vMB
0.05214617 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.72/200 MB

Candidate Block

Mining Attempt f387a70d1a3356c2db0c84a9d76ba723d43a8dd5eb2442b7d8a15c237d3d5a28
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 992dbf1993c135eab10ae4735082e4fb827bda9b506d60a5c0269224ea47b696
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,115
Size: 1.00 vMB
Total Fees: 0.03510405 BTC
Median Feerate: 2.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (714,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,575 198,575 000000000000059f47668adaac1b41a3509317f2da1cbfdc3bd2ac962e736285 393 0.14 vMB 157
198,574 198,574 00000000000000d1d590a0c409b6806094ae555c16c5ea282654aa965360f5eb 70 0.03 vMB 302
198,573 198,573 00000000000000b88cafd94599658b70acc011eca91dec3df0e725b286cdc4b0 30 0.01 vMB 119
198,572 198,572 00000000000004022e479524260a6aee2246a7298b184de58dafa548358dab72 90 0.06 vMB 68
198,571 198,571 00000000000005ddacb4df4b2e3ed371504d30edc59a284de8da7cd3a447de7b 10 0.00 vMB 17
198,570 198,570 00000000000003ba910e0a96a19fcb30841516c0c7473e279116f77988d4f761 39 0.02 vMB 101
198,569 198,569 00000000000001e7e09deed87cf807dca3e9b42816e597de35b1a477fd57ef75 197 0.07 vMB 112
198,568 198,568 00000000000002f60553377d6eae8634b61556ff543ed25e67ed6b626e13ed6e 37 0.03 vMB 16
198,567 198,567 0000000000000118b48063b716394c39d001f47754f1f29efea2799d3a84c797 254 0.15 vMB 124
198,566 198,566 0000000000000067dbf68239732aa380f9c83e3d9a5d6c72be6c00a86cddfe23 41 0.03 vMB 11
198,565 198,565 00000000000004d9fb1ffd2e4d16a30e3cad1ff7651968dbbaaa117978e709e1 377 0.22 vMB 110
198,564 198,564 0000000000000414cd96a2df10dc83fb3cf4fa229ca5724b60454c4ece09630c 156 0.08 vMB 101
198,563 198,563 000000000000045caed35dddd32e6a53c59fa58370acaa6381e26947340627df 206 0.08 vMB 120
198,562 198,562 00000000000000ae39bf077288322497517989546edf1f067399b6a67635d932 105 0.06 vMB 77
198,561 198,561 0000000000000311283b1bcfec2e9c4a9b279b181857ff24285646a457c85b9c 526 0.21 vMB 159
198,560 198,560 00000000000002cd6af2369346ccabfed86db2b2cae9a1d870d89c270a2d8040 266 0.13 vMB 121
198,559 198,559 0000000000000417bbf4d7d024363e17a9ab27507d9bfd1e84134ac999e18726 153 0.05 vMB 253
198,558 198,558 000000000000026eb03ccb0e8f808222655594ba18a79e836fb0029ceb06bb67 137 0.05 vMB 111
198,557 198,557 0000000000000319f9535f7658cd5158e1f763376ec8dc8c1dc54f1b51f85dfa 128 0.06 vMB 79
198,556 198,556 000000000000058acff6fd2c5ed89d46e52db950ecd90cb7192d3ed1d609d284 118 0.06 vMB 102
198,555 198,555 00000000000002b5f0ca2422d4aad5690da7dfd7ea06c5df9ca8de0b690ed35c 157 0.08 vMB 148
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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