Loading Tool

Explorer IconExplorer

Memory Pool

89,050 transactions
33.07 vMB
0.20274575 BTC
Random Selection Loading Transactions
Max Size: 199.62/200 MB

Candidate Block

Mining Attempt db42000a08201eeecadd5f2a7a024318b7e5684fec1c87da23a6b445c7a3e0b0
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 1c05596abb885978b40668910dd1635d3a10b505bf018a82eba7dd31b37ad005
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.09002823 BTC
Feerates: 387.56 > 9.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (418,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,206 496,206 00000000000000000044892adbbaca753fcc0e7c3213a3b73cbabde722433fda 2,192 1.00/1.00 vMB 160
496,205 496,205 0000000000000000001b09d54f61723dc40d45353051546d5a6be7e23b0ef526 2,719 1.00/1.00 vMB 89
496,204 496,204 0000000000000000005d3411d5d0f03390296f2e99b8c6522af63a20b05cd0fe 2,488 1.00/1.00 vMB 108
496,203 496,203 00000000000000000075d03a649eb5046c403598f0b3b39ffab276d76da27d2b 1,929 1.00/1.00 vMB 129
496,202 496,202 000000000000000000c626a272f2cddb4707426806a90470f91d7e255fadc6a8 1,659 1.00/1.00 vMB 186
496,201 496,201 000000000000000000a7b47a1e58e456fd54ae5a30cb92a35ca3e5acee065287 2,032 1.00/1.00 vMB 139
496,200 496,200 000000000000000000c6dd215947b569fa06de2cb856dec643daf5a7e8efc72e 1,036 1.00/1.00 vMB 113
496,199 496,199 000000000000000000c645c295fbd91df2f53e0346a4ecf8821abc8cc18fa4b1 1,758 1.00/1.00 vMB 130
496,198 496,198 0000000000000000004f4c7ee2fad2a651b5bc1e7ce4254fe48490f7a1640dde 2,315 1.00/1.00 vMB 141
496,197 496,197 00000000000000000051171c130caa6977a5a8ef207c7251cedb5d319816cfd5 2,519 1.00/1.00 vMB 186
496,196 496,196 0000000000000000001b19fa8e5a2ed84b11c962218c3b83323803ef370ee2ce 2,378 1.00/1.00 vMB 168
496,195 496,195 00000000000000000019b8c0f5b62ee27c5b46ac5732f644aa81d9b7a06f8a13 2,592 1.00/1.00 vMB 185
496,194 496,194 0000000000000000000b42d438787ca0c859465c005d56683f5c4001417bf49b 2,378 1.00/1.00 vMB 187
496,193 496,193 000000000000000000c75abcea4fac71fd10fdeaaeaf805d10db3b6456b44588 1,492 1.00/1.00 vMB 53
496,192 496,192 0000000000000000002dda35a54d595bcc2f5b240ad96c7b7f3108d09213c382 1,266 1.00/1.00 vMB 41
496,191 496,191 0000000000000000000c4a7935468653a4d6955d17c10e7f395df236f081b432 1,979 1.00/1.00 vMB 70
496,190 496,190 000000000000000000a7eec347ee91b7c3cd67339772a97b92c8ba976977b581 2,307 1.00/1.00 vMB 112
496,189 496,189 00000000000000000044cd0affe33b91dcc3368465223f813532f9ff71bd8f4f 2,492 1.00/1.00 vMB 127
496,188 496,188 000000000000000000a7eb8694a5c054be68c72fa292e24a4f53463b853ec3b8 1 0.00/1.00 vMB 0
496,187 496,187 000000000000000000b36bcbff0b373f7d6d4c34a975349c85ab3ba1b52208d1 2,602 1.00/1.00 vMB 142
496,186 496,186 000000000000000000420ac4ef390d5ee5715b8e15830214d1218003247e7863 2,280 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.