Loading Tool

Explorer IconExplorer

Memory Pool

45,585 transactions
27.37 vMB
0.10411300 BTC
Random Selection Loading Transactions
Max Size: 144.32/200 MB

Candidate Block

Mining Attempt 2589c1033c46d99973664c189b4a401266ed19da3d12d614fa06a206ba8163b0
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 67cc0a2c63f32faec76761a45c3f22a686c01e8ec8c2f9f5f1f7c2382604b984
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,978
Size: 1.00 vMB
Total Fees: 0.04989525 BTC
Feerates: 201.07 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (533,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,076 381,076 000000000000000010d21f0b8a96f61804d4f39f7f882a444214a34a236525b9 778 0.38/1.00 vMB 37
381,075 381,075 00000000000000000a00479c266498b277c77b5dcba3e359f37c374da68199ed 1,120 0.55/1.00 vMB 42
381,074 381,074 00000000000000000f44a81e1491e51c627f0ec9cf2675000640078cc62ea9bd 226 0.25/1.00 vMB 16
381,073 381,073 0000000000000000029df6754d3192d77b33160d526be8dfb07bae06a721bbdf 1,292 0.74/1.00 vMB 33
381,072 381,072 000000000000000010a4749695801fec4ad38eb70e767a73dbd7c3a73738bd97 254 0.13/1.00 vMB 26
381,071 381,071 000000000000000007a2da8b1ea21a164e7fc60aa3afd01a6b1a5ca972d7aeb5 1,368 0.58/1.00 vMB 41
381,070 381,070 000000000000000010c33cdebb9d1bdc26e1aa0f8c2ae0b491afeae5d7c9ad16 1,884 1.00/1.00 vMB 34
381,069 381,069 000000000000000005db0232597cd3c3af510503a457caaaef11f7494900724f 2,370 1.00/1.00 vMB 44
381,068 381,068 000000000000000006d35a7724bbe69ce20a70f91c55af45a69ce09b32dc8a08 2,668 0.99/1.00 vMB 51
381,067 381,067 0000000000000000026a9b2899d808da62c5c1ede4315289c60ae7eedcadaa0c 724 0.34/1.00 vMB 36
381,066 381,066 0000000000000000068030e80c92e74936b29f661efe458404896f5a49fa2ec4 569 0.37/1.00 vMB 38
381,065 381,065 0000000000000000062f02e2b8885da51ae601618ea52877ba27d6bd54e21c0a 682 0.37/1.00 vMB 38
381,064 381,064 0000000000000000119a5879f476946adebb1be9881ac65b87b99ed03692a193 670 1.00/1.00 vMB 9
381,063 381,063 00000000000000001055418bf11041535896fd6caa48952eff4198bfcf74d7c0 648 0.32/1.00 vMB 35
381,062 381,062 000000000000000004323090d8f84b6ab96b3adb0e99d9b602c80371a101bdf8 707 0.31/1.00 vMB 40
381,061 381,061 000000000000000010cce070b14299fc4c42ca72e81902f8cb39c0b91818b10b 527 0.30/1.00 vMB 27
381,060 381,060 0000000000000000116ed4dbc3f31fb3c2e23d8a395ffd2afb227bbc1209ab00 848 0.69/1.00 vMB 27
381,059 381,059 000000000000000010c58cc9e105a22cc5c8a24757dd6adb0f7a3f0f71ecdaee 1,350 0.93/1.00 vMB 29
381,058 381,058 000000000000000004e14779a9f7f9e9e3ae5c14fcd221d99c3d712a1f00b95d 2,361 0.93/1.00 vMB 46
381,057 381,057 00000000000000000fbe875caaaeae58afceb6114bae5478e31834b83a3ba7aa 99 0.09/1.00 vMB 23
381,056 381,056 0000000000000000106a4e452a069caaed13cc54f79dca29a7c22638cff01a53 367 0.28/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.