Loading Tool

Explorer IconExplorer

Memory Pool

66,943 transactions
30.53 vMB
0.07846881 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt b95ee7d38e57f37474db0b4571521b66c315e3f822adf8a8c719481157f41c7d
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 03e4d85be41dd0be54bc8875e3f1a3dadfc050c0cb68e38eac3b01c4928dc63f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,271
Size: 1.00 vMB
Total Fees: 0.01904150 BTC
Feerates: 150.93 > 1.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (332,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,859 582,859 0000000000000000001411a1a59e3a3208a98ae6e7400002ada9dcf8c59e6642 2,929 1.00/1.00 vMB 99
582,858 582,858 0000000000000000000cf2f976110db9060e480a9ef0eb4fbf392499b9722342 3,172 1.00/1.00 vMB 121
582,857 582,857 00000000000000000016b1250531dd3fdd710a645d29e0f15b23506e832791e4 2,516 1.00/1.00 vMB 160
582,856 582,856 00000000000000000012b113ebcbf76fea1d5da57d8df1f0d1e3136e1146aeea 2,550 1.00/1.00 vMB 138
582,855 582,855 0000000000000000001d93914908f2210e5b1aed11cce5d2f03bf7497bb25ec6 2,897 1.00/1.00 vMB 127
582,854 582,854 00000000000000000018582a8d31049afb24f008feff0ab07b67d6dadbdb9c73 2,609 1.00/1.00 vMB 127
582,853 582,853 0000000000000000000fab88e97eea1cf05ebbe0c72741f64da858bc530ba8f3 3,109 1.00/1.00 vMB 173
582,852 582,852 0000000000000000001fee56653ed284499bcb0e43fa4c409bd089d5c4f85d42 1,933 1.00/1.00 vMB 156
582,851 582,851 0000000000000000000b3b879e645c5604e057967a40f6273e8556335774b25b 3,058 1.00/1.00 vMB 184
582,850 582,850 0000000000000000000d28a132e82c7553dd939825d1253c082775d6bf712ae0 2,866 1.00/1.00 vMB 185
582,849 582,849 0000000000000000000aee9b0cc17f3afd92a1a4e8187d4ddb6b36d76ed42bed 2,395 1.00/1.00 vMB 204
582,848 582,848 0000000000000000000eaf01fce1ea25a64cce3dba6a287132fc3a491f13136c 2,790 1.00/1.00 vMB 221
582,847 582,847 00000000000000000021f753ba640c233857cfddfd991f00c1505c78149250d8 2,965 1.00/1.00 vMB 152
582,846 582,846 0000000000000000000343d574fcb19670d1d91a645e0ddbcafdb31ec097a7cf 2,984 1.00/1.00 vMB 137
582,845 582,845 0000000000000000000744f17941879a9302c57d4e9dd373b845275d6dc3988c 2,602 1.00/1.00 vMB 156
582,844 582,844 0000000000000000000c2484cd5feaacb16f37b75c203dcf088501a860cfcb4e 2,843 1.00/1.00 vMB 132
582,843 582,843 000000000000000000054e575b7f108d1768539272d970122732ba8ab25e98ec 2,177 1.00/1.00 vMB 152
582,842 582,842 000000000000000000130c3a14e2594cd3b8cf5b9740a745edbc93fb32e5bab5 3,016 1.00/1.00 vMB 170
582,841 582,841 000000000000000000063767ca88cb53e3d87c61a60b88fbdae63928a5dca52d 2,400 1.00/1.00 vMB 186
582,840 582,840 000000000000000000149135d45ed80b66eaf1c15056c80b0884be7766f3efba 2,887 1.00/1.00 vMB 161
582,839 582,839 0000000000000000002220cf65dcdd6aa8707f702aaea3838053e80f180f0bc0 2,933 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.