Loading Tool

Explorer IconExplorer

Memory Pool

39,270 transactions
28.91 vMB
0.07395788 BTC
Random Selection Loading Transactions
Max Size: 146.33/200 MB

Candidate Block

Mining Attempt 8adac4ee6040331d2b63b79bf94a924df1140fb179e7757bef6a851792fc8bcd
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root b3ffa522ce2e1d4a644ab396b3a190934899b3064235fa7b5c7127966ed54257
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01779477 BTC
Feerates: 100.36 > 1.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (453,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,873 460,873 00000000000000000135433a4718e6c148c253714dd85853f19eb84daeebd776 1,618 1.00/1.00 vMB 126
460,872 460,872 00000000000000000066e920117e34bdef6b80284f6e2e84535148379c62cb1e 2,334 1.00/1.00 vMB 194
460,871 460,871 00000000000000000103d26a02abe9df138c2243e14922e4e3cc13a9013dff5f 734 1.00/1.00 vMB 87
460,870 460,870 000000000000000000b406714d029fc14326d68aad0d14250d187bfd5890bd2d 2,008 1.00/1.00 vMB 130
460,869 460,869 000000000000000001eac5f51912721e068c17466f236b0e2a34975ad8a5fc56 2,439 1.00/1.00 vMB 199
460,868 460,868 00000000000000000209c603c39501e1d8dc483b6c8d80ac6d901059f05a8416 2,666 1.00/1.00 vMB 133
460,867 460,867 000000000000000000f267bb190cec250cc9c9d605c337008a5ad6ee5cd3687c 1,197 1.00/1.00 vMB 138
460,866 460,866 000000000000000000dd6aae76f5956cd5613829d43caedd9480c3279de7a878 2,715 0.93/1.00 vMB 150
460,865 460,865 000000000000000000243ce7d1fdff0b6b03555946fdfcd08467bd3734029ece 1,708 1.00/1.00 vMB 129
460,864 460,864 000000000000000001e6f4e3bef7f59466b44cf8ef6594ff056d379b2de4af85 2,492 1.00/1.00 vMB 178
460,863 460,863 000000000000000001b49c6fd56a897fe2992a5cd7c1373a9d6fce3ac2076bd6 1,368 1.00/1.00 vMB 190
460,862 460,862 00000000000000000178e6c6dc82f5412d39648b52bf706b6b3330ab9d863c07 1,795 1.00/1.00 vMB 156
460,861 460,861 000000000000000001b1a666470e12ace9327b0a4a46a00e2e9b0924bd42a6e1 2,093 1.00/1.00 vMB 217
460,860 460,860 000000000000000001f42ca3c2cf353108fe711ed21898b7e2e17c639a384b12 1,990 1.00/1.00 vMB 168
460,859 460,859 0000000000000000004045d1893366b3d1718f7f38ce215d5ba3c0abce20084e 2,429 0.93/1.00 vMB 276
460,858 460,858 00000000000000000151e39fded1ea31cf803d8efcaf1add16540c62cd95157f 2,626 1.00/1.00 vMB 197
460,857 460,857 0000000000000000009cd0441d2dd425b3ef2f1ebacb767ec004492f0a7f35d1 2,257 1.00/1.00 vMB 157
460,856 460,856 0000000000000000013e8371b51e1dcfa36cb92948f14e91ec8cdae1ed7c04c2 1,602 1.00/1.00 vMB 160
460,855 460,855 000000000000000001456e820541d7727c73cf0a952b6e688693fc6d5a3ce882 2,596 1.00/1.00 vMB 144
460,854 460,854 0000000000000000009671c2cd363a90d2a4526b52c45800e0be849c0ad7844a 2,531 1.00/1.00 vMB 213
460,853 460,853 0000000000000000004c1e6f1253e1b773c686416ec8e4b9330b68e8ed06e406 2,022 1.00/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 781.64 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: 626.40 GB
    • Received: 11.63 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.