Loading Tool

Explorer IconExplorer

Memory Pool

79,747 transactions
29.71 vMB
0.08001755 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt 4f2345f9e807a8a3d4f401a63516e0c6d6767450e7764764282733e736c6a8f6
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 1c534d2da44f3532bc3c31027782468261924bc3e42312fd6cc49cb35b99f63a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,290
Size: 1.00 vMB
Total Fees: 0.01953795 BTC
Feerates: 502.65 > 1.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (521,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,041 393,041 0000000000000000001df71797955c39d45e5e61b9ed573f85c0f3771f1edc5a 371 0.50/1.00 vMB 14
393,040 393,040 00000000000000000546be1abbb42c01db555891129150be4c735ac52ebe3ef3 1,575 0.90/1.00 vMB 27
393,039 393,039 0000000000000000059227a4c465448eec5f2a21dc6280c7492315d195fd73ed 1,787 0.95/1.00 vMB 23
393,038 393,038 0000000000000000074696c5db6e1e8bfef7964141741585faa0d3b85527545a 2,513 0.75/1.00 vMB 68
393,037 393,037 0000000000000000027a64e4ac92c75bbbcd112344f8869f2f50e3c2580ed09d 470 0.29/1.00 vMB 25
393,036 393,036 00000000000000000a8096b09aaf6416995a8343e4ee24d40070db39bbbeb4e9 1,515 0.59/1.00 vMB 44
393,035 393,035 0000000000000000096df6a58374668a15eb61d57da8f128b2ae6a2cc20190ca 1,650 0.91/1.00 vMB 35
393,034 393,034 0000000000000000077baaf9d07c49cf7effb1035944e9011d197fe56831627a 1 0.00/1.00 vMB 0
393,033 393,033 0000000000000000084a1fd4a019e6510f673f582336d68a759ba2166c3f0594 762 0.92/1.00 vMB 15
393,032 393,032 00000000000000000155de3a4082a60f8000d922547005e93ed60c7b3e471e99 1,070 0.99/1.00 vMB 32
393,031 393,031 00000000000000000458791f8e25f31781edd0f727e5cd57743e11aa03a3c52a 1,331 0.88/1.00 vMB 23
393,030 393,030 000000000000000009a3dc1a4ca8d20461f4e06d7cb0cea8105350988854c6d8 2,818 0.93/1.00 vMB 52
393,029 393,029 0000000000000000095ffd23e985e6b1aabefa7e8edb12c31c5787981069dcf9 1,877 0.95/1.00 vMB 33
393,028 393,028 00000000000000000a63eb78295202d8c36a756e6365ce612742ea80a00c5e61 2,630 1.00/1.00 vMB 44
393,027 393,027 000000000000000002573ba461b88a5a3a9b6b2a92b26b71120eec2345bd3232 467 0.27/1.00 vMB 31
393,026 393,026 000000000000000002a9719c4ef0e011c56cde4032c584c51b98aae3c5745aaf 1,856 0.94/1.00 vMB 35
393,025 393,025 00000000000000000509d0e9801834066f0f645aa505bbf3eb4ddfeed6fc0a67 347 0.16/1.00 vMB 41
393,024 393,024 000000000000000005f726dcf2bb7d69f61616e1b6ea3ef7f62f207c2a64f432 1,577 0.82/1.00 vMB 34
393,023 393,023 000000000000000007dda9c8a0f2075349929c77d733e1bdc2ac3070e29a8501 2,317 0.94/1.00 vMB 38
393,022 393,022 00000000000000000783eefda4e0815433430d7b0f4372c4376560bc34690b12 1 0.00/1.00 vMB 0
393,021 393,021 0000000000000000067686a536ee06f29cfd7ef5c5936b6aaa9f79f3e5c964a6 777 0.99/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.