Loading Tool

Explorer IconExplorer

Memory Pool

80,714 transactions
31.34 vMB
0.08530092 BTC
Random Selection Loading Transactions
Max Size: 189.42/200 MB

Candidate Block

Mining Attempt 0c674656e5ed4c95d187da6d2ade904970fcbfec00fd217d3052cbead218c731
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 32056535c79d30ae6f838df01eb3ac2d7c08ab91f9b41752d936ecfa8e311360
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.01745225 BTC
Feerates: 150.65 > 1.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (503,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,866 411,866 0000000000000000034f6e06c918f0437d65000db8f33b6415da219124617a1c 8 0.00/1.00 vMB 104
411,865 411,865 000000000000000002e1a80970c89ee94ae0cd96a97e55ae0ed4610c99bd12af 852 1.00/1.00 vMB 17
411,864 411,864 0000000000000000051395b7db6d965e73e88e9cd3c7e024f5ad59ee996a7696 58 0.04/1.00 vMB 35
411,863 411,863 00000000000000000409d8c919685bee6262c9f4b8b63f30f1d916493816f3db 1,020 0.81/1.00 vMB 26
411,862 411,862 0000000000000000051676478b7a97e593beea4970f472076ac56929d467ef12 1,683 0.99/1.00 vMB 30
411,861 411,861 0000000000000000045a0c779c981d63bd2079a5bd71cf5724f2afa146abd9c3 1,709 1.00/1.00 vMB 49
411,860 411,860 000000000000000004d7c24e8edc0d69055fd8a283985f44a422a0920125d37b 2,614 1.00/1.00 vMB 61
411,859 411,859 000000000000000001cc447073e6e1e8fe8591c7b41a9dd780bf253b819dc145 8 0.00/1.00 vMB 162
411,858 411,858 00000000000000000179855022149fcfb829974c3a953569cc1386e0afbd1de6 1,124 0.56/1.00 vMB 33
411,857 411,857 0000000000000000014ffbfec2d3ac5262daaffedd5558b9135b69dbd8829f7b 530 0.27/1.00 vMB 41
411,856 411,856 0000000000000000023201dda3b9e6198661e8f1d27a4c28448ddd82b57ee825 241 0.18/1.00 vMB 20
411,855 411,855 000000000000000004bb17e755500f7daa3d05c1fa979dec192369a8bf425a86 2,162 1.00/1.00 vMB 41
411,854 411,854 000000000000000001cbddc0a47d1d56b0ad1bd8b4c1b711d786301f3db37082 1,415 0.67/1.00 vMB 39
411,853 411,853 000000000000000001626a5ff09b07217205999f3ac91b90c47a2a0f93aac2b4 2,034 0.97/1.00 vMB 37
411,852 411,852 000000000000000002ef00cf04d1a6197cd07d5b7826d2dc8cd8a86fd41d578f 631 0.48/1.00 vMB 22
411,851 411,851 00000000000000000041bee95bd1e1706cf615ac295d68d1e319da5cacf31cb0 1,715 1.00/1.00 vMB 28
411,850 411,850 000000000000000004ff449aa6e223325c15efe1573f614f374db132ddd516f7 2,166 1.00/1.00 vMB 48
411,849 411,849 00000000000000000524da76f2555a3dd06612280cd7716fea6b49d1918692f9 2,822 1.00/1.00 vMB 57
411,848 411,848 00000000000000000126920b4f871972f34a8aa4c3bc73a5e17533e668b6748e 1,293 0.79/1.00 vMB 46
411,847 411,847 0000000000000000010442f02ffde22101e5a1f7f5e0b1bf991da9aa3290720c 1,632 0.84/1.00 vMB 48
411,846 411,846 00000000000000000579a3be13ab8bb1245dea9cf3d6adf7c73cbb230af8a5b6 1,189 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.