Loading Tool

Explorer IconExplorer

Memory Pool

80,493 transactions
34.68 vMB
0.17806016 BTC
Random Selection Loading Transactions
Max Size: 194.19/200 MB

Candidate Block

Mining Attempt bbfd5093dfbc6d41f79719369f8e9325b378e2eee53072f6f0de8e7bce5d6014
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 503e3457fa13113407c2069af160ac496e9c5fd004c889b31d8a333515d59484
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,148
Size: 1.00 vMB
Total Fees: 0.04831841 BTC
Feerates: 150.93 > 4.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (18,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,971 896,971 000000000000000000015dbe7538737ae85efe1eb2ad86e525a43cb52964d7b0 3,712 1.00/1.00 vMB 7
896,970 896,970 00000000000000000000470c8dff678505c5013702f7db96094dea040e16b140 3,600 1.00/1.00 vMB 5
896,969 896,969 00000000000000000000d7e33971ffcff0e41a27857262cf2af666fe03a3e13c 3,504 1.00/1.00 vMB 6
896,968 896,968 00000000000000000001b9e7ab49de83a632c3da8f75f97be3de387eff5af5c8 409 1.00/1.00 vMB 2
896,967 896,967 00000000000000000000722a4a30d9c1c8d11329d814b18939debb2e95ba9804 1,757 1.00/1.00 vMB 4
896,966 896,966 0000000000000000000043f47972778e0547c91ccb045c5615eecc2ca95a12b0 1,261 1.00/1.00 vMB 2
896,965 896,965 00000000000000000001986f09febdcd3699d7dab2fd67fa6951fd3594c19088 3,935 1.00/1.00 vMB 6
896,964 896,964 0000000000000000000036da80b972187782b7c2b6a67950c3de0c7f412f7053 1,684 1.00/1.00 vMB 2
896,963 896,963 00000000000000000000d98d6867a31f6d4c0c4ddf599ddfeb9bcbea9191255e 3,426 1.00/1.00 vMB 5
896,962 896,962 00000000000000000000e0341f9a7bf84e79d3e29c20bfa8cb35d62c265a9b85 1,305 1.00/1.00 vMB 3
896,961 896,961 0000000000000000000089a7da5e8560e22854a9322a21defa9717c987fb9a87 2,791 1.00/1.00 vMB 4
896,960 896,960 000000000000000000018877cd6298ec949e70ca6ebfc77ed3181a4a93d66dde 3,069 1.00/1.00 vMB 5
896,959 896,959 00000000000000000000f8042dfe12d056493b66d874465bcfd67a3fc91f46de 3,602 1.00/1.00 vMB 14
896,958 896,958 00000000000000000000b9cf7080a026726a474c34da585b9c83c40d91e4cbcc 3,768 1.00/1.00 vMB 6
896,957 896,957 00000000000000000001ee425559da05ac44d5926256c6c70010534e48b674f3 2,223 1.00/1.00 vMB 2
896,956 896,956 000000000000000000017feadab88530cef33d40ddc7bfdd1dc93525f2c25e92 2,733 1.00/1.00 vMB 1
896,955 896,955 0000000000000000000154357ed9c82f5214a6b1e12608517844d89becd3b1e3 2,324 1.00/1.00 vMB 4
896,954 896,954 00000000000000000000910cdc2dcd10fd80a133d1f69ff1e719ced063b7f0e6 2,506 1.00/1.00 vMB 3
896,953 896,953 00000000000000000002297d92d9b66919130a444562a0ad03e877c0f061814f 4,032 1.00/1.00 vMB 7
896,952 896,952 00000000000000000002324a9aa8657db900394b00a48f5a552bf29b3a9e285b 3,081 1.00/1.00 vMB 3
896,951 896,951 000000000000000000023aa130c48fb450a089138c7a49a0047d7c1eac259eb2 4,107 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.11 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: 734.18 GB
    • Received: 18.55 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.