Loading Tool

Explorer IconExplorer

Memory Pool

77,498 transactions
29.53 vMB
0.07183297 BTC
Random Selection Loading Transactions
Max Size: 180.36/200 MB

Candidate Block

Mining Attempt d1b1694210cbe73a99a7f88430868a3492d7cff4fdcda6961c1146459d606272
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root c9e20c6b67bbb2e0668ab9f7fee2d0675d0ced3f98fe6d286ff89078e38435fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,300
Size: 1.00 vMB
Total Fees: 0.00675629 BTC
Feerates: 75.20 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (751,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,354 164,354 0000000000000274e38b79d9c971de45f66d80bd2a586efa3e947ab448c65f0a 23 0.01/1.00 vMB 122
164,353 164,353 00000000000002b0a927301832bca7eefc07b4391bfa037dd09a3fc4f1b85081 21 0.03/1.00 vMB 39
164,352 164,352 00000000000009df4fc7ac5275a91fc903a35663ca8f95e8eefb2eb22122967c 7 0.00/1.00 vMB 17
164,351 164,351 00000000000003967e0c9b079b0211b6824e3f729dbd9073399f76c6481f0360 17 0.01/1.00 vMB 76
164,350 164,350 0000000000000305e4bb508c0b92a288ccac79b4c06bb92220a12650589e79df 88 0.04/1.00 vMB 43
164,349 164,349 0000000000000bb10c95e5a86190fbbb7284a52d16674068c1f8f6827758512b 2 0.00/1.00 vMB 0
164,348 164,348 0000000000000bdc0051fdec8dd95c5e45c5abb06a7b9a3a8e1a94f9e2bce379 27 0.02/1.00 vMB 232
164,347 164,347 00000000000004b2ab2ad5092fe1cedeef3153b7a6dd809d77c33f665ee10df8 35 0.01/1.00 vMB 93
164,346 164,346 0000000000000955ae52937f3f0c3384b2bdf570644e4ba8ed79968c4381c5fe 69 0.03/1.00 vMB 16
164,345 164,345 000000000000056a3a700f6c2f0a0a85837549bbb0aa0ac2e0b8f7b9885cd8db 11 0.00/1.00 vMB 581
164,344 164,344 000000000000071adc91af1aa08962be0115b7e48816a3a73ae78b0d5d3b79f4 7 0.00/1.00 vMB 31
164,343 164,343 000000000000093373e234b011fefa7d9b523c041c7c091df887dd4966127b6d 34 0.01/1.00 vMB 132
164,342 164,342 0000000000000afee0b0dc7535aad613bf6bb789232917349715bea9a4639176 20 0.01/1.00 vMB 0
164,341 164,341 000000000000073aa06b53f8277a3cb15237c54ef547f3780d52901fada6043b 47 0.01/1.00 vMB 213
164,340 164,340 00000000000009609475200710a5dc8385a76dd2e9d2c5b4b5c37e8c385dbb24 12 0.01/1.00 vMB 7
164,339 164,339 0000000000000b66ac04ee3af816ac46576441a2be50ccf7180e80cdc6daaf4e 82 0.05/1.00 vMB 125
164,338 164,338 000000000000016703dcafe9d4a8517640b11a2ed41eee72656a052e8e90fe0a 15 0.01/1.00 vMB 8
164,337 164,337 0000000000000235eaedae007aa2c7c0e2a254d8ce36553719d80f470d5acb80 84 0.03/1.00 vMB 47
164,336 164,336 00000000000004dec6186d0ddae4bd54a5c9a8fe827e01289266e5e322069148 52 0.03/1.00 vMB 41
164,335 164,335 000000000000040d579aef6bec6ba449de04fba1275a7b044ab6799f9fe0facc 32 0.05/1.00 vMB 61
164,334 164,334 0000000000000401a5c939bbf679a4d6879cd695f89580089592deea0ff1b67d 41 0.02/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.