Loading Tool

Explorer IconExplorer

Memory Pool

82,232 transactions
30.53 vMB
0.13339808 BTC
Random Selection Loading Transactions
Max Size: 183.95/200 MB

Candidate Block

Mining Attempt d2b1e3a4b97892e35a32cab1f38e07e40387230ec05d2c21af66012370640bac
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root ace409cfa4e9289d25dd16f400479fd349909ad906d51d3d57ce3c0297a31f4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.06998323 BTC
Feerates: 203.60 > 7.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (510,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,884 404,884 000000000000000004465fa7a4d15c74fd4576ddb615dc93d6f1ff69b62c639e 283 1.00/1.00 vMB 52
404,883 404,883 00000000000000000646534f67cda6925c7b2f736ee0d676e78814a2a119eea1 2,127 1.00/1.00 vMB 83
404,882 404,882 00000000000000000478021e571eee480fb8b55c05a88e4cf9e1b9015175792e 589 1.00/1.00 vMB 13
404,881 404,881 00000000000000000013e742a1173306d7abe2e441605c93c6b68f603b42bafe 758 1.00/1.00 vMB 17
404,880 404,880 000000000000000004f2a398760b53771946e46d3150bc2d8b01549d4aa1a464 1,251 1.00/1.00 vMB 21
404,879 404,879 000000000000000003dd337ac11d794cd241f201d57c4bfc425c3303b185cab3 1,847 0.99/1.00 vMB 31
404,878 404,878 00000000000000000002dcac49aef05e01233c7a4e26bcfdf30cd0078ece1bdb 1,823 1.00/1.00 vMB 53
404,877 404,877 000000000000000004cca4bd48fddb27b02d86d566c20ad9a61fc195eb718d41 589 0.99/1.00 vMB 52
404,876 404,876 00000000000000000573d3f05e4e5eb42ef3e29416434132efc1a2d0cb933615 1,325 1.00/1.00 vMB 69
404,875 404,875 0000000000000000056d5a72e7ba0c42c4a848ce0df652b96d23c93b906a4aa6 1,980 1.00/1.00 vMB 42
404,874 404,874 0000000000000000018a440437d43283bf2f3c0c3d0fac002fe2da4ab3e59864 454 1.00/1.00 vMB 58
404,873 404,873 0000000000000000025ec09e99bae3f14ed5f9d19ca9d2af03695765feaa01db 1,054 0.92/1.00 vMB 72
404,872 404,872 0000000000000000039c116628fec3be2c5c0844c74cb7dc7f6835d14bf854c6 1,003 0.99/1.00 vMB 24
404,871 404,871 00000000000000000528b0d2df26c8d066c0d4d17c55aaab8983174f95d39c11 1,159 1.00/1.00 vMB 21
404,870 404,870 0000000000000000043cb2c66abe6b478ea5698821a7f3b7052fabfa6c42486c 1,320 1.00/1.00 vMB 28
404,869 404,869 000000000000000003e7ed04a74d23ada3a094c9570398ab108ec9224a29953f 1,611 0.93/1.00 vMB 37
404,868 404,868 000000000000000001728af3e956cac7a21c6f45271e7ad46fe58af093a36790 2,504 1.00/1.00 vMB 49
404,867 404,867 000000000000000005cdb5c461c3282dc15faac1087e1c78dd3aed59bfef570a 1,493 0.93/1.00 vMB 24
404,866 404,866 0000000000000000050775220a74a6ac2b340dd5addfe4df285613c7a41566f9 2,386 1.00/1.00 vMB 57
404,865 404,865 000000000000000001425db5ad60ee566275e8e777c0e1508ad85b4a02909d04 979 0.90/1.00 vMB 76
404,864 404,864 000000000000000001b5172f4e5e1b780032e8929c6e56619f4ff8979ac6d5da 1,667 0.93/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.34 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: 661.30 GB
    • Received: 14.80 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.