Loading Tool

Explorer IconExplorer

Memory Pool

27,717 transactions
27.62 vMB
0.07180403 BTC
Random Selection Loading Transactions
Max Size: 132.67/200 MB

Candidate Block

Mining Attempt 8625ecdc72eeaf41da6b86c6245e5cd6358bb446cfbb189ced306b5f2c5c4833
Version 20000000
Previous Block 000000000000000000014e79d01dbb2c534e8fbebfd9b049c29481e4f0d4235d
Merkle Root a05b39a65ae2917653ec8436b1d8c5fde0ce0b81d9a0b790d1318fb26d2fbbd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.01930666 BTC
Feerates: 151.12 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,502 (815,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,142 99,142 00000000000408e1dbad49b0e92f94c89a98615594f56702b261dc45ab2e8034 4 0.00/1.00 vMB 0
99,141 99,141 00000000000032a7bd8292c3c8f59291d9f3a92fbe5805306e9abf50b1a53533 1 0.00/1.00 vMB 0
99,140 99,140 000000000002c7ce2b60d6ae3afd08ce191575c32cc5297b0db6264e9eda09e8 3 0.00/1.00 vMB 0
99,139 99,139 00000000000444eca7592f7821143a249412b3d4201caf850c97ea7a94d4093b 4 0.00/1.00 vMB 0
99,138 99,138 000000000003f3dba7be2e90e5508097821387a701c2c0dbd84b09f89463defd 3 0.00/1.00 vMB 0
99,137 99,137 0000000000033dccdfe83f5695ffd9c8452cc34d6aae907f29a881a8a270731a 1 0.00/1.00 vMB 0
99,136 99,136 000000000000a5c8c2831007045af905bb3e4cbc045c648fbc5c1f54e7638b51 2 0.00/1.00 vMB 0
99,135 99,135 00000000000357d25d3f85bbee0f0522f9c838504e539aed4c2f44cb6125194e 1 0.00/1.00 vMB 0
99,134 99,134 000000000001625ad5ccf61277fc7a6265fcd6d61745eca9bc5089c769c25b62 1 0.00/1.00 vMB 0
99,133 99,133 000000000002e3f7939e8916d433e9548b5146112d024e0dc69006c7e60317bb 5 0.00/1.00 vMB 0
99,132 99,132 000000000001aabc593de185003d2368927d587e764ff9a716205eb17663b963 6 0.00/1.00 vMB 0
99,131 99,131 00000000000247116d387b0c659a11d1230d964b6a7565610c9151be329419fc 1 0.00/1.00 vMB 0
99,130 99,130 000000000001b24c1be1b344bdcf76687a1949159ad65cdb9570602d481b22a2 7 0.00/1.00 vMB 0
99,129 99,129 0000000000043717fa0bb422afd084914f432f40618c3e1718f694a7d941b16e 1 0.00/1.00 vMB 0
99,128 99,128 000000000003193bdee37b28a266ec1fab2b30690dffd10c1130d3998e68263c 2 0.00/1.00 vMB 0
99,127 99,127 0000000000001b3f635c81617345305b1eca7dd0c5990f614d914692e711c7b1 1 0.00/1.00 vMB 0
99,126 99,126 000000000000a8c26472eb28d57236a2cc5f44356cad740760809a0f432057ce 2 0.00/1.00 vMB 0
99,125 99,125 000000000001badeeee2349cbcbbb757ec183a67e3c6dc05a4c62faaef3deb3c 1 0.00/1.00 vMB 0
99,124 99,124 0000000000046a2eb0846dee8ddcc7a8ae9a031da4561ac617d8f80b28f80c8e 3 0.00/1.00 vMB 0
99,123 99,123 000000000000c7320f5969066c9c68c1868469616753fe5f25fafa691a2ccd37 4 0.00/1.00 vMB 0
99,122 99,122 000000000000f1af44c359c92bbcbdfbe09dfb81da20256b3e941ce5ca3e8bec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 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: 612.39 GB
    • Received: 10.99 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.