Loading Tool

Explorer IconExplorer

Memory Pool

84,200 transactions
31.63 vMB
0.14080436 BTC
Random Selection Loading Transactions
Max Size: 188.92/200 MB

Candidate Block

Mining Attempt 10855177fb5bcdd23cc15b514502bc85d61e1d16a418e906edc4784a907a029e
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root f4cafe24ca8ff40d961ba0ce254df7d18a4a54c18070755796ecf0201d4f0efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,114
Size: 1.00 vMB
Total Fees: 0.03681279 BTC
Feerates: 55.77 > 3.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (707,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,766 207,766 00000000000002c44c463b8b75160a2cc77a848e011f9fcf472c0c44e08a9686 92 0.05/1.00 vMB 165
207,765 207,765 00000000000004473c57180128c7447262d8d3e6eaf69784f14b96574fafcc41 47 0.02/1.00 vMB 75
207,764 207,764 00000000000000bcd971a2134b410745e753148a407309d46e4574b19923a2e0 115 0.05/1.00 vMB 101
207,763 207,763 00000000000000060e631a0bcef60e0d41ed9140b22e10b8da6bb72e432e9eae 401 0.15/1.00 vMB 184
207,762 207,762 000000000000002d0981d33940071f22f5d84abc5afb96ceaae723d3b5a459d4 10 0.00/1.00 vMB 35
207,761 207,761 00000000000003ae71ae018773bfeac0a6ce8425ba90b61fdd5da5be2a5e6d7a 105 0.05/1.00 vMB 85
207,760 207,760 000000000000012336df9593abd393db396d9e50625138830cc09534605ac0a1 50 0.02/1.00 vMB 135
207,759 207,759 000000000000049d770b5d130be59e275e6e99eda0f3c085f641fb4efd3d2401 1 0.00/1.00 vMB 0
207,758 207,758 000000000000037c8a616fb06d271919668af554bb8bfb9a5c29a69b0d413c03 34 0.02/1.00 vMB 98
207,757 207,757 00000000000004edb1c7e1f681a1bb05bf99e619eae26b0b25df78067cb26835 24 0.01/1.00 vMB 117
207,756 207,756 00000000000002d3f2f8f7afce2d1d0ac62e71c2052df311b4de6671c4ccfa6d 311 0.14/1.00 vMB 174
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
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.