Loading Tool

Explorer IconExplorer

Memory Pool

82,203 transactions
30.32 vMB
0.08191772 BTC
Random Selection Loading Transactions
Max Size: 185.90/200 MB

Candidate Block

Mining Attempt 1ae6f3a91d2db6ca834dbdbb3ed2a1d56238855c81c6d31342b61889964f2401
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 0ea0e60365fb431bd992315c1a82ea2ecf0e818f37097fb87223768011bc920e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,850
Size: 1.00 vMB
Total Fees: 0.01428444 BTC
Feerates: 60.16 > 1.43 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (501,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,395 413,395 000000000000000000240dff1568a42bf2f4465b686f2dcad02d664646d2f47f 2,638 0.99/1.00 vMB 59
413,394 413,394 00000000000000000257039692c78de6e928b7de278a8dcfc738a28dd5bf793d 2,882 1.00/1.00 vMB 64
413,393 413,393 000000000000000002a5e873b16c5daebace06d89e60454e7addb1b9dcdc10f8 2,751 1.00/1.00 vMB 106
413,392 413,392 0000000000000000021eafc025a85a3c9f99fb4dc4bfb2b8e3bae1cb7aed2094 2,593 1.00/1.00 vMB 59
413,391 413,391 000000000000000003309fdc3e300a6e7fc2f91d0fdc22c5e9c02b12be97d84c 1,339 1.00/1.00 vMB 30
413,390 413,390 000000000000000000324756865db9097aca741fb817594bb9e6585bc40e576b 1,201 1.00/1.00 vMB 26
413,389 413,389 0000000000000000034125bf19a0248d26fa7fd019a6b730b47575b607073624 1,047 1.00/1.00 vMB 22
413,388 413,388 000000000000000003e5067cd079828fe335c359903578e9bbe17e222d846bdc 2,626 0.93/1.00 vMB 86
413,387 413,387 000000000000000002352c589cc76373afe89b2ec7e77b81f0e0ab7f1f44d065 2,071 0.99/1.00 vMB 50
413,386 413,386 000000000000000003a9623df63434f15a3e71d402e38e5427dcd107f2fe7197 1,986 1.00/1.00 vMB 41
413,385 413,385 00000000000000000427d315e07250f7c1f496d8b32e731a12f127e7f2e23f1c 2,667 1.00/1.00 vMB 76
413,384 413,384 0000000000000000004fc6bcc911ab55e0f6db20c8b0b781e97b564712c520dc 1,883 1.00/1.00 vMB 51
413,383 413,383 0000000000000000055484f25053e2c6b7df254dfb980fb1ba6a3028e0bd85cb 2,630 1.00/1.00 vMB 73
413,382 413,382 0000000000000000022308840e9700e5d9a19d6606c19f3711685eda55cc4fe0 2,729 1.00/1.00 vMB 70
413,381 413,381 0000000000000000052292fbd2779d19efe5bb9b9ade3909d8e022130f6ba687 2,091 0.99/1.00 vMB 43
413,380 413,380 00000000000000000481f101f0cb73d290f056e31f547b6410a91f9d39bfbb28 1,735 1.00/1.00 vMB 24
413,379 413,379 000000000000000002526737b016af11cd3fff85aca4c4b83249412220c1756e 2,194 1.00/1.00 vMB 55
413,378 413,378 0000000000000000039144d574a7a3a6ea0c6710c18062d74a6a83bb5e0621b0 2,344 1.00/1.00 vMB 45
413,377 413,377 00000000000000000144ebc2c569a0b176475025e6f48deee33d60ff54e045dd 2,647 1.00/1.00 vMB 54
413,376 413,376 00000000000000000415df9fa3241a77ac1146d797499aa32f44304fe66b9c91 2,116 1.00/1.00 vMB 65
413,375 413,375 0000000000000000013a786f431349e3d3d05d752ef8e25b2320b245f3da2a60 2,100 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.