Loading Tool

Explorer IconExplorer

Memory Pool

38,688 transactions
28.24 vMB
0.06550200 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt d01256035593b0e05c3e50ace73193496d40d845b790ae7faa48d1b4b74e3789
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a81428b674b2715dd657bb6a793a5b8f660de5f150dc27ca2d8af2b07711a0b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01133364 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (331,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,744 582,744 0000000000000000000cd434c6c9a1adc18dd4187cefd2e91e7cd84bc39a3771 3,172 1.00/1.00 vMB 175
582,743 582,743 0000000000000000001b85ce2a0c31d51687a45e6cf3f65407194ed1d3c464fd 2,941 1.00/1.00 vMB 202
582,742 582,742 0000000000000000000b2b9e8abcd0448081f12b0a810caee46e042d97fce82e 1,060 1.00/1.00 vMB 65
582,741 582,741 0000000000000000001361cb6b3bbd32c2f430e5555e0340b695510da2bb520a 2,619 1.00/1.00 vMB 76
582,740 582,740 0000000000000000000214534977b915e6e19bf666d4f804ca073217377b85b9 2,002 1.00/1.00 vMB 76
582,739 582,739 0000000000000000000e21a484d28a6d12d3167080c9f4b9fb4b7b05edc57477 2,628 1.00/1.00 vMB 76
582,738 582,738 0000000000000000001976238299ebaeabd99512b20806558568c29e981dcc89 2,693 1.00/1.00 vMB 97
582,737 582,737 00000000000000000002c588af50fea042eb4290fb87141e2ff1f8974387fed7 2,021 1.00/1.00 vMB 153
582,736 582,736 00000000000000000017850be941537620bccdbb5aa012224f6138a56387b1df 3,169 1.00/1.00 vMB 139
582,735 582,735 0000000000000000000dee80f89d5b8392f61e2f727ebdd7821dc2e707d6f7a0 3,209 1.00/1.00 vMB 130
582,734 582,734 0000000000000000000cd221d3ad1c0fb95b12c551ac97bdc45b8748bcdc2546 3,072 1.00/1.00 vMB 102
582,733 582,733 00000000000000000016f6e73907c29ddd4b7d767fc31f61f55aaa13709d26fc 2,515 1.00/1.00 vMB 192
582,732 582,732 00000000000000000016ac392dc0d27074c806b11025d52542de3b28ebaafba8 1,911 1.00/1.00 vMB 155
582,731 582,731 000000000000000000108c84eb73d0b21e6d55433db6bfebef5e3775028e5dcf 2,847 1.00/1.00 vMB 120
582,730 582,730 0000000000000000001f6892a46f3793541c49c53b1afbd84b66d683da050e24 2,179 1.00/1.00 vMB 114
582,729 582,729 0000000000000000000eddb77d36a63a8222ad2492f566675369d669d7aceb57 3,018 1.00/1.00 vMB 180
582,728 582,728 0000000000000000000d18cd2c298d37be4dfa4a2c5e8cb198aab3572cf848e7 2,966 1.00/1.00 vMB 133
582,727 582,727 0000000000000000001d6398d6dcec2b3dd1f981c210f337bab9bd35fbe8959d 2,846 1.00/1.00 vMB 127
582,726 582,726 00000000000000000003e91f75050e5e3908d922a750552c05d19adeaea8de9a 3,010 1.00/1.00 vMB 165
582,725 582,725 0000000000000000000a701274fe2f735b79fa22a2d4c4728bec8f886bc7cb63 2,038 1.00/1.00 vMB 130
582,724 582,724 00000000000000000016a824c8a597d469590f2e5fef42e685d5f217462156ae 3,271 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.