Loading Tool

Explorer IconExplorer

Memory Pool

82,659 transactions
30.45 vMB
0.09868389 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 6f1894e315133aa5c782ff5c3b0eb6ac687de5c0e7ed26944e878a0aa7e2d60d
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 414f4af42d3e62fcaa93bf11b8f267ab67fe0a7516ec17c2e63a1feb8c1a5b03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03509005 BTC
Feerates: 454.44 > 3.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (800,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,183 114,183 00000000000041c586119bf84b7a00c6f9d148aa0c09e11725f0bf5c37a008f6 9 0.00/1.00 vMB 650
114,182 114,182 00000000000065f4b9d83936094ef277f4d05182cb74cfac1beb7f832536a1be 10 0.00/1.00 vMB 0
114,181 114,181 000000000000a09df47ea4f79fbcda47b2185843e7497682121e3da450a03d21 8 0.00/1.00 vMB 0
114,180 114,180 0000000000009fccf8bdb68f80e92a0ac8b3d3b38542e203418f88d88d1fc263 8 0.00/1.00 vMB 615
114,179 114,179 000000000000ca341857cf87a70626e375c9a526fb678471eefab8f9e508b643 9 0.00/1.00 vMB 0
114,178 114,178 000000000000a874d2faca90832e0e03fbb3a3f4c7c3e49bb1b530bca4f184a1 10 0.00/1.00 vMB 0
114,177 114,177 000000000000203a6243256a84f41cfe597e6bc2a942de4948c382dec3d75e0d 8 0.00/1.00 vMB 314
114,176 114,176 0000000000002dfae62795a441593b6e9902cb11e105097f7f3fce6c1dcfcbf4 18 0.01/1.00 vMB 874
114,175 114,175 000000000000659e3148bb3a83f79fa8b28b3f21f129c0402d0348155bf254db 14 0.00/1.00 vMB 0
114,174 114,174 0000000000000fc39cd51cfb3c67acfccc1e2e0724a32aa94ed74e33d4b4278f 6 0.00/1.00 vMB 0
114,173 114,173 000000000000036e082320118957da20ed15adf59fe63d14ffbd8a6944057b1f 14 0.00/1.00 vMB 0
114,172 114,172 00000000000040ca7b54d83a2bd23477850d3fee62339903fac613455aba7419 11 0.00/1.00 vMB 1,006
114,171 114,171 00000000000047ec7b923639dec2f335e05e7e8582805ecf49e33bc8ad14030e 10 0.01/1.00 vMB 243
114,170 114,170 000000000000a5d1895e02880b5ddf07f059ffb17ecc34cec1bd04c100e72e99 151 0.04/1.00 vMB 27
114,169 114,169 00000000000017f9308b1566deebe62b54d966e500fd2690df47cb33ed162bd2 11 0.00/1.00 vMB 0
114,168 114,168 000000000000d6eaead5e2ff7824528c5d0b2cdfc2cf2e5fd3c6488a8baab40a 10 0.00/1.00 vMB 0
114,167 114,167 0000000000007c9d10e1d49020e387dd32e29e43020528b1a337854e1c415d90 35 0.01/1.00 vMB 96
114,166 114,166 0000000000002435fd0f7f2e6845cc5b6b780d74888ac4bf7bb7d21768efa2ba 3 0.00/1.00 vMB 3,868
114,165 114,165 000000000000287f4bc25fd5fb343741c58a2f4b6b776c65f015031d5ae63b66 11 0.00/1.00 vMB 339
114,164 114,164 0000000000000d37934c84680ead3ba2bb57abf19bc65cdfc217e3a13b2dfe94 11 0.00/1.00 vMB 0
114,163 114,163 0000000000003400a59dc96733799750e35664d4ddffda60a6779746575117ba 154 0.04/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.