Loading Tool

Explorer IconExplorer

Memory Pool

34,786 transactions
25.70 vMB
0.06424177 BTC
Random Selection Loading Transactions
Max Size: 130.57/200 MB

Candidate Block

Mining Attempt e3c5412a556063bee7e56e69c1c3326d4944c4cd163b78e5af1e31ab1d1bb6cd
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root d6a13edf16e70d5fab5fbe9373edfd33f6b7d604646f33e5f46772b67415be9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,696
Size: 1.00 vMB
Total Fees: 0.01737817 BTC
Feerates: 150.62 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (620,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
294,090 294,090 00000000000000004d3804270ff891209ea9d41eec43d2098e3745c58168eaed 213 0.17/1.00 vMB 30
294,089 294,089 00000000000000002984f7b4e9576229ed0c44f2397a323c2938dd365f518ed5 256 0.10/1.00 vMB 44
294,088 294,088 0000000000000000823783ab67f16a455781f0db71eb9cda6020b91ae8c96653 196 0.15/1.00 vMB 12
294,087 294,087 000000000000000000b632d11725bd65d1878a85662497abfdc86b4c81d6e080 311 0.41/1.00 vMB 17
294,086 294,086 00000000000000004467c8289046559f8312291a975d12ac864246cfab721420 698 0.35/1.00 vMB 40
294,085 294,085 000000000000000028a7532aba92d039280f43a2fb62277d07928b1898871eea 1,271 0.50/1.00 vMB 42
294,084 294,084 000000000000000022869dd579e40eaced4a17524536681cdee8f26e07f91749 1 0.00/1.00 vMB 0
294,083 294,083 000000000000000017f7d0a003d471e9a47fb2aaa0a864536734763cbd7696df 270 0.15/1.00 vMB 36
294,082 294,082 000000000000000073a67bd8f462faaa3ea9f18dda19d44976ba718be9d442ed 493 0.45/1.00 vMB 26
294,081 294,081 000000000000000098a0c4f246f1ae15180faebfc6884609f80bc598ff196a6f 733 0.35/1.00 vMB 42
294,080 294,080 0000000000000000a572cac934187f3936a0721f0fcd6c10c184fe9a67bfd996 428 0.23/1.00 vMB 39
294,079 294,079 0000000000000000966a79f1ea4cfcbddbdec6ff999ccae607e45d24e748899b 288 0.17/1.00 vMB 29
294,078 294,078 00000000000000003a338a8de0afefdc9a5c4efbbedc8c8abee3e986aebdd05e 32 0.01/1.00 vMB 176
294,077 294,077 000000000000000046868cac46799f8ea5b28ab01096edf6ac806d1ecd686eed 197 0.10/1.00 vMB 38
294,076 294,076 000000000000000023598c4f2270d070fe39dbb703e8518c7cd05f311968f47b 185 0.16/1.00 vMB 24
294,075 294,075 0000000000000000a6ae0b562273e57ac60ad037254dfdf818530679a6d1c432 547 0.34/1.00 vMB 34
294,074 294,074 00000000000000007cba3834c3c9f4ad752705d324f9a6019781a326fb35373a 139 0.07/1.00 vMB 45
294,073 294,073 000000000000000018cfc8ad2ceb76a71bfa1ec94e301ba8ebf01b9060e2ecb6 48 0.03/1.00 vMB 64
294,072 294,072 000000000000000096a393eb56c87050fe23c420978faf96268029cc323ab664 91 0.06/1.00 vMB 27
294,071 294,071 0000000000000000856227472a51e923df9ea8435bf9c1b260eb80fe43757291 228 0.13/1.00 vMB 32
294,070 294,070 00000000000000003b661029ea4841c603dec1f39e1efc9787d4b2dc1f403475 131 0.09/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 638.82 GB
    • Received: 12.50 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.