Loading Tool

Explorer IconExplorer

Memory Pool

41,409 transactions
30.37 vMB
0.06876158 BTC
Random Selection Loading Transactions
Max Size: 153.63/200 MB

Candidate Block

Mining Attempt 6c02aba1bb808cab5c5066bd9fabc3996838c26e8b64264dfe3367d4f3b4694a
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root e3355a4abe2ac2067ce362637e6511db6c75d1f19ff7105ef28088fa33f8e78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,295
Size: 1.00 vMB
Total Fees: 0.00809293 BTC
Feerates: 40.21 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (258,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,166 656,166 0000000000000000000b4468dc9fa41783307638174f28fa34cb50bee4d61762 2,062 1.00/1.00 vMB 40
656,165 656,165 0000000000000000000d3c34558b601099df622978b5e2527a734cb50814a605 2,034 1.00/1.00 vMB 49
656,164 656,164 00000000000000000001cf89098e87d08dc0bcf674b3ef416012b3cf66b5b906 1,806 1.00/1.00 vMB 60
656,163 656,163 000000000000000000061d4f238c170e836577bf6f547c0c2e8210445c6b7453 3,067 1.00/1.00 vMB 135
656,162 656,162 00000000000000000000d8a90681fcd74e7f9eefdd5a00d52aa30cd96f8284ce 2,159 1.00/1.00 vMB 197
656,161 656,161 000000000000000000066e1d26485ca53b75c99befc45056922ce354d4016ef1 1,005 1.00/1.00 vMB 234
656,160 656,160 0000000000000000000e32709854b5d177f1eeb42583bec375fa882e1500bf5b 1,813 1.00/1.00 vMB 265
656,159 656,159 0000000000000000000be7c8c7d08a448eb7ed7a815c3e4e530adfb0644e1641 2,588 1.00/1.00 vMB 273
656,158 656,158 000000000000000000063486d24125e368f932b38f9d17878b2c21c7504fc7cf 2,404 1.00/1.00 vMB 192
656,157 656,157 00000000000000000001f88b48b8134d1ca92764d2b8f1dfde89e5e4f6ddd1d0 2,210 1.00/1.00 vMB 61
656,156 656,156 0000000000000000000024a8f70b0d598552189c2e89fae64ad815ee0e6e5171 1,949 1.00/1.00 vMB 20
656,155 656,155 00000000000000000003460513cc0b3cd88a44c79bd4113f87721a56cfdbf4a5 2,352 1.00/1.00 vMB 151
656,154 656,154 0000000000000000000a01e0ee5465ce9b1d7de0edcea964d356031a4afdaf46 2,104 1.00/1.00 vMB 60
656,153 656,153 000000000000000000058f460e95230fdfaaca48c63251da641605bb0f8a2290 2,722 1.00/1.00 vMB 242
656,152 656,152 0000000000000000000920385446b5ee1a5c2b156379a66fed4dd74f5f3ee253 2,566 1.00/1.00 vMB 154
656,151 656,151 000000000000000000107b64890354bc7bf5632099d2f9209030dea9bd1dd65d 1,351 1.00/1.00 vMB 64
656,150 656,150 0000000000000000000043c53650882adc346e17a7171949a203e43258ed9bfa 933 1.00/1.00 vMB 44
656,149 656,149 0000000000000000000c27fdd0da7843cdec44686c76264144cd877f846a3c29 2,279 1.00/1.00 vMB 52
656,148 656,148 00000000000000000007af8627f332ed3708e7a67cc7abfc9977e7f0a8ab8186 2,620 1.00/1.00 vMB 115
656,147 656,147 0000000000000000000cd493ed5c1d0bc34fb7fda41d181ff6dff3ae0018c516 1,506 1.00/1.00 vMB 51
656,146 656,146 000000000000000000087b265c93f76c0d422b63aacabd421286ef5cb7f7cc15 1,347 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 781.43 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: 609.02 GB
    • Received: 10.67 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.