Loading Tool

Explorer IconExplorer

Memory Pool

80,237 transactions
30.66 vMB
0.07242424 BTC
Random Selection Loading Transactions
Max Size: 186.53/200 MB

Candidate Block

Mining Attempt d56e925657360876df5cff9b7f2a8432ed34ddef122ef1d993437025f47270bf
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root daf2902747d6076a56cb3764d0e343abc03d0e57f3c8a69bb9e34ec311ec4510
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.00625874 BTC
Feerates: 49.17 > 0.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (243,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,931 671,931 0000000000000000000b240883281f04cfd895c41c6d64d0d7778d8086cf0b81 2,553 1.00/1.00 vMB 81
671,930 671,930 000000000000000000035f568669e4738b7957e5fe70d7570d61daba6d0d0c4d 2,781 1.00/1.00 vMB 80
671,929 671,929 0000000000000000000b5603d43d191d78918a0d7a7c485941a6f68619244d94 2,697 1.00/1.00 vMB 94
671,928 671,928 0000000000000000000848e6dbd5f39d884c5cabd17342afa9ced532198e0614 2,755 1.00/1.00 vMB 152
671,927 671,927 000000000000000000036e3f460c706301ff9747d1e437bc83406874b5b47b89 2,659 1.00/1.00 vMB 110
671,926 671,926 00000000000000000004ac44af3d939b7b3908cfd0cd02ed742291f237792505 2,326 1.00/1.00 vMB 91
671,925 671,925 000000000000000000079cc64ec4d4e007280ab8660a92c94a4c249d903b8afa 2,432 1.00/1.00 vMB 98
671,924 671,924 000000000000000000089de849dc1c7c0a37032b929a7cc02bc5eb1e3a50a180 2,349 1.00/1.00 vMB 116
671,923 671,923 000000000000000000067b2e21cd44e4d2bff6912518b7e50a21d786141c0fe1 1,684 1.00/1.00 vMB 125
671,922 671,922 00000000000000000001f8e2bc6c6097f2a3d9f3c6ce62cdc2f8c1d54151164e 1,467 1.00/1.00 vMB 105
671,921 671,921 00000000000000000000f0dab9fd63c9e149850eaf1d3522ac13441ef7e3b6ba 2,499 1.00/1.00 vMB 160
671,920 671,920 0000000000000000000aca1c079270b64fefc174cce1144e39374dae30a234c3 2,602 1.00/1.00 vMB 167
671,919 671,919 00000000000000000008f13b2002c61587defecb990034546735e894ead7a853 3,029 1.00/1.00 vMB 168
671,918 671,918 000000000000000000017aaab17dd33eca33e564d889a296324bd1c3fdf93dff 2,104 1.00/1.00 vMB 137
671,917 671,917 00000000000000000001744bf23ac2878b0cdb33087977f8200815ebe7869fb9 1,362 1.00/1.00 vMB 121
671,916 671,916 000000000000000000039f03a40e8620b517922a96373094417b1eb73ac70d82 2,818 1.00/1.00 vMB 93
671,915 671,915 0000000000000000000c451b41e3e96f3cc0f58c786f332fa2bfe8bc227fc217 2,916 1.00/1.00 vMB 98
671,914 671,914 000000000000000000010d9058487022e732af8e4398744aade5c16eeeccf148 2,613 1.00/1.00 vMB 146
671,913 671,913 0000000000000000000256f41b7a1786aef01547a9122447dc63363963964b50 2,532 1.00/1.00 vMB 86
671,912 671,912 0000000000000000000aeefbcd880f4c5b7efaae931f614be5ba81f2528a3944 2,123 1.00/1.00 vMB 93
671,911 671,911 00000000000000000000b130900a78c4e0855814c7dcf06c40314fc1a4cdedf6 2,127 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.71 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: 701.07 GB
    • Received: 16.62 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.