Loading Tool

Explorer IconExplorer

Memory Pool

74,173 transactions
27.35 vMB
0.06565449 BTC
Random Selection Loading Transactions
Max Size: 167.19/200 MB

Candidate Block

Mining Attempt 341c603b3a38ea87c1be9876ea717ad5d19e3742a4789dd76ed0457e713e76fe
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a2c20b8b3d8c407b0520ce7c4ab8f832cd2a72f1325635526feef353c3788097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,515
Size: 1.00 vMB
Total Fees: 0.00740394 BTC
Feerates: 179.53 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (417,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
497,970 497,970 00000000000000000099648650074b757696107b73e73629504621f9cb2c533f 2,206 1.00/1.00 vMB 204
497,969 497,969 0000000000000000001de28a7ce6dd6ee42283aaf823eb805058b010ac8a15cd 2,413 1.00/1.00 vMB 147
497,968 497,968 00000000000000000049634f9e2362042484f1e18b98e0e5dc87c39043d55000 2,892 1.00/1.00 vMB 180
497,967 497,967 000000000000000000affd2ad771b68870f8a78a1f22f68b52a3d0e5eb695b85 2,515 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 782.84 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: 712.36 GB
    • Received: 17.17 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.