Loading Tool

Explorer IconExplorer

Memory Pool

31,223 transactions
25.81 vMB
0.05746711 BTC
Random Selection Loading Transactions
Max Size: 140.46/200 MB

Candidate Block

Mining Attempt 8c87d32bb3bae642d8d1f84154b3b4684a3ce3f60c692595b07b9b132a798ac6
Version 20000000
Previous Block 00000000000000000001b61eb98ab34481177f366544780cdf92fed07814aaef
Merkle Root 2c946d4733d9059d2f5dc9b16005735a0c69926cb52303713486bebd7aa6ef45
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02769998 BTC
Feerates: 100.56 > 2.78 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,509 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,509 940,509 00000000000000000001b61eb98ab34481177f366544780cdf92fed07814aaef 2,381 1.00/1.00 vMB 1 ago
940,508 940,508 0000000000000000000100985af1590464f9576e7e37973438a1faa108beea1f 4,061 1.00/1.00 vMB 5 ago
940,507 940,507 0000000000000000000190b65dd108bfa9d4d3f63985bf8d398d51b04ddbd300 2,536 0.93/1.00 vMB 2 ago
940,506 940,506 0000000000000000000062433f43b53073a5ebd6ca58f250852d930aab59e70d 2,913 0.84/1.00 vMB 3 ago
940,505 940,505 00000000000000000000d9783821b9bdaab12b2c6416070db77fee19b7d2a22a 1,117 0.44/1.00 vMB 2 ago
940,504 940,504 00000000000000000001b40631ba936df784cfa400584a8bffb2ba51521ac989 1,590 0.55/1.00 vMB 2
940,503 940,503 000000000000000000012c481ce937b6c85162d376895f7f038d8d7b285f3b4a 3,442 1.00/1.00 vMB 1
940,502 940,502 0000000000000000000086d53ba50db5c0b28a496aa3c6dd1541316986b82115 2,768 1.00/1.00 vMB 1
940,501 940,501 00000000000000000001a1701e42ea8c29f6cbc314596cfb9e78775bf56d7deb 6,882 1.00/1.00 vMB 0
940,500 940,500 0000000000000000000163f8c67ae95b6b4e24437e9fd53cd0150db838c6f72e 3,518 1.00/1.00 vMB 1
940,499 940,499 00000000000000000000809ce8c8d81070d82978a2069eecc967d4e39ae9ff30 2,573 1.00/1.00 vMB 0
940,498 940,498 00000000000000000000b0f1e47af02af092e0e2bc97e0d93a72d1f05633f64e 4,877 1.00/1.00 vMB 0
940,497 940,497 00000000000000000000f6fc3d7178aa717fe39766e76629bd72e4bf9258ccad 5,906 1.00/1.00 vMB 0
940,496 940,496 00000000000000000000f3785c73709f7f3612d6efee75d7d47ba60a0ce157b8 2,186 0.71/1.00 vMB 2
940,495 940,495 000000000000000000001136915893a19740651bc578e6e858c1a4edcc4c0c89 5,574 1.00/1.00 vMB 0
940,494 940,494 0000000000000000000180bef16a6e300f68ba2f95a873354124ff06cdb6b0aa 4,331 1.00/1.00 vMB 1
940,493 940,493 0000000000000000000084c46c031dadf583cc9d06c52d2044d64b5e4b95faf4 6,688 1.00/1.00 vMB 0
940,492 940,492 000000000000000000002e0d469bb5c5e46925af28dbaf2124cb6f19199d97d4 3,556 1.00/1.00 vMB 1
940,491 940,491 000000000000000000013dd16f3f20e2114bfb6fa910cc8fe642af8a2ba0f624 4,601 1.00/1.00 vMB 0
940,490 940,490 000000000000000000004fdd17846b679184aa81a4dd240c5264d10f3bc2f05a 1,530 0.52/1.00 vMB 2
940,489 940,489 00000000000000000000bd14a9219ed29b1ef97ef6938a3b659ca872d1e5241d 3,948 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 827.67 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,461.75 GB
    • Received: 243.60 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.