Loading Tool

Explorer IconExplorer

Memory Pool

80,800 transactions
30.96 vMB
0.10047115 BTC
Random Selection Loading Transactions
Max Size: 187.15/200 MB

Candidate Block

Mining Attempt a62d844accdb5a7f255c54cd8b0dbeaae1883f4cb3cc1ef383b46928188b79f3
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root cbad985fc76785ec20993f9ce513a6fcc08b5dd76057acdc7a83f636b8df8c7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.02467688 BTC
Feerates: 150.75 > 2.47 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (483,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,234 432,234 0000000000000000045dc8b5bc504c0a3ca8d7bf383775fb59cede0cf807ff6b 2,486 1.00/1.00 vMB 61
432,233 432,233 0000000000000000024479d14268bb5bb0b727e07efd3a645aed769fca6e1484 1,632 1.00/1.00 vMB 53
432,232 432,232 00000000000000000166fe99953296e2183744b1f40bbe1d04ad6cb0cc0b6a76 2,555 1.00/1.00 vMB 72
432,231 432,231 0000000000000000016aeffb436a931958ef721ca60a53813ec7d3dbe6aaac17 2,523 1.00/1.00 vMB 67
432,230 432,230 000000000000000000e149f79d9f366491c5f08f5b19e9ab4c0c5819953e50c5 2,582 1.00/1.00 vMB 68
432,229 432,229 00000000000000000263136685a231cb3a528bbf77a2be41f8bc1b563d6280f6 2,779 1.00/1.00 vMB 84
432,228 432,228 0000000000000000036179c50f679b86543348dd2cf742123042651ae3088026 2,050 1.00/1.00 vMB 99
432,227 432,227 00000000000000000033434b10f0feec8aecaaebbd1d8d629b24fdef97fbfb98 2,426 1.00/1.00 vMB 61
432,226 432,226 000000000000000000849ef359f31fcd01f1901efbca89ec5dfad8798e76ed6d 2,425 1.00/1.00 vMB 72
432,225 432,225 0000000000000000014ed229a2b61c506a4d8529681a39698f258ddea89709f3 1,611 1.00/1.00 vMB 30
432,224 432,224 000000000000000002eea7983d871b23fe32d6de923df6466d106724edb1e084 2,505 1.00/1.00 vMB 59
432,223 432,223 00000000000000000436c0d7300f8a8f6874d075deb7e9617eded89adc9cb2d5 2,435 1.00/1.00 vMB 81
432,222 432,222 000000000000000002551fb6b50854925284133b88fe5e9d25a6da42d9cbb5cb 2,277 1.00/1.00 vMB 51
432,221 432,221 0000000000000000018d3101a85a08de0f85ae4370d7addb68be06d42b8ca7df 2,595 1.00/1.00 vMB 62
432,220 432,220 0000000000000000031a9ae8ec42b31e03b3f4037e784ee5326c9704ca0ed93d 2,860 1.00/1.00 vMB 88
432,219 432,219 00000000000000000257da8f263b54181cb9b3e0eabb209b0084903434443b53 2,058 1.00/1.00 vMB 63
432,218 432,218 000000000000000000ebc1723a5b68912fdb00d4fc2d10ff940949601a704432 1,530 1.00/1.00 vMB 40
432,217 432,217 0000000000000000003a67e1621449126f2c178709aaafd8db033c5f75d93c82 2,148 1.00/1.00 vMB 49
432,216 432,216 00000000000000000174b6334ccfb19f037a616f4731cdb25f349810ddd39b6f 262 0.12/1.00 vMB 65
432,215 432,215 000000000000000003722aff2978df132372a0b5916442947d13ada15ee13e60 1,627 1.00/1.00 vMB 44
432,214 432,214 000000000000000003228365c1bd4ca58a584231ef1dbb91b2a5da9adb6d0c1b 2,669 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.08 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: 723.61 GB
    • Received: 18.41 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.