Loading Tool

Explorer IconExplorer

Memory Pool

73,571 transactions
27.20 vMB
0.06274933 BTC
Random Selection Loading Transactions
Max Size: 166.17/200 MB

Candidate Block

Mining Attempt a517cbf2d9d72ee6a7aa75be458c4cf93c1551d06d710ec08913fb24d6c55f64
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 12b0296f25c3e95df89943801cd2aaa0b267ed50947fb4b82a377face51d4fbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.00496032 BTC
Feerates: 73.20 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (470,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,867 444,867 000000000000000002bd0d0f99a0d1d8b8328dd31b9c71ebc0935863236fe1f0 382 0.12/1.00 vMB 147
444,866 444,866 00000000000000000248dcc94c5ddc741f9ec7c7b014fc3f75fa7f26219230b4 2,165 1.00/1.00 vMB 81
444,865 444,865 0000000000000000001568f017df339ef2a8532fbea8513b2c09cd9ae5700f1a 407 0.29/1.00 vMB 54
444,864 444,864 000000000000000000cbcd286aefaaf2adf5a7eaef55d93e6c3d78ffc72a3e99 2,284 1.00/1.00 vMB 86
444,863 444,863 000000000000000000f148cab56fac89d1b253564e4b72a7d3b9c527c95f6853 659 0.31/1.00 vMB 71
444,862 444,862 00000000000000000206bbbe331ca47cd32c11b9c05964d0e48fad94d7f17ef8 514 0.99/1.00 vMB 19
444,861 444,861 000000000000000002d41f9a6b3dca83a48cf1d0f84a2135d648ce2ce6d22440 1,073 1.00/1.00 vMB 22
444,860 444,860 00000000000000000076117bbbea9d5e24a8fd8424ec2c06bdd9123e1719b1ba 1,720 1.00/1.00 vMB 43
444,859 444,859 0000000000000000023919450c370ecc0e0958a6cd41886ae83c215fe3577f9a 1,915 1.00/1.00 vMB 59
444,858 444,858 000000000000000002fbd34ad94d222f815ccb2481aa1cc24581b3e1fe35a198 2,212 1.00/1.00 vMB 72
444,857 444,857 00000000000000000266a9006c3c843ba796e0ea5a4b915dbcaf9cdcc04f9bda 2,965 1.00/1.00 vMB 104
444,856 444,856 000000000000000000e906251f295c54b5f30585219e1fa63d6715d5d5a734f3 1,857 0.93/1.00 vMB 58
444,855 444,855 000000000000000002b0cef3e006fdd636ea38bb674cfac0899a708915467aad 2,334 1.00/1.00 vMB 73
444,854 444,854 000000000000000001cfb075197b63d9ea4b4644208898994a0e66e2fe1988ee 2,078 1.00/1.00 vMB 87
444,853 444,853 000000000000000000b8c6eb545c7d5639711236cc0d34e49b27950dafe478b8 2,113 1.00/1.00 vMB 71
444,852 444,852 000000000000000000ac4ced2c7be7d28bf69198d0731ef75e1e3990bdca7c03 1,996 1.00/1.00 vMB 71
444,851 444,851 000000000000000000be4b642ee2a374eeedf3e38a4c069ba0c4e25c0361f1e5 1,912 1.00/1.00 vMB 69
444,850 444,850 000000000000000002c2745f594a055fe98a91c290311ee243bcf98ff6b4b430 1,487 1.00/1.00 vMB 120
444,849 444,849 000000000000000001d990b7e8dd0a9f81c85bddd19f82604a234990ab393286 2,207 1.00/1.00 vMB 74
444,848 444,848 000000000000000002eab82ba2dc12718e1168b6138734cbee8104b01e5cdac1 2,797 1.00/1.00 vMB 72
444,847 444,847 000000000000000000316439e0ce7218a12c38cb0f506112c0c7634186afae0c 1,565 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.84 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: 711.99 GB
    • Received: 17.15 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.