Loading Tool

Explorer IconExplorer

Memory Pool

98,049 transactions
25.73 vMB
0.07464028 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt 06c52813a7aa89cbe0913523526ec8501a82645c76939573c7992b1453db55f2
Version 20000000
Previous Block 00000000000000000000440dc3f8ded607f9ec6383bf60daeb19903d251e58dc
Merkle Root 50b42dd94b99196bc145f339f4ece7690da4621c6b49eab7e0f8ee694e47f3d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,168
Size: 1.00 vMB
Total Fees: 0.01308681 BTC
Feerates: 201.37 > 1.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,063 (864,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,129 51,129 000000001c5000ac06e17bece6d0670cdc133405016954d853f4bfbed14835f2 1 0.00/1.00 vMB 0
51,128 51,128 0000000007f9d048061a44284beb9952f4287df8c362d7ab3f4d56af725c7bfa 1 0.00/1.00 vMB 0
51,127 51,127 0000000006ccfca560ff291c20e33355266e019eeb13f5d08317898e3e724c5c 1 0.00/1.00 vMB 0
51,126 51,126 0000000005ed857e8ee7b93be4f3478b46619244119b174440b373847af0f8a7 1 0.00/1.00 vMB 0
51,125 51,125 000000000dda670c652e5a5e56106d1e65af0fe579688ac921e0997a89f67118 1 0.00/1.00 vMB 0
51,124 51,124 000000001a8571e30e8eec23557253c6b852bffc11d7bf8af749f1fba6db7519 1 0.00/1.00 vMB 0
51,123 51,123 000000001b7a2bd9db18b4b1c04c38a3475aa30058c04ec714ce60b8a79e5692 1 0.00/1.00 vMB 0
51,122 51,122 0000000009e9c5cee4a19c5aafbc569b1aee232fb180607d1285cc105a62f485 1 0.00/1.00 vMB 0
51,121 51,121 0000000017f7fec07bc3650d3894f4c2b1f000ad04743ffb4fc963148d33b438 1 0.00/1.00 vMB 0
51,120 51,120 0000000016887cf454e96c83b6c978b50475a9ded3cdc14482a101ba0527b361 1 0.00/1.00 vMB 0
51,119 51,119 00000000070dc7d48b7d8530a51c2d24498848d6bca51b048c4a3f8a36d1a282 1 0.00/1.00 vMB 0
51,118 51,118 0000000008351cb5d8402577ed75155368aea6a6eff81594408f103ea0fa7f87 1 0.00/1.00 vMB 0
51,117 51,117 000000000fe40064742307d43745f22cc7849ea0c21e5f0f44503a77af233656 1 0.00/1.00 vMB 0
51,116 51,116 00000000202eb827636e2541db69b3d63798d2e7b775f3d539f068ef6e2f4173 1 0.00/1.00 vMB 0
51,115 51,115 0000000016592380b69f5753e552b41256602ad889f8e884655d0c5c251ae9b9 1 0.00/1.00 vMB 0
51,114 51,114 000000000632512c74938595575fb546868bb7dd04a3bf6c66adc884b39f0658 1 0.00/1.00 vMB 0
51,113 51,113 00000000044c95920e1054c0a7355fa485146f28fb2ff794236f480f9f731ea0 1 0.00/1.00 vMB 0
51,112 51,112 0000000015f8952409068be9a2526085d8b88bcbe7adab160a0dcfd48abb2478 1 0.00/1.00 vMB 0
51,111 51,111 0000000015e0446f7e29fbd205ab17b83608598292450f36b7175f32540bbd35 2 0.01/1.00 vMB 0
51,110 51,110 00000000019739e35e5a1b1d64cadbbd9f8ebda15c7388d35091713065bb0c30 1 0.00/1.00 vMB 0
51,109 51,109 00000000206cc5dcb94f72a34e21a7459688b63d2ae0bd0bc7b70c84030c8933 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.23 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: 813.35 GB
    • Received: 23.85 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.