Loading Tool

Explorer IconExplorer

Memory Pool

35,340 transactions
25.94 vMB
0.06916302 BTC
Random Selection Loading Transactions
Max Size: 131.88/200 MB

Candidate Block

Mining Attempt e42b7066c494ec92715d00fa23a2497cf678ecc9acf4ea0188858401cf2eb5d7
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root c4f5e52a5b1383fc77d3b7b1688754c7878a9d6e1d8cd0d01881c2d0d00246b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.02154560 BTC
Feerates: 250.88 > 2.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (128,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,243 786,243 000000000000000000019bedf2338db6b64b298ad5889cf0965134f5628f746c 2,400 1.00/1.00 vMB 20
786,242 786,242 000000000000000000035564e62608cf9fed3e66a16d7a1c5e7f68c4a5c7f6e6 3,117 1.00/1.00 vMB 22
786,241 786,241 0000000000000000000106acfe07178ea478108b0674ee1dde496b6ccadccbfb 2,694 1.00/1.00 vMB 20
786,240 786,240 00000000000000000004347b2042440453c912abdab88bdeafaeb105ac076f91 2,642 1.00/1.00 vMB 14
786,239 786,239 0000000000000000000060df647feb8b98f0b5e7ce312c35101bd5c6de001fcc 3,605 1.00/1.00 vMB 19
786,238 786,238 00000000000000000005513b9eabee0649bd7011b8e8e6aeac79eaa310af5c02 4,573 1.00/1.00 vMB 22
786,237 786,237 00000000000000000004ce00c12f0d3538c152cc135710380890d142c4b5a0dc 2,694 1.00/1.00 vMB 30
786,236 786,236 0000000000000000000455c5f22e3007e7782ff2f8e241f15ef6212da16cae76 2,650 1.00/1.00 vMB 10
786,235 786,235 000000000000000000020cc77095e79376f7aa3f79cdb2d565bf3d1edcb30e0b 1,181 1.00/1.00 vMB 14
786,234 786,234 00000000000000000004c9e62751d95c74a46aba95044fdd1c7585252454b380 2,008 1.00/1.00 vMB 21
786,233 786,233 000000000000000000044b65b83661a560510ebf0a471d594252877a34235696 2,825 1.00/1.00 vMB 11
786,232 786,232 000000000000000000043991ec7c4cfe2976b479ed6c3caf365d02e195fc34c7 781 0.49/1.00 vMB 2
786,231 786,231 00000000000000000004933ac7cee69ab60119b7ad66fa757f34fb389f047d9b 1,763 1.00/1.00 vMB 10
786,230 786,230 000000000000000000030307c482512761c4b3bbbacf947ef10f443a4f829b55 1,384 1.00/1.00 vMB 6
786,229 786,229 00000000000000000004beb3c070c21612747b2426b31fc16285a5646b59f214 1,921 1.00/1.00 vMB 9
786,228 786,228 0000000000000000000117611644f2311e325f9e58a02ccf2b4bb8e7a85f0aea 2,559 1.00/1.00 vMB 9
786,227 786,227 000000000000000000007ab9bada5fb69e8a3f3fe7e7034f5485a2a1a082da17 1,819 1.00/1.00 vMB 13
786,226 786,226 00000000000000000005aa7542635461f44fb902a4bad2b52c61f0dab9fa79b9 2,832 1.00/1.00 vMB 16
786,225 786,225 000000000000000000043e98a0a462c90ef1f26bad5519927991d55c6b935c69 516 1.00/1.00 vMB 3
786,224 786,224 0000000000000000000382c1c46de0f9ec852ed2d91b048281c91b83a54186f5 2,058 1.00/1.00 vMB 6
786,223 786,223 00000000000000000001339ad7abd179caa74dea2f0011b5d741adb487a8eb8d 2,489 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.