Loading Tool

Explorer IconExplorer

Memory Pool

38,685 transactions
28.28 vMB
0.07152853 BTC
Random Selection Loading Transactions
Max Size: 143.33/200 MB

Candidate Block

Mining Attempt 26fd695d5f1d7cf7d8240a958e7d8c6c49c02985f7e74497a034f5b8ca818f82
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root a35d5f8d13b593b96205c5c6110636e02a8b2038beb3783c6e20a0ba76056f40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,420
Size: 1.00 vMB
Total Fees: 0.01717411 BTC
Feerates: 150.93 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (674,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,974 239,974 0000000000000026b52ae40aef37179858c0acc6bb7c79ae0b7e73dc170d6bc0 618 0.25/1.00 vMB 192
239,973 239,973 0000000000000087451c5cba9cd618ebf885234893edbc36085e4a62ce141cd4 114 0.06/1.00 vMB 146
239,972 239,972 00000000000000ac998fc2175d0790e9e94e7cc914cdb00eb6a0b3c42ee090d2 440 0.23/1.00 vMB 173
239,971 239,971 00000000000000157cd947440402c4c773f2df79e9cc505ee6286fa5444ecbc8 248 0.15/1.00 vMB 104
239,970 239,970 00000000000000b31371edd3656af35ef5ddf71aab394ffbdbe14c06a0c9d3ad 733 0.25/1.00 vMB 286
239,969 239,969 000000000000001d34e5f0a926ca17d64b363f188be8d63aedbb6f9446a45deb 584 0.25/1.00 vMB 175
239,968 239,968 00000000000000a446dca50b1e169c6b433bb66d0cdeef99c8fd88e77a170216 179 0.10/1.00 vMB 94
239,967 239,967 000000000000006fc98b3c5832ff93c64185036890ddd583e0a2799b7ca8a405 703 0.25/1.00 vMB 227
239,966 239,966 00000000000000f5f6c88fe3c8c9b9511b52b059d5e6c569900bd1b8873196c1 20 0.01/1.00 vMB 157
239,965 239,965 00000000000000df9cec00abb444a751481af74e1fe69f58a1c8e071b930c5fd 265 0.11/1.00 vMB 219
239,964 239,964 00000000000000e30bdbe134f5f7a8fd429a48b2358bc331f4fe079600f457ad 352 0.19/1.00 vMB 164
239,963 239,963 0000000000000084d2254dc7701bf247c036422f864fcd5f741654218f026b55 256 0.09/1.00 vMB 245
239,962 239,962 00000000000000aba6169c784d78349cdf4e2dc0b19b2fc3c2db02b70b6a5fe7 71 0.18/1.00 vMB 34
239,961 239,961 000000000000000b815ab92f14785be3ab1d2f78659971f099fe130320c607f2 93 0.07/1.00 vMB 105
239,960 239,960 000000000000005023c88b4332e85582a7b381970775e559b3f0a08b418b45a5 710 0.29/1.00 vMB 188
239,959 239,959 000000000000002b33fcde220ad53d52a64adf569ab3d1e8d3768496b2d2b801 94 0.04/1.00 vMB 46
239,958 239,958 00000000000000eca1c7aa321b341edda05d0872cf2e46699cd6224b31aedaca 434 0.25/1.00 vMB 147
239,957 239,957 00000000000000b3855af6712a7b2bf2ac7103e81abf8ef695fbc5ae975d32d6 174 0.08/1.00 vMB 67
239,956 239,956 0000000000000033397afc22458196be4921d6e61b2476591e779fe44d44ae7b 293 0.22/1.00 vMB 60
239,955 239,955 0000000000000049b819d3c70be40e7bac906118f92fc70a3fe47f177e90d4ad 716 0.25/1.00 vMB 604
239,954 239,954 00000000000000bee901ddf3cc51943b22e0915ede7818131597c4f4cc5b3d13 1,263 0.79/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

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