Loading Tool

Explorer IconExplorer

Memory Pool

33,179 transactions
26.29 vMB
0.03889475 BTC
Random Selection Loading Transactions
Max Size: 144.96/200 MB

Candidate Block

Mining Attempt 989ab1986ec4a25225ea64736c2092fcceb67736674eb1109d37faf1fa7c854a
Version 20000000
Previous Block 00000000000000000000ccbe6df10c363eb52bcaead72c17763e9940667eb99e
Merkle Root 645cc7bcead3b6308e19e7daee7beb1a3e022990891c81fc785e6521c0f12324
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.00933422 BTC
Feerates: 200.71 > 0.94 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,578 (15,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
925,544 925,544 00000000000000000000762ae220edd665feedf644e94c1b51b47846492c7d1b 5,110 1.00/1.00 vMB 0
925,543 925,543 000000000000000000007c0e130fa3792d5d76b0a58f5413555418d615881d47 4,309 1.00/1.00 vMB 1
925,542 925,542 00000000000000000000698d7bb68ab856c6764d1cae6a86832e6c54d75a9e16 4,613 1.00/1.00 vMB 1
925,541 925,541 0000000000000000000066834db86b204cb104d0d33595c4992294524e1d9988 4,004 1.00/1.00 vMB 1
925,540 925,540 00000000000000000001a49e8bdadaf300985ea504e4fafd7fa2167815e1421d 3,765 1.00/1.00 vMB 1
925,539 925,539 0000000000000000000145b6870d62c0e931da90f8b68661246d394b5239f205 2,988 1.00/1.00 vMB 2
925,538 925,538 00000000000000000000257b1a71aa3788dd3a46eb4b4d17ff5a5dec172fc9c3 3,850 1.00/1.00 vMB 4
925,537 925,537 0000000000000000000137d2125c6d38506823d0f09ad9b8850bcdf0c7feea31 3,796 1.00/1.00 vMB 1
925,536 925,536 000000000000000000008edef3684dbfa12b79c973a1b58b7bceb8dcaf77755d 4,560 1.00/1.00 vMB 0
925,535 925,535 000000000000000000016dbc648aa237269cd5bd6809503e54a1a1df02a0bede 4,018 1.00/1.00 vMB 1
925,534 925,534 000000000000000000009752896a45d694d3b2a39c1e2d987e550cc9c4fdded5 3,703 1.00/1.00 vMB 1
925,533 925,533 00000000000000000001787cf9193ff640fc72b67cb1db745faf3e4a0a6827cc 3,466 1.00/1.00 vMB 3
925,532 925,532 00000000000000000000b75f7c6f654abc844b3eef96297db3e69ad8967c012a 4,282 1.00/1.00 vMB 1
925,531 925,531 000000000000000000002d6a2c09c548c6b0ba030d39cc8f489152a900843399 4,168 1.00/1.00 vMB 1
925,530 925,530 0000000000000000000048a04e0a88d221a39861be61e13f1d567328767de2e5 3,442 1.00/1.00 vMB 2
925,529 925,529 0000000000000000000197b255c509f3196f33ca9b25cb7c08465d53f839f4fd 4,049 1.00/1.00 vMB 1
925,528 925,528 000000000000000000001ec01218bff8b8ba8692911a6bb6634fda8b3d71e6ab 3,192 1.00/1.00 vMB 2
925,527 925,527 00000000000000000000fd98cae9b74b11b347fb430b0d0532c9552a8aa30ec4 3,160 1.00/1.00 vMB 5
925,526 925,526 000000000000000000011db0d559f36ede40d5e31a61400cd6bb27e0488cc303 3,323 1.00/1.00 vMB 3
925,525 925,525 00000000000000000000d8a059f5ccc1c600e7cf84525d5b65ab3d9752f15cc4 5,113 1.00/1.00 vMB 0
925,524 925,524 00000000000000000000e4bef06a2ba6452155ded314e9dc5dcaeb9891fb5c5a 1,475 0.50/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 827.80 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: 4,501.76 GB
    • Received: 244.27 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.