Loading Tool

Explorer IconExplorer

Memory Pool

84,595 transactions
32.10 vMB
0.09870400 BTC
Random Selection Loading Transactions
Max Size: 195.30/200 MB

Candidate Block

Mining Attempt ae338fcf2e9126f5dbcd3cadc956e2bd494c5a067bd9b2fb1bb305b90a1a04a6
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root bbd9c5dfc1d9c5d927bef40d9aa05b9a734fd2cdda9cd717f1d79a8b8ae78a0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02748794 BTC
Feerates: 179.53 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (479,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,988 435,988 00000000000000000036bb0e6caa6baa4681c61d79fa7117df93ff4b1757b672 2,468 1.00/1.00 vMB 65
435,987 435,987 000000000000000000ccc66e3cdc739408e705f001089b65a8a9d66e25bc7032 1,205 1.00/1.00 vMB 97
435,986 435,986 000000000000000002fcb80b7a6c369f3035318567367ca4ff7124970606a3f3 1,616 1.00/1.00 vMB 87
435,985 435,985 00000000000000000271599d937a794cc88594a10b5afb91ceba9883da53faba 2,184 1.00/1.00 vMB 73
435,984 435,984 00000000000000000315fe31394ddf8cfbd3b0096378282b62b04780c8dded49 938 0.93/1.00 vMB 95
435,983 435,983 0000000000000000027158e549b7a97c7dbed6df5fb088d0e3daddbf39dee4f6 588 1.00/1.00 vMB 100
435,982 435,982 000000000000000000f1a2adce1e1bd00fc88036019100ac5ebe2c97794d6c83 793 1.00/1.00 vMB 105
435,981 435,981 000000000000000002eb076392586c5b034ba3826ff6adb459bc57db4191943e 1 0.00/1.00 vMB 0
435,980 435,980 000000000000000001845c0f68f2af38dccf3400280e1e4e6c17e5fa956f2b3d 1,855 1.00/1.00 vMB 106
435,979 435,979 0000000000000000028a1cd8fe652323c266acb76f61368ba4bf3f3d39dbaa4b 627 1.00/1.00 vMB 96
435,978 435,978 000000000000000000912c0f184f29f6711782105e12b29903006b17d40c8dea 1,439 1.00/1.00 vMB 121
435,977 435,977 000000000000000001ff89eea514f9ff599bde9f39d71cda65472f9cff2e451c 894 1.00/1.00 vMB 101
435,976 435,976 000000000000000000e594012ed9d8949395250a18fe1ff85cd9ede892366555 1,266 1.00/1.00 vMB 100
435,975 435,975 0000000000000000011de5654a88b702264640577ecf6db0a860fa7934e5eea5 1,084 1.00/1.00 vMB 95
435,974 435,974 000000000000000001200c5fcdd8cd18151930901b78cfe7d313bd7ff6cbf7e3 866 1.00/1.00 vMB 124
435,973 435,973 000000000000000001ebcb5e1d79884b99d942ad07c96c669deb3c39c0dad627 1,942 0.99/1.00 vMB 51
435,972 435,972 000000000000000003485a19ddb6d1ccc952b7542838c707d7a4db031b7279cb 1,422 1.00/1.00 vMB 83
435,971 435,971 00000000000000000036e3828edb6c8df156c4d7b63dc1d875049fb2d0e1cfcf 2,215 1.00/1.00 vMB 73
435,970 435,970 0000000000000000012fc34dbfb33be2fd2941eff8ce31bc0d8ecbfb90523a52 2,145 1.00/1.00 vMB 74
435,969 435,969 000000000000000000cc530cadbeb02f52a027ead7d014f128f15c0f719a9ab5 1,905 1.00/1.00 vMB 69
435,968 435,968 000000000000000001d3e2eb2fe873e18be56a2d6d7a1b970c273cfa0dcaf5e7 1,389 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.75 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: 708.92 GB
    • Received: 16.78 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.