Loading Tool

Explorer IconExplorer

Memory Pool

53,768 transactions
29.92 vMB
0.10348503 BTC
Random Selection Loading Transactions
Max Size: 160.66/200 MB

Candidate Block

Mining Attempt 5b797de9a843314530c57da007ef9bfa38b34365e6162dadb33a512f94c938e9
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 77e67a6c9f0488be2076b5d6242338259b26ede15f20647f8c010b28c1b8223b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.02859653 BTC
Feerates: 157.35 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (169,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,657 745,657 000000000000000000086cbc91f5b6a11764baab6850d99306b1a7a395d2006b 3,446 1.00/1.00 vMB 26
745,656 745,656 00000000000000000001d4c7cf6c7b1c799eb1109bde15fdf57ac97d1c27b913 2,939 1.00/1.00 vMB 44
745,655 745,655 000000000000000000013168fce454890bdfed7dfcba3f46a6a7b4679bfe5f9a 2,437 1.00/1.00 vMB 20
745,654 745,654 00000000000000000008c53f489983b699abf798e7ddbf8fcd011ee8dd05322c 2,492 1.00/1.00 vMB 26
745,653 745,653 000000000000000000035a81476e8e0a1bb43d511a0d3746ac9873a600bd2ea6 3,465 1.00/1.00 vMB 33
745,652 745,652 00000000000000000002188313f7f20bb7dea77da817d32d4ec01fb4df16f25d 3,137 1.00/1.00 vMB 30
745,651 745,651 00000000000000000009844372e6190a4207257f960893ad7110580e6e756dc3 2,982 1.00/1.00 vMB 38
745,650 745,650 0000000000000000000565d1bca20d1253ecb798f914c3e23212e99793d5bf5e 1,596 1.00/1.00 vMB 17
745,649 745,649 000000000000000000025325d482afcf22203041fe898be7efa81d6963b3c8c6 1,148 1.00/1.00 vMB 14
745,648 745,648 00000000000000000002d970b766bb8e7862fae76284e2d5d8c271fb9e424e53 3,241 1.00/1.00 vMB 27
745,647 745,647 00000000000000000002be6c06d6bc709ed878372cd785131c82ca9899706408 3,158 1.00/1.00 vMB 34
745,646 745,646 00000000000000000007d9c74be075731d87701a33162879e941778a3dab200e 2,362 1.00/1.00 vMB 33
745,645 745,645 0000000000000000000023b82d187b56a3f55028c2f955ea3e57b2d4a66e45aa 2,545 1.00/1.00 vMB 11
745,644 745,644 00000000000000000004786ef2c56f6471672f89446711cb876ea8f27d89ec87 2,839 1.00/1.00 vMB 19
745,643 745,643 00000000000000000003c98e4874cb0de5bc42561b221c90002f5dc225a5aa47 2,193 1.00/1.00 vMB 14
745,642 745,642 0000000000000000000148d49ce29c7b051aca06692997c92aa0f2bb95a370d6 3,530 1.00/1.00 vMB 22
745,641 745,641 00000000000000000002e201bdb3b790c49b8cb4465c54807131a4973607ae16 2,662 1.00/1.00 vMB 39
745,640 745,640 00000000000000000002e47b14df5aeb5a4bdfe49037596440a0cf94bcce1637 270 0.29/1.00 vMB 2
745,639 745,639 000000000000000000055b1acb9874ec85c876e293c1db7be7c9248f27d52fc7 1,818 1.00/1.00 vMB 9
745,638 745,638 00000000000000000005c57a5c3d70091d9e4550ff41af7b8e0d27f5c538498d 1,731 1.00/1.00 vMB 5
745,637 745,637 000000000000000000037e30008c516cdd210a055bef3437d9a8687a260099fa 2,571 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.