Loading Tool

Explorer IconExplorer

Memory Pool

74,121 transactions
28.71 vMB
0.08003479 BTC
Random Selection Loading Transactions
Max Size: 169.73/200 MB

Candidate Block

Mining Attempt bb3a82a7e81d9cb6987380a298f4a50a84327417129b6184a9a064998c691059
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root c13c2969bf2cbe4d1e90eff301240daa8ec90ba1e8a292663939ecdd7d8f5ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,607
Size: 1.00 vMB
Total Fees: 0.02207200 BTC
Feerates: 150.36 > 2.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (339,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,905 575,905 000000000000000000073e433b3c25cb067cac5d8ffba6f6fc5440ce7b616630 1,752 1.00/1.00 vMB 62
575,904 575,904 00000000000000000028aff70ca917260603d07ebee9a99bfd84ee9b2e227185 3,131 1.00/1.00 vMB 112
575,903 575,903 0000000000000000002920fbe483b2c7f727af15bfe0303a74818fbfe163a4e3 2,080 1.00/1.00 vMB 53
575,902 575,902 0000000000000000001accb9896d9774f458bf2f0ed6b712f3193210a7905d51 2,276 1.00/1.00 vMB 99
575,901 575,901 00000000000000000024319aa0b3cfa97973510245e6e2712c0c95b88681d380 2,144 1.00/1.00 vMB 48
575,900 575,900 0000000000000000000b38eccf99407fe1947ed10a757f8160b95f410772934c 2,574 1.00/1.00 vMB 45
575,899 575,899 00000000000000000017d8ba8c9ac8f2bedd6db71b2b2b610b566fc89f6888f9 3,111 1.00/1.00 vMB 71
575,898 575,898 00000000000000000009969d265fcab75a5294bf41795a419536edafca721f28 2,835 1.00/1.00 vMB 70
575,897 575,897 00000000000000000007af5c628433c9ceb8b13c4e0b456fccf79788f15da261 3,073 1.00/1.00 vMB 81
575,896 575,896 000000000000000000030c747b8ba37b6de455a2a4503930d0e8e8b36f4990d6 3,113 1.00/1.00 vMB 107
575,895 575,895 000000000000000000118eb9b2aade3c8398803acbdf9bd2b35d7da464bfc30b 1,958 1.00/1.00 vMB 48
575,894 575,894 00000000000000000008f9d0984c59556f2d4729d3622c2e33558b177a76ca90 2,158 1.00/1.00 vMB 47
575,893 575,893 0000000000000000001afad0f4cb00457c40f5655ff18a5d5eb82ec4963ff3a0 1,898 1.00/1.00 vMB 43
575,892 575,892 0000000000000000001989d638dff1d038e8e2b26983fba98aa5509d1a5ffe02 2,507 1.00/1.00 vMB 50
575,891 575,891 00000000000000000010b6dcea977e366bf8cab67ecb02b318d7ea65810d72d6 2,642 1.00/1.00 vMB 69
575,890 575,890 0000000000000000001a818629e3085ac60fda828edbe0151d6d8cd6fd0ca412 2,418 1.00/1.00 vMB 43
575,889 575,889 0000000000000000001ee0b218478fa713f34c8c31d4fb4760753a24fd3d51b1 1,900 1.00/1.00 vMB 65
575,888 575,888 00000000000000000014fa6a15fd698cf5be8619763fd8873a0da4ab3fa57123 2,646 1.00/1.00 vMB 65
575,887 575,887 0000000000000000001c5bfe4d6f6a754b88f39712a418a9b26cf0903be6aadd 2,651 1.00/1.00 vMB 104
575,886 575,886 0000000000000000002939b87d0307a27066e78a1ed8b6313a614c92eae29cc7 2,100 1.00/1.00 vMB 65
575,885 575,885 00000000000000000027292beb0f39676f1ba27d856f3841127aac3a52bbbe9d 3,013 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.