Loading Tool

Explorer IconExplorer

Memory Pool

79,199 transactions
30.08 vMB
0.12512016 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 94511d2a2e3487b15ef59e64ac830eeb97a3da32b2f5b57e90fc048e33e6807e
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4bfc8f2dbe0127e3f1cf2b20ca84cec2090c96e30f83a2a96354e396a4c96a58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03886689 BTC
Feerates: 673.02 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (417,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,992 497,992 000000000000000000639650e7fb3133cdeabb6f55145c6bc80a59eaf5995f7e 2,135 1.00/1.00 vMB 150
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
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.