Loading Tool

Explorer IconExplorer

Memory Pool

50,577 transactions
30.35 vMB
0.14294957 BTC
Random Selection Loading Transactions
Max Size: 162.04/200 MB

Candidate Block

Mining Attempt 2a79bb0bd99e02afff23ffb3b0b7ab9ed468dbd1f43df06db187d76d88ad34fa
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 0f02099734b329c29cafff37236a24def2feb266d7cd48c662c14815e576b3aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.07211116 BTC
Feerates: 529.61 > 7.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (439,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,728 475,728 0000000000000000006a65a403b9a48927333b91a805525985d146a3db973344 2,415 1.00/1.00 vMB 88
475,727 475,727 000000000000000000a86f623300af05aa32154b182b88b9a26aeb522e6331ed 1,714 1.00/1.00 vMB 211
475,726 475,726 0000000000000000000a01bbf31d0ec5cfe6e7907b0703318e69042eb838ee06 1,663 1.00/1.00 vMB 282
475,725 475,725 000000000000000000f80070c36e738947ba97e8a230fe456218fe53da140b5d 1,743 0.74/1.00 vMB 209
475,724 475,724 0000000000000000000c9d508e72976a604b4feb249b17dbae68936cfa6f3419 1,694 0.77/1.00 vMB 158
475,723 475,723 000000000000000000407074660a8439d81646a17e6212bb1f15739a90e10d88 1,214 0.88/1.00 vMB 130
475,722 475,722 000000000000000001205585d2808a1d072cc53aefff78044ab77af82b393bf4 1,828 1.00/1.00 vMB 156
475,721 475,721 00000000000000000110fc50c035a07c40c560c15badf65caf3532111f67e8cb 228 0.08/1.00 vMB 168
475,720 475,720 000000000000000000105822c6e61896a746174cd5d11c238fc47a29cdf1ce9e 1,449 1.00/1.00 vMB 116
475,719 475,719 000000000000000000731f52c1f8ca39de93dab7e02e4e602d0ef8983f1d5b26 1,631 1.00/1.00 vMB 56
475,718 475,718 0000000000000000005c8e0a33e6357a753794c15561f37768ede18aec64c4dd 1,783 0.99/1.00 vMB 238
475,717 475,717 0000000000000000002efb60e73ed292590c8e4c19fadc18f2736fd025777f80 2,071 1.00/1.00 vMB 241
475,716 475,716 000000000000000000021de0821130034e4fca0d7f81672bcc4deaeb052b5a57 144 0.06/1.00 vMB 204
475,715 475,715 000000000000000001052a3da49d19c0eca4532ffce9b5f7e96ee6902fdd1f33 692 1.00/1.00 vMB 26
475,714 475,714 000000000000000000df1bd67951401827672f9b0b2dd6e3a04ef0806fdc68b4 2,178 1.00/1.00 vMB 172
475,713 475,713 0000000000000000000eb9b1cfc1857b64f4ed08f76cb36b1c0233ecb3e66c2a 2,413 1.00/1.00 vMB 92
475,712 475,712 000000000000000001239c5a4226a931c135c20614287ef33b8d7b3117f87c81 2,776 1.00/1.00 vMB 185
475,711 475,711 000000000000000001691dc4b8a2aa6bdb2e66de1b8659d686a19f72723c340f 1,709 0.74/1.00 vMB 205
475,710 475,710 00000000000000000004cd833cc0079c6719c4b86ef69f9b22e4a076f2aa4633 2,284 1.00/1.00 vMB 214
475,709 475,709 000000000000000000a9462a20f971f809fa5ba6c41c5f1b218c9935b8b59b25 2,346 1.00/1.00 vMB 151
475,708 475,708 000000000000000001761bd6ce03ed73a881f9ea243c8c6d05c352b2cbd173dd 1,810 1.00/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.