Loading Tool

Explorer IconExplorer

Memory Pool

35,867 transactions
27.59 vMB
0.06042963 BTC
Random Selection Loading Transactions
Max Size: 138.80/200 MB

Candidate Block

Mining Attempt 01f2497581c437f42cad316be6990db3c4a0913238afdf153f5c6d7a0ac9e9b1
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 764a9f39c849241a5959c18d0bcfdeaca6bd9532a6f09cef5024618bb7135269
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,471
Size: 1.00 vMB
Total Fees: 0.00799096 BTC
Feerates: 203.60 > 0.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (516,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,506 398,506 00000000000000000634cd5eca7c5f55ee320f5b9b7ff6327a8a660af045751d 1,897 0.93/1.00 vMB 30
398,505 398,505 0000000000000000000dc2a2512ed26a94c145727ca1fb6b207feb077ca749c0 2,712 0.93/1.00 vMB 49
398,504 398,504 0000000000000000023e9c192cc0ca41d7c1f06d16677340f3a34221d3afe26b 2,625 0.99/1.00 vMB 50
398,503 398,503 0000000000000000015dd2147852b39a4db630684edd91cfef0f1def6144604e 1,969 0.92/1.00 vMB 39
398,502 398,502 000000000000000005edfe4fb9e23392f2559d5c7df9305e3e94372575c7002c 742 0.59/1.00 vMB 17
398,501 398,501 00000000000000000758ee4405c4951416a8aa94b764f9b39af4a5a7a8fa9f5d 1,430 0.97/1.00 vMB 23
398,500 398,500 000000000000000003028f7d471cc67439cb50c9bfccc36cfed3d3d2bc2f0c53 2,639 0.99/1.00 vMB 46
398,499 398,499 000000000000000004280ea4797b466ece20d431c396e9f1438d4de98002c2b7 2,097 1.00/1.00 vMB 37
398,498 398,498 0000000000000000001182e8dced646da20aca07930fbd4db7789693a6adab9e 1,176 0.58/1.00 vMB 33
398,497 398,497 00000000000000000615bd42d74a48304f7cec786637c0eb5f2510f7ca36cf12 1,161 0.76/1.00 vMB 26
398,496 398,496 00000000000000000381cfe01151f65d9274ad67e403ae86d5877a9776b2dc51 295 0.25/1.00 vMB 15
398,495 398,495 00000000000000000140fa24e8f68a18e946a6c8748d3e0e9cc0cc9d6263468c 1,999 1.00/1.00 vMB 36
398,494 398,494 0000000000000000001f33dc8f83806e4876627c7b74a7097bf81e252b81eb24 914 0.91/1.00 vMB 19
398,493 398,493 000000000000000003afb748ccbfeb505293eaab560969d30c7ac6b8120e0d47 547 0.32/1.00 vMB 30
398,492 398,492 00000000000000000637bb1d2488c503c797bca2200361d20bbdfc1dc43300ad 814 0.53/1.00 vMB 29
398,491 398,491 0000000000000000050bb1d6a64963e40f739afe76fb2f09b44aba288dfb81fc 1,568 1.00/1.00 vMB 28
398,490 398,490 000000000000000007960a41a7b933a1b0308077c7914406708da5a905cc8aa5 1,568 0.93/1.00 vMB 31
398,489 398,489 000000000000000004a92d50919d94456b222ef5693296ae1f9c1234f7acdea0 1,601 0.93/1.00 vMB 31
398,488 398,488 000000000000000005944efc42734d625659785c99d6bacf917fd39c4440f486 1,713 0.93/1.00 vMB 31
398,487 398,487 00000000000000000712a10e5330e3874fc8c805b0bcb99c07abe5e00c54e1b0 1,902 1.00/1.00 vMB 35
398,486 398,486 0000000000000000047d02328c6333bf5994962ac245717627cbfdb7d653a28d 1,928 0.95/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.69 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: 628.49 GB
    • Received: 11.80 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.