Loading Tool

Explorer IconExplorer

Memory Pool

45,377 transactions
26.91 vMB
0.05323206 BTC
Random Selection Loading Transactions
Max Size: 143.01/200 MB

Candidate Block

Mining Attempt 8b2030abbd0f6dac37747343823a88368a695bf264135dc280063babc15b4e27
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root c876a611de1247879780996c28bd755f48fba61d30f607df0f856450508fe1b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.00354506 BTC
Feerates: 20.11 > 0.36 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (295,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,082 619,082 0000000000000000000532d8e82cb98d650a7df53212f7f948249891ca698549 2,482 1.00/1.00 vMB 25
619,081 619,081 0000000000000000000c3266f879d53fa32828de4f05d708ed994c1ad246ef4b 3,022 1.00/1.00 vMB 22
619,080 619,080 0000000000000000000ad84728cb1e09c6b2fac2fd84fb4999bdf2894de8852a 1,950 1.00/1.00 vMB 19
619,079 619,079 0000000000000000000c95034c913a8bd8db88b4fd961e5dfd885d48e20b2bd1 2,764 1.00/1.00 vMB 25
619,078 619,078 0000000000000000000c8227dd75a2c570bd7113410b3f77b4caa5d41e59eab0 2,009 1.00/1.00 vMB 25
619,077 619,077 0000000000000000000692c83d30dbfc8a7ff681a4f297f1933d4b237d447cbc 2,804 1.00/1.00 vMB 31
619,076 619,076 0000000000000000000e6df6157018170d0b474b62fdb1394f2df4e4ba8107c9 2,707 1.00/1.00 vMB 35
619,075 619,075 000000000000000000001e02f0f7ab4c0a78e710eb631d5438d47abfed3ea9c6 2,959 1.00/1.00 vMB 30
619,074 619,074 00000000000000000006ac42e0df77e30caef82bda53189d22ba030d25cfbe21 2,233 1.00/1.00 vMB 22
619,073 619,073 00000000000000000009e6f43e23dbb482fd76ebb07b5a722ca2581b5d35f4c3 1,719 1.00/1.00 vMB 21
619,072 619,072 000000000000000000100306705e6b5b033292945ddc4f95792bbe3c16107768 2,924 1.00/1.00 vMB 20
619,071 619,071 000000000000000000044f4b39d494271210a8865ad796fd4bc74bc537069128 2,162 1.00/1.00 vMB 40
619,070 619,070 00000000000000000003dbeae9f790f1d6d6bfa94fb1f2b7e5bccb21d593a159 1,002 1.00/1.00 vMB 73
619,069 619,069 00000000000000000003aef571cf52f149f2e2905060e986337b83ee6ad50abf 3,099 1.00/1.00 vMB 29
619,068 619,068 0000000000000000000f16d840f08727a441c78c7af98f22724d2cade6e57c3c 3,202 1.00/1.00 vMB 46
619,067 619,067 0000000000000000000c9e1ebe0fa1cdc39b1ad11a0917ecb68547f178003f84 2,880 1.00/1.00 vMB 13
619,066 619,066 0000000000000000000f0a7e4b45c8c9bcff79d7562c9b6c9725858d9ac62eb4 2,841 1.00/1.00 vMB 27
619,065 619,065 0000000000000000000280e3d71a17e1f3ea03b71dd6dd30e44311c00cfd937f 2,412 1.00/1.00 vMB 18
619,064 619,064 000000000000000000039f348f187f7d0bdcad01afe0b22c78bbbf2e973123c9 2,620 1.00/1.00 vMB 36
619,063 619,063 00000000000000000001e3c38baec4fcc6aa42488a6daaf174437893af84dd94 2,699 1.00/1.00 vMB 7
619,062 619,062 00000000000000000008b66bdec17b34525256c9f5a4be325f3fe0ed1f2176f3 2,757 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.98 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: 648.25 GB
    • Received: 13.02 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.