Loading Tool

Explorer IconExplorer

Memory Pool

74,150 transactions
20.29 vMB
0.05422939 BTC
Random Selection Loading Transactions
Max Size: 135.80/200 MB

Candidate Block

Mining Attempt b82ac26885de9dd34b362e9ad30800fa0f666131d98b798b3e3fab229c9ce19c
Version 20000000
Previous Block 00000000000000000000843e18e8880caa4fad9343a02edcc62aa269c6447ba0
Merkle Root dea026d6610bf7d017559cac436bf2c3434f5553ae8a810e9b3773b158719c4e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,456
Size: 1.00 vMB
Total Fees: 0.01005442 BTC
Feerates: 106.68 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,989 (896,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,102 19,102 00000000c1ec02eb3873bbb2837188f0848e3208171323553bfaa670435fee39 1 0.00/1.00 vMB 0
19,101 19,101 000000006a2e548cf194aa2705bdf113e078969ff75dd8b8b97922d88ae64b22 1 0.00/1.00 vMB 0
19,100 19,100 0000000087e3c9bb84b38721a06a3a34689efa90903e7478dd3790c67ebe388d 1 0.00/1.00 vMB 0
19,099 19,099 0000000084597e7ea9e6f2d0809e1d48d67bd6f14667868395079898720dd84d 1 0.00/1.00 vMB 0
19,098 19,098 000000007617502912b2069e269f7b5dc5fccd276a8e6bbadfa1bb2c2f569336 1 0.00/1.00 vMB 0
19,097 19,097 000000009291df689bca6018b90eb4a17bb7593785a0d0f361ddcc4429028a08 1 0.00/1.00 vMB 0
19,096 19,096 0000000014373a2057cd9c5d3760b5fd736515b0ceb813d7a50c4dec156f8d72 1 0.00/1.00 vMB 0
19,095 19,095 0000000012bc917455ba74ceefec9b1b651f3c67e788a224cb858df91c904ffb 1 0.00/1.00 vMB 0
19,094 19,094 000000001ee4d2a74d6e5d69bf9eeffcded23ffe27488de36cc6a47379b9456d 1 0.00/1.00 vMB 0
19,093 19,093 00000000c6bc5ee9987be5ab205ebc5a57a28a6b240b3ebcde5f791aea2e1e38 1 0.00/1.00 vMB 0
19,092 19,092 000000004cfd38ef4a10a9a7e9ad0239b0516533f5e3ed5d920d7aac6f104a6a 1 0.00/1.00 vMB 0
19,091 19,091 00000000102fb7fdbc9bc04a79ca62bf520e14c7406b0682c8c540388ecebae6 1 0.00/1.00 vMB 0
19,090 19,090 000000000e5b6bb90ca5c433ad0701b194de398ba7601d40b48a940d0ed8e79c 1 0.00/1.00 vMB 0
19,089 19,089 000000005a05c9bb662744921fc7ce67e739b266d7019c3d20639d70fc561e34 1 0.00/1.00 vMB 0
19,088 19,088 00000000964102ff5aa0ac55bb3a392fa20d06e2215f69d689bf508faffe5b6b 1 0.00/1.00 vMB 0
19,087 19,087 000000002ee9fdaab783f3aaea77a33ad1868c4f81a939456ac7e7a0cf29a092 1 0.00/1.00 vMB 0
19,086 19,086 000000003f5d982add475b21cfe436fd6e7d1e7ed6e09df7b246965e2cc17808 1 0.00/1.00 vMB 0
19,085 19,085 00000000fbea7edff4b2742cb8ea66bf4ea68903b8f71095548a1ce8b4a2e894 1 0.00/1.00 vMB 0
19,084 19,084 00000000b4b0ff23bda294d36508a60181b268a2fc72c379505407447fab3304 1 0.00/1.00 vMB 0
19,083 19,083 0000000081984b8d846ff20c831f750b98f1dafb5132edb7df1b261e4645af51 1 0.00/1.00 vMB 0
19,082 19,082 00000000a5e84ff00ef932ef33c3dac976428def2edf1ad627dcc73e95d7c836 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.10 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: 807.02 GB
    • Received: 23.15 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.