Loading Tool

Explorer IconExplorer

Memory Pool

75,996 transactions
28.19 vMB
0.08988173 BTC
Random Selection Loading Transactions
Max Size: 171.09/200 MB

Candidate Block

Mining Attempt 18a0534afc75db6ffd515e69433bbcf99ae8e75e4e03ade375b55db20dca4032
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 003db33a8f38d7a5e4efc7b8f4933041b5d0ed3a4cf7d65d1eedf376c79f3715
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,648
Size: 1.00 vMB
Total Fees: 0.02864740 BTC
Feerates: 402.60 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (441,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,579 473,579 000000000000000000e097406e15a14c758ba98714b68755ffc646d6213c5f70 2,035 1.00/1.00 vMB 265
473,578 473,578 000000000000000000e4da77f07d1bce0cdef046c05b2b3826709056b979ab17 1,864 1.00/1.00 vMB 237
473,577 473,577 000000000000000001134ad33a936a5b208f1d99ca35fd3ac6f0d5e147c6357a 2,300 0.99/1.00 vMB 344
473,576 473,576 00000000000000000153515bc1e02dea2f54b2f55af5f80d1d9df737c632bf13 1,655 1.00/1.00 vMB 391
473,575 473,575 0000000000000000010d39165a192b3d23746941df695dab3b69148843dfba52 1,845 1.00/1.00 vMB 348
473,574 473,574 000000000000000000f6fc13699392a00681529a53ddca8f7e0f2cba53c8f3e1 689 0.22/1.00 vMB 395
473,573 473,573 0000000000000000010ecc7936f5b28cd01004442a18236aac53ac6a9c5f4c57 1,639 1.00/1.00 vMB 170
473,572 473,572 000000000000000000adc894446d037ebc3b5272a9d492779312effd4d177952 1,398 0.69/1.00 vMB 213
473,571 473,571 0000000000000000005da6b942d01bd8b8a19a02def37405e1941d21681e3132 2,106 1.00/1.00 vMB 283
473,570 473,570 000000000000000000c79db46d10924479dc3aac45cd1279b5981c5b54a7931e 2,177 1.00/1.00 vMB 230
473,569 473,569 000000000000000000b864b4ef38e857e3637e14c994f1a189e66b91872fae3b 1,943 1.00/1.00 vMB 265
473,568 473,568 00000000000000000144d9ec16bd30688c2d8bc5af2dc66ba813df01d872b044 902 1.00/1.00 vMB 51
473,567 473,567 000000000000000000ca83701777eab393be407a386013a6d0620f739a096d6d 1,631 1.00/1.00 vMB 52
473,566 473,566 000000000000000001648f941597fdee974970ffcab280bfcb4eddd63d0d5b75 2,612 1.00/1.00 vMB 75
473,565 473,565 000000000000000000e0e5983d594ee4d4cc9b6de05829cd9bbe0d93dabbf55f 2,187 1.00/1.00 vMB 118
473,564 473,564 000000000000000000affda9a5bc3c411f4b8a5a2194d07bcbdd871ce59b29e5 1,568 1.00/1.00 vMB 167
473,563 473,563 00000000000000000102bb2d238d3d24c052f90305f06d1b44178f07e8a18b13 2,601 1.00/1.00 vMB 139
473,562 473,562 0000000000000000008de75ec6b373dd48d3691ad7f0371d03a275586a3bb2c9 2,003 1.00/1.00 vMB 123
473,561 473,561 000000000000000000e8db279529109ee71e8da9dc0565c2153f4f428f0b9d18 1,533 0.99/1.00 vMB 225
473,560 473,560 000000000000000000d6677c3684ab49de00f36c2bead1de8c0163448f7a8e4d 2,153 1.00/1.00 vMB 209
473,559 473,559 0000000000000000010c3bba6ad8f79bbe26eede6f4966bc25305fb61ec6c3cf 2,008 1.00/1.00 vMB 333
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.