Loading Tool

Explorer IconExplorer

Memory Pool

79,013 transactions
30.16 vMB
0.11924413 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 859dbcb77c321ab25c3458ec74898df29a8014debd55a25dc6a8ded8d5751a60
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root dc5c39e17a1d4f3e6e767b52f8904053d1c19d3fbc80f4b69517f8b40bd8f10b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,320
Size: 1.00 vMB
Total Fees: 0.02885182 BTC
Feerates: 109.82 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (417,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,991 497,991 000000000000000000886ea8f99555e1a523eaad0c46aa55e2165fc55ae08cde 2,833 1.00/1.00 vMB 170
497,990 497,990 000000000000000000676d1860c19946504fcd899e8d71603be11e0c8065b3ed 2,743 1.00/1.00 vMB 172
497,989 497,989 0000000000000000004f1524e3fcd4db634dfdd2961718b93a98c8b90214bc55 2,761 1.00/1.00 vMB 151
497,988 497,988 00000000000000000069292865e544dcd6f7cd85061862415a63530f4a2fa32b 3,072 1.00/1.00 vMB 155
497,987 497,987 000000000000000000273205070ace08402dc7d0c0e20c06a9157f2a78670553 2,926 1.00/1.00 vMB 141
497,986 497,986 000000000000000000465c64e2d0506586f2f9a0b053287a5cce0d68bcf62050 2,682 1.00/1.00 vMB 163
497,985 497,985 00000000000000000077f1d10c1305bfe7e18a8c29bf950024119b467eba2808 2,407 1.00/1.00 vMB 138
497,984 497,984 0000000000000000000ba46aaa993511f122d5da7916667456571f5780a45176 2,725 1.00/1.00 vMB 167
497,983 497,983 0000000000000000009f2b0116d246772068debea7598f501b5ca8616f0d69fc 3,205 1.00/1.00 vMB 169
497,982 497,982 0000000000000000002fb55a7c0eedbbf9b8ca7d6756b2259c09be7af3fb92ed 2,708 1.00/1.00 vMB 160
497,981 497,981 0000000000000000002b62fd25f561a2ab1b4aef2b9fac83f2295d20bfdc0552 2,720 1.00/1.00 vMB 150
497,980 497,980 000000000000000000a1ccfa66e09a880a357f844e6974ad1a778833c14e1e76 2,553 1.00/1.00 vMB 159
497,979 497,979 0000000000000000008b0b9b6b859ecf379ff1be98b3a08508fd41f4313ed379 2,899 1.00/1.00 vMB 150
497,978 497,978 0000000000000000009acd705222d28dbaf9a01074fd188fb302b55e96c7ecd6 2,634 1.00/1.00 vMB 184
497,977 497,977 000000000000000000524ddcf78091f3b6bdff1977fc2ca987a9e443cb589b03 2,522 1.00/1.00 vMB 178
497,976 497,976 00000000000000000077b4d00083ea1b6d5c7e9e26f31037785de99805ba5543 2,780 1.00/1.00 vMB 156
497,975 497,975 00000000000000000097c2b7dbb701b4fb641e91c7b42770188eba3e28da2e54 2,328 1.00/1.00 vMB 165
497,974 497,974 000000000000000000626aab4fed134de1545dccdb78855425d5bdded806c9eb 2,631 1.00/1.00 vMB 149
497,973 497,973 00000000000000000090f1faf1e4374e697068a241aaad3de90337bfdc538743 2,654 1.00/1.00 vMB 182
497,972 497,972 0000000000000000006c8859e686377c1f725227b8070b6cf2ec72ee1f85cb21 2,487 1.00/1.00 vMB 167
497,971 497,971 0000000000000000009ca7704169f491d474d332b12a89ffae11ddb5eaad8906 2,667 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.