Loading Tool

Explorer IconExplorer

Memory Pool

80,835 transactions
29.92 vMB
0.09135317 BTC
Random Selection Loading Transactions
Max Size: 181.57/200 MB

Candidate Block

Mining Attempt a479892575e9dae2d9fdfd3f282ac812b63059420bc0f49fbec98af588537e43
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root d5074798f82d46dfd8448921b77417bfabb2ce5e26422b639c463f1e8e435410
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,016
Size: 1.00 vMB
Total Fees: 0.02312208 BTC
Feerates: 61.00 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (707,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,755 207,755 00000000000002ce6a32a66555f61fe9aeae54ecea948dd8fa11ad9c8cc39035 9 0.00/1.00 vMB 141
207,754 207,754 000000000000046420222b41bf2eeb68c85a6b4420bbd926674e004afa0c7171 177 0.05/1.00 vMB 33
207,753 207,753 00000000000003ec4a9ff0114c0bd45ad1fd7173a523428c0896ede9a0d3f6a9 115 0.04/1.00 vMB 161
207,752 207,752 00000000000004372e9f591ca3d3f241666cb92aa432fb869b0b5517c2a375be 70 0.04/1.00 vMB 142
207,751 207,751 00000000000000af23ae4d4b0914d3816784f1ac9fff932302bcaa286e56a8b9 48 0.02/1.00 vMB 151
207,750 207,750 00000000000003fdacf4cdfe2f5bab3fa1f72dc12f26635366b85e7fbc736f03 13 0.00/1.00 vMB 32
207,749 207,749 00000000000003a0f50e78806a0860ddcf4a668621614d192b88ef3b74f1e278 204 0.07/1.00 vMB 189
207,748 207,748 00000000000002bc08024bc3e78cb6076a3b36da439d28008a3f832b15604a7d 161 0.08/1.00 vMB 124
207,747 207,747 000000000000043e40d0aec70f1b8d07d9f396b2e3350ffee69cd894fe5452c1 318 0.13/1.00 vMB 218
207,746 207,746 00000000000000da3c98b363dd241e8047ff1b6095c6ffd23d83e5a7ac01dff2 289 0.14/1.00 vMB 167
207,745 207,745 00000000000002c3a518ffbac2b67ae7219b00e48fe85d2d7d257ef1547ba4f9 112 0.04/1.00 vMB 70
207,744 207,744 00000000000002e3642eae49897f4e23b7a62e7ba276171a09999ff2b2d54030 330 0.25/1.00 vMB 130
207,743 207,743 00000000000003ead158a565c09deafff4c98c35b70797d7e862e4d056ee3883 129 0.06/1.00 vMB 158
207,742 207,742 00000000000003a7f4493757c758310d8eb4326548d4872b63a42bcff0b47440 47 0.04/1.00 vMB 86
207,741 207,741 00000000000000f1337ff24ef4a2e8eb0b2fc6c22969bde4aa0339f262e5b244 88 0.03/1.00 vMB 3
207,740 207,740 000000000000021b2d3327d47cd55dca93385a1600b6ec594a8fa03923cff22d 297 0.12/1.00 vMB 195
207,739 207,739 0000000000000083cc846bd2f6106a709d420e0958f7d56230c8bf5b3b269278 186 0.11/1.00 vMB 119
207,738 207,738 000000000000039819c044d382b4b7799c6af5f91614f066aa7382637620e001 11 0.00/1.00 vMB 0
207,737 207,737 00000000000000d610f51a039b98887c920e6b65b661a6e39670df8ba2d7ee71 790 0.30/1.00 vMB 236
207,736 207,736 00000000000002ccc2320e86ae4c881d9e791ff6b4accc3c2d78dfe5758406d2 53 0.02/1.00 vMB 163
207,735 207,735 00000000000000dde1caba4670038e8a2829aa23b10575085a5ea4477bfbf6b1 56 0.03/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.61 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: 671.90 GB
    • Received: 16.05 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.