Loading Tool

Explorer IconExplorer

Memory Pool

75,007 transactions
27.63 vMB
0.07383060 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt 67d014aecdbde7fa50bf02860c9215fe970f08a7ec27eab7684e8ca9e27ee8a2
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9d3c1073248a1470783fe79191c8f963796a2c484470e58a5710d9da266687ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,389
Size: 1.00 vMB
Total Fees: 0.01480892 BTC
Feerates: 80.55 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (133,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,409 781,409 0000000000000000000016650541e2a2e0402cea8b37cac012c00a0c5c39954a 3,043 1.00/1.00 vMB 26
781,408 781,408 000000000000000000026b2546272902a04060b3c9039adb11d379aaf0242c44 899 1.00/1.00 vMB 9
781,407 781,407 000000000000000000055f7f6600c5b23f4170850ecd99f632e76ceee62ade9d 2,409 1.00/1.00 vMB 21
781,406 781,406 0000000000000000000601dda55643d7075634e817e0fd2378aa719a26193bcf 1,773 1.00/1.00 vMB 14
781,405 781,405 0000000000000000000444975aebad7e1e7e5bc5a10b606d81b4d039bc65dc35 1,443 1.00/1.00 vMB 12
781,404 781,404 000000000000000000002132d8154a224e3adfbfa9f7e0020c0438ffcd87c9cb 1,006 1.00/1.00 vMB 10
781,403 781,403 00000000000000000003bfe816f6f2d99c5e9fe31954169d74365fc25cbb1947 3,043 1.00/1.00 vMB 26
781,402 781,402 00000000000000000006056174d04aa50e7b6e28d5f9be39b0322144c5f6e0a2 609 1.00/1.00 vMB 7
781,401 781,401 00000000000000000001c27e34cbd81fd1afee251f29367a4fd8a8ca6113109b 832 1.00/1.00 vMB 4
781,400 781,400 000000000000000000008e1b0c112c341c46a1c26ae69073f7d7a34d8f78f756 2,021 1.00/1.00 vMB 13
781,399 781,399 00000000000000000002925e3f556a8b0d284deff91f8cfb48abdcf68bf5774a 2,803 1.00/1.00 vMB 25
781,398 781,398 00000000000000000004cf7e049e90d24d5d55da1a4cf320a38af10ca9c16181 2,323 1.00/1.00 vMB 15
781,397 781,397 00000000000000000000993d88a50ca3430041e14a7e35e396cfcf397f348537 2,636 1.00/1.00 vMB 29
781,396 781,396 0000000000000000000214d8a18eebb0c40d1efe043e2fbb1d9eeee4125e74f9 1,681 1.00/1.00 vMB 22
781,395 781,395 00000000000000000002ecb05e05b8c35de6dd38d4476e05abce97cd9e51373a 2,184 1.00/1.00 vMB 40
781,394 781,394 00000000000000000003149b4b2521043fcb23b22ef19dcbbfcf1f5820d2c10c 2,594 1.00/1.00 vMB 21
781,393 781,393 00000000000000000000bfc9bb2cd6f079932aefcf776c1f1f48b49d164ad0e6 969 1.00/1.00 vMB 11
781,392 781,392 00000000000000000006671ae4d9fb4bbb19d71463697e05c3c32750f0db28fb 1,972 1.00/1.00 vMB 16
781,391 781,391 000000000000000000041d8fe667e403a806faadf4604bc1861b901fe291f61e 2,865 1.00/1.00 vMB 21
781,390 781,390 00000000000000000004da871351c425858764c4cb77763f1c9b02c9a7abd4ce 1,023 1.00/1.00 vMB 8
781,389 781,389 00000000000000000000e35c829a019c64e31f90c4f1ea4f2ef232fbea215374 1,259 1.00/1.00 vMB 11
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: 712.00 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.