Loading Tool

Explorer IconExplorer

Memory Pool

80,242 transactions
29.63 vMB
0.06768705 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt 0f5742fdb76d164731bd186c23c31b5397c593908f436140763abc9b8fa77b7a
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 090e279bc29db7e00013c25bc030972d1b112d9dfe9723a4c3acc1abe14b4c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.00744592 BTC
Feerates: 73.20 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (254,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,843 660,843 0000000000000000000074ba3181ecc5dc91b9a9c9bb716715c7c413f57fed8e 1,656 1.00/1.00 vMB 26
660,842 660,842 00000000000000000000daf47b1128950a6ce93d27f9feb02211448bf0b98b46 2,206 1.00/1.00 vMB 32
660,841 660,841 00000000000000000005c0468961f6cd737b5737effe112fa8c94d2b3f421ee1 1,669 1.00/1.00 vMB 15
660,840 660,840 0000000000000000000b56fd733b20cd00f52b5a87195ef668d18ee99397d152 2,172 1.00/1.00 vMB 28
660,839 660,839 00000000000000000004a69d0d14a207b89105fb4f1af4934764a24ebb9cb451 2,815 1.00/1.00 vMB 27
660,838 660,838 00000000000000000000fce9838d6481560be87d8811e82299d2832fee9f1902 1,823 1.00/1.00 vMB 29
660,837 660,837 0000000000000000000656980eb021f84e2fc6f27da3f55e46de3efe46b31b22 2,620 1.00/1.00 vMB 82
660,836 660,836 00000000000000000001e7dfe7d787af5f091e8c299118c7ca7ab6c5fd7a95ad 2,013 1.00/1.00 vMB 38
660,835 660,835 0000000000000000000aaf20a394c5ed9c7c264b64a925ebf2a04df8d8039893 2,066 1.00/1.00 vMB 72
660,834 660,834 000000000000000000072a0881c5324280367ef61a2b6334548fece2cf4cde9e 1,306 1.00/1.00 vMB 25
660,833 660,833 00000000000000000009e49455ab6c4bc077d17d118ea9fb10203989a20c1ebc 1,619 1.00/1.00 vMB 46
660,832 660,832 0000000000000000000851edaf59319ab0a31129d00702c223c516e0c053851a 2,464 1.00/1.00 vMB 60
660,831 660,831 0000000000000000000013803bd509dd0e4ce89f82d1ec3e6e3464100aa76933 919 1.00/1.00 vMB 36
660,830 660,830 0000000000000000000b2e589fd239c85c37534fc080323fc2f5c376ef78bbbe 2,833 1.00/1.00 vMB 61
660,829 660,829 0000000000000000000c201868a4320ef01fe5eb439659016956d38a075d6d09 2,405 1.00/1.00 vMB 53
660,828 660,828 00000000000000000008d5d102879a00ea8fb2df5418d8a39001a8c2ad138b9f 2,409 1.00/1.00 vMB 83
660,827 660,827 00000000000000000007d72e74d77d281f758be2cc9fd94d67384e0cc8b25860 2,119 1.00/1.00 vMB 36
660,826 660,826 0000000000000000000d298e01525cb508978433bfd27db40072c322f48220dc 1,695 1.00/1.00 vMB 66
660,825 660,825 0000000000000000000bccbd2577d1b8cd771563f90a6036e93739b2abb8f2f7 1,523 1.00/1.00 vMB 12
660,824 660,824 0000000000000000000e2a05d4b3106d2629f263b15b4e4d4d4bbd40c226b219 2,678 1.00/1.00 vMB 19
660,823 660,823 0000000000000000000ddf0b0811b96674a5167cddd2bc9a82e0336cbd5d0278 2,460 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.