Loading Tool

Explorer IconExplorer

Memory Pool

80,017 transactions
29.77 vMB
0.09210156 BTC
Random Selection Loading Transactions
Max Size: 179.77/200 MB

Candidate Block

Mining Attempt ca4e7be6547969cff4c1e3bba2d3d1c85ef4081ac0dab5fd17d74b8a6e752084
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root f0228641a9b4b7a7dfb4cd9034fd7698967013e81e1538af4b41488b07facdb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,741
Size: 1.00 vMB
Total Fees: 0.02759918 BTC
Feerates: 100.11 > 2.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (127,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,114 787,114 000000000000000000017d70cae27763b6c16cdf787929f558c75ca96443c738 2,510 1.00/1.00 vMB 38
787,113 787,113 000000000000000000029b96f2bd30001f1126d29587f6adfb814e56c038c0e7 2,972 1.00/1.00 vMB 35
787,112 787,112 00000000000000000002b88ae25682e29c0945113528ee8bceb3401bdacb8f99 3,747 1.00/1.00 vMB 36
787,111 787,111 00000000000000000001f0d6e6d27f442c7d02f1fe77e23222b94d123da42c03 3,477 1.00/1.00 vMB 31
787,110 787,110 00000000000000000003491e0229c9703e3757c4fdb2e7f6f3127b2653baeef1 2,985 1.00/1.00 vMB 41
787,109 787,109 00000000000000000004e751fe82e5692221fad06bccf87bba88231527ab500c 3,211 1.00/1.00 vMB 52
787,108 787,108 0000000000000000000376eae121bc432f7337a6de4adc00c7986466ef4b9a48 3,238 1.00/1.00 vMB 27
787,107 787,107 000000000000000000035d6e7099c56a776ce875b46e6278def9d889053e8ec4 2,743 1.00/1.00 vMB 23
787,106 787,106 0000000000000000000544601d671570dbeb14587b3e5d8a816a30f2ea9565c8 3,354 1.00/1.00 vMB 34
787,105 787,105 00000000000000000000c4299cf7ec4181855c619235ea6df53a7029db2b291e 2,444 1.00/1.00 vMB 35
787,104 787,104 00000000000000000000990faec422480b3b956edded2bbfd2d8fd656ea641d0 3,025 1.00/1.00 vMB 35
787,103 787,103 00000000000000000004f4a62c389ff33e5feb94038af9fdda72640bea696917 3,752 1.00/1.00 vMB 38
787,102 787,102 000000000000000000045cce2ef629b04a0396bbdb9de77ffc154623350040c3 3,220 1.00/1.00 vMB 28
787,101 787,101 000000000000000000004228a3d66fdc4ac4b6200572bb7b4aeedccef0d7ce81 4,059 1.00/1.00 vMB 30
787,100 787,100 00000000000000000003de5cf7fd543a94663e23a5c024565e1e3ea083a7c93d 3,870 1.00/1.00 vMB 29
787,099 787,099 000000000000000000031563421f029bfbde314f3a97def37f0cbe9b1e249614 3,212 1.00/1.00 vMB 39
787,098 787,098 0000000000000000000281be401f1085e5409a24ad9b2796ef631db0da45b472 3,633 1.00/1.00 vMB 41
787,097 787,097 00000000000000000004bbf6823d474be4c1bc43b98f35bdbc3e8415a37a263b 3,016 1.00/1.00 vMB 29
787,096 787,096 0000000000000000000065ef9e75a40380df9539300dd286c08ef88470e66496 2,219 1.00/1.00 vMB 38
787,095 787,095 00000000000000000000377910d240795a8581c9d388f17d0dc498ded8b00117 3,566 1.00/1.00 vMB 17
787,094 787,094 00000000000000000004639b63a28659ada3eb0e3e65beb85a140d33b3c73c61 3,696 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.