Loading Tool

Explorer IconExplorer

Memory Pool

40,539 transactions
28.14 vMB
0.06505467 BTC
Random Selection Loading Transactions
Max Size: 143.76/200 MB

Candidate Block

Mining Attempt ec35de21ad3d5c44bb26665a56fdc9f989ca88218170c4b3d40263ce2bbb768b
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root b85ac23a7f893bc750911c0c1c836a3b10beaa1385b0e8e3a3b1d48e21f3ad12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,916
Size: 1.00 vMB
Total Fees: 0.01091193 BTC
Feerates: 201.07 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (291,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,989 622,989 00000000000000000004ed2eedaf25ea1edbc7c3a50d58aeb53bfe439850035e 2,109 0.88/1.00 vMB 51
622,988 622,988 00000000000000000005a966e833c143bef81fa828bf236ce0a5bb1cbc382261 54 0.02/1.00 vMB 88
622,987 622,987 0000000000000000000f9bc4c47d970859fc6185533d74bbf394b60edc993390 2,135 0.87/1.00 vMB 37
622,986 622,986 0000000000000000000e3c965a5d7b71ca19081b4e16a249d07b3bf06ad1b5f4 2,458 1.00/1.00 vMB 38
622,985 622,985 00000000000000000005121cf0350aa4a4ab17aff17a5aa03aca1701ea80fef4 2,281 0.94/1.00 vMB 41
622,984 622,984 0000000000000000000903cb36dfd18ab60533f2948b05949777a5bd3b24cc4a 779 0.51/1.00 vMB 36
622,983 622,983 0000000000000000001102f87d67da374ad8db5d9e9b20def9661d3d16d17b73 2,908 1.00/1.00 vMB 25
622,982 622,982 00000000000000000012bf5cb54b5f2dabdef15109787a8c9fe39f02bc67599b 2,505 1.00/1.00 vMB 63
622,981 622,981 0000000000000000000641886b8d77e63ab9ecd4d5375f34a7d571534f5b93cc 2,608 0.93/1.00 vMB 17
622,980 622,980 00000000000000000004c7f36679225adae6123ee8249ac56a2f9afe764c2e4d 2,455 1.00/1.00 vMB 71
622,979 622,979 0000000000000000000fe97d37fbeff0f373a262e9fd1c55b5d70b072ac84879 1,275 0.35/1.00 vMB 19
622,978 622,978 0000000000000000000a846c1a57c6ba97f360c71d21fe5c2ca1dc53e1e5545e 2,110 1.00/1.00 vMB 15
622,977 622,977 00000000000000000004cbc10f8af71bd8ef1c36ed07125599a4ac2baf5abe63 1,592 1.00/1.00 vMB 50
622,976 622,976 000000000000000000047084cad466b17be99f04dd7bcae5007e101ed916b61c 2,919 1.00/1.00 vMB 63
622,975 622,975 0000000000000000000c093149aa3feb4887bdd0eb071a2203aa37afd1618211 1,660 0.55/1.00 vMB 53
622,974 622,974 0000000000000000000db2e7570af4d2931384cdda3ed5dc890bcffcf5fa34d2 908 0.33/1.00 vMB 40
622,973 622,973 000000000000000000053b4587b4dc0e0ea5c4a28d523e9f6c0ede805719405d 2,054 0.75/1.00 vMB 44
622,972 622,972 0000000000000000000a1d50afe93a6348131a86c481ace4a097a72190e7522d 1,872 0.80/1.00 vMB 40
622,971 622,971 00000000000000000013c6080ffee0b36ecfc14205941c71057a936d5985462c 1,663 0.70/1.00 vMB 13
622,970 622,970 00000000000000000007b013b6bb379d7ba1586432010cda8fe189a4ba424001 2,618 1.00/1.00 vMB 66
622,969 622,969 00000000000000000004221fc43c8826bec4f28a1124d7e418a5670902a92ca3 1,910 0.73/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.