Loading Tool

Explorer IconExplorer

Memory Pool

43,169 transactions
29.09 vMB
0.09172151 BTC
Random Selection Loading Transactions
Max Size: 148.85/200 MB

Candidate Block

Mining Attempt c63b54754d371850b919451f3cc3f5e03281991f91966d2f849052a2fe9c3ece
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 9216822f5bdd7fbc81eff1ab4f966a41e2aa8581d3acc8c6ff2dc3cead51c2a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,204
Size: 1.00 vMB
Total Fees: 0.03326605 BTC
Feerates: 88.27 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (311,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,657 602,657 00000000000000000013e8b878265ab719cab18fce64d8d83af7337b2a44d0c1 2,962 1.00/1.00 vMB 29
602,656 602,656 00000000000000000004823c5f3e4546f3ed84f7578753c39ec356e7d0b0dc95 692 0.18/1.00 vMB 22
602,655 602,655 00000000000000000010aca461e5f1b7895d83a2bc04387710f83d5fd425b847 1,542 0.42/1.00 vMB 23
602,654 602,654 0000000000000000000069c962af22482abaf7877001f970b81b1cbc792f29b5 422 0.21/1.00 vMB 32
602,653 602,653 000000000000000000044e898e242c1406cbd5c97ba103ba48301898c3045fea 2,562 0.68/1.00 vMB 16
602,652 602,652 00000000000000000004e7ddf2695d10d0d82019d529bc478d0db2487397e993 2,735 1.00/1.00 vMB 36
602,651 602,651 000000000000000000131b7ea9755092316e7825395b6acfefaf7c9314d33158 2,493 0.71/1.00 vMB 23
602,650 602,650 0000000000000000000fc735f8b0fdf68eacf3e4914110e0bbf515f7e7bf8675 2,882 0.88/1.00 vMB 23
602,649 602,649 00000000000000000008647bf3adffc88909838e32b9543d77086fb8dc6e40a5 2,563 0.80/1.00 vMB 25
602,648 602,648 000000000000000000118783285d0a5bc749182d3939e3d0a73b12f5b727e976 2,293 0.73/1.00 vMB 12
602,647 602,647 00000000000000000010de9efeb9d34758cdd2da0fbd4da5bfc41d967774b8e6 2,807 1.00/1.00 vMB 38
602,646 602,646 00000000000000000002d98001a3835adb7991cc0ef93a42e530fd16da629dca 2,810 0.87/1.00 vMB 26
602,645 602,645 00000000000000000008ce70df732ec00660a266dc7b093fbcc7d9062f8cda90 2,634 0.86/1.00 vMB 24
602,644 602,644 000000000000000000135f58529191b649d95971022f54ed263ab259a40b12c0 1,291 0.64/1.00 vMB 6
602,643 602,643 00000000000000000001789fc892afc8e2b930897d76a02f0a32157028637144 1,455 1.00/1.00 vMB 3
602,642 602,642 0000000000000000000793d4bfe3b4e8c85ae26e492f19603379909d1f092906 2,535 1.00/1.00 vMB 29
602,641 602,641 000000000000000000013061f410d1e5a7527d95c9db0fbe7c5cc31aee9c699e 2,401 1.00/1.00 vMB 23
602,640 602,640 00000000000000000010c84e31ed6572fb23519b69ab8b91c5f19854527d2505 2,878 1.00/1.00 vMB 42
602,639 602,639 00000000000000000007f25efce017d130be924c6eb451d67e4a0019df4e27a6 2,298 1.00/1.00 vMB 14
602,638 602,638 00000000000000000010257c1d036eb661ffe07d23f7c95e1d350052c8038eb4 3,090 1.00/1.00 vMB 23
602,637 602,637 00000000000000000004a5d52c482b36aefb3579bb253af004d9d359e2f01608 2,513 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.