Loading Tool

Explorer IconExplorer

Memory Pool

27,705 transactions
27.62 vMB
0.07173913 BTC
Random Selection Loading Transactions
Max Size: 132.65/200 MB

Candidate Block

Mining Attempt 9882faf476e5f7ff010f1332a1f4d52a7511856a7b17df23abf68c10381fbe44
Version 20000000
Previous Block 000000000000000000014e79d01dbb2c534e8fbebfd9b049c29481e4f0d4235d
Merkle Root f002be7cc9bf69d58acbf58fae95f546e955c14905975cccd50745d4713910fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.01920880 BTC
Feerates: 151.12 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,502 (104,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,238 810,238 00000000000000000004ccc90abfb9cbc1da6e614496a076a389e1960d54d63f 1,968 1.00/1.00 vMB 16
810,237 810,237 000000000000000000002e843e9612ec38588db336679f80c631fd352f1a3aba 2,659 1.00/1.00 vMB 13
810,236 810,236 000000000000000000045e916a4a2cbf2ed70033c2b8306c6267f395a8b58e75 3,461 1.00/1.00 vMB 10
810,235 810,235 00000000000000000000cd9592aea2795fe6d92777c53c60ef65c4e676fc93cd 2,265 1.00/1.00 vMB 11
810,234 810,234 000000000000000000014c6b37c45fe647eebdb30577a2a1fa6d8b6ff1b86d1e 2,425 1.00/1.00 vMB 7
810,233 810,233 0000000000000000000003daaf5026f23117b3abaae1f4a1fffc3671f2b98d7a 746 1.00/1.00 vMB 11
810,232 810,232 00000000000000000002cc806a11a74f409a20a75e0f381d64045e943936446d 2,229 1.00/1.00 vMB 15
810,231 810,231 00000000000000000001182016c1930f1787d082aba6bee2df98bd3a96dc3429 2,868 1.00/1.00 vMB 2
810,230 810,230 000000000000000000022a52f67d060fd8ba1e44698aab012225d4140dcc5d3a 3,187 1.00/1.00 vMB 10
810,229 810,229 00000000000000000000039271a51b76635d84a0d2039c20b09e8007f8fb5542 3,527 1.00/1.00 vMB 10
810,228 810,228 000000000000000000015ab8f0355d7318ff75308898fbb74d49ad505b2df62d 5,192 1.00/1.00 vMB 2
810,227 810,227 000000000000000000014e094f8025a8f74b02e72c8a837c0f17162dcb72fec1 3,959 1.00/1.00 vMB 7
810,226 810,226 0000000000000000000273ed6bec48ad4a117227a3d3c931252ba131110a0021 4,118 1.00/1.00 vMB 5
810,225 810,225 0000000000000000000291fbe97470430351128ae6eb1e95e4f023bbad4c905d 2,515 1.00/1.00 vMB 8
810,224 810,224 000000000000000000039545b649cb48f5d3b62dafe10a4fa98b04ab9456159b 2,604 1.00/1.00 vMB 16
810,223 810,223 000000000000000000012939c2ebed53e3ffc424c5ac31a75349e4390c3f9811 1,967 1.00/1.00 vMB 30
810,222 810,222 00000000000000000000439d15867cc19b29bb44746f8e7e4381c16b76c30ede 2,228 1.00/1.00 vMB 12
810,221 810,221 0000000000000000000441ce6b81b0e9a92bd4d066f2fb945634b1281a2f5240 1,633 1.00/1.00 vMB 23
810,220 810,220 00000000000000000003b70e9eeb60ed382909c42d63eec5b2d1ec821f7a9485 3,878 1.00/1.00 vMB 6
810,219 810,219 00000000000000000001ea4fa4ece42b581f5fdc166f7b38f5c8fa681e4df428 2,497 1.00/1.00 vMB 14
810,218 810,218 000000000000000000013ee2d93c26dc2ff0caa5f2ec85685f417b6f28d1a796 4,358 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.39 GB
    • Received: 10.99 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.