Loading Tool

Explorer IconExplorer

Memory Pool

46,191 transactions
28.18 vMB
0.10697479 BTC
Random Selection Loading Transactions
Max Size: 147.87/200 MB

Candidate Block

Mining Attempt 6de6fb6226469e1bb3e0bca2acfd6029909e76e2f974946079ee57bcd98e75ca
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root f05ae944826387716e8c80c361b17d1ebf57076fe04fcbaa1200dcdfea09ef5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04435056 BTC
Feerates: 265.25 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (240,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,229 674,229 00000000000000000001333d675a06efbbbc982af49e9c4bc4a6aa27e2b320b7 1,917 1.00/1.00 vMB 76
674,228 674,228 0000000000000000000c51ad00737aed30abc9c6a8b7ee7f2017001c9080eb85 1,551 1.00/1.00 vMB 39
674,227 674,227 0000000000000000000ccaa79cb6155e45142e88192f288f90ab2986e1a89c4f 1,647 1.00/1.00 vMB 35
674,226 674,226 000000000000000000088578660610bb8b865f6ea958829f77f587cce27e6ea2 2,019 1.00/1.00 vMB 50
674,225 674,225 00000000000000000004420536c06b9d7dc4a4cf2daa8b80d1516e1495ba22cc 2,080 1.00/1.00 vMB 84
674,224 674,224 000000000000000000067f69ef2d357c4f072e225341e9535f4a97d47cf79b55 2,146 1.00/1.00 vMB 33
674,223 674,223 0000000000000000000bf9a753d8d300ed0b8812cd2b4c4735d4c03acc70256b 2,210 1.00/1.00 vMB 96
674,222 674,222 0000000000000000000b30421896811b94f5a60c8a5cb61cd1f4056b483d8207 2,413 1.00/1.00 vMB 100
674,221 674,221 000000000000000000027eb7c43187a1824d2da5db968d95653573e58f053efb 1,217 1.00/1.00 vMB 44
674,220 674,220 00000000000000000007254e490ab53d813f190486d60d7f370f34e991875b53 2,217 1.00/1.00 vMB 53
674,219 674,219 00000000000000000006d21d5979fa92a03396f575adb02b3f061476fcf97122 2,570 1.00/1.00 vMB 58
674,218 674,218 000000000000000000086c7f6c3847b53fca45f3b5c67ff03d57069a9e2e4113 1,426 1.00/1.00 vMB 88
674,217 674,217 0000000000000000000b0022bde4cbe29dd71ec9c820b20ee4dd80ca03e4f657 2,158 1.00/1.00 vMB 51
674,216 674,216 000000000000000000046f46f906163f3459599dde977fba436f8d3d37f14ba3 2,360 1.00/1.00 vMB 55
674,215 674,215 00000000000000000003f8f1799e8c0097cbbe81492dfe386be9a1c4e6464450 2,596 1.00/1.00 vMB 82
674,214 674,214 00000000000000000007fa71e4296aeb9ef7c0c5d23cc6c1241c9e416a9f0d9b 2,658 1.00/1.00 vMB 88
674,213 674,213 00000000000000000005d948505b84b9514029559713efebc3cdfd08a4fc774e 2,989 1.00/1.00 vMB 66
674,212 674,212 00000000000000000006334963ea087c0b0d9a909bfe8021e0819f82b2dec5e3 3,120 1.00/1.00 vMB 79
674,211 674,211 000000000000000000061b5b156c65b618f47ba22a3058cd79d28b2395e36ada 2,486 1.00/1.00 vMB 101
674,210 674,210 00000000000000000003703ebcec9bc147b2a1850fbe1e774c216a0e02409e03 1,999 1.00/1.00 vMB 88
674,209 674,209 0000000000000000000d00da27134f484414c98ec0fa72257bc1dd5486e8106e 1,689 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.