Loading Tool

Explorer IconExplorer

Memory Pool

26,900 transactions
25.63 vMB
0.08650741 BTC
Random Selection Loading Transactions
Max Size: 124.64/200 MB

Candidate Block

Mining Attempt 3a53574f5b977c1670046a065b1177c8ff542702c07624454e6fb95a25401c66
Version 20000000
Previous Block 0000000000000000000066ea124765d7318956ec0b39ade9ce33a5a3709c7aff
Merkle Root 6d9aea0ebd6b46b7aecda59bed4ed4d9ea0557c99a932fbfbcc88131642fef0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,713
Size: 1.00 vMB
Total Fees: 0.03955819 BTC
Feerates: 101.63 > 3.96 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,233 (819,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,982 94,982 00000000000467db26ff56eda9b3ab436dbc53ebb477540eba89d81d04be06c8 6 0.00/1.00 vMB 0
94,981 94,981 000000000006dae45d9c1264c8fcfe623499b5e3a5b2f64618aeb9cbd13d7a27 2 0.00/1.00 vMB 0
94,980 94,980 000000000003441d8b664c0429ebbeec3b3f7a7dc1ebea92602e803ad0e6327d 5 0.00/1.00 vMB 0
94,979 94,979 000000000000a517872c627af599835ac89bca45d42207c0df2899b0865727fb 2 0.02/1.00 vMB 0
94,978 94,978 000000000007b85c6d0b3ab63a35207ae235ab4d3294e8f97271bf2612789bf6 1 0.00/1.00 vMB 0
94,977 94,977 00000000000184c67d1a49713d924b32f412e9793a7451dfb0cb6071379168fa 2 0.00/1.00 vMB 0
94,976 94,976 00000000000065cee21203006c9188d9a54f8f2b8c3a3850b58e6ced830fa5c0 5 0.00/1.00 vMB 0
94,975 94,975 000000000007176dc39fbfd7d43b1a9cb24c59a7942f4a53bce4a1f27b897d70 2 0.00/1.00 vMB 0
94,974 94,974 0000000000047be7fb5440478550b88d4d289f5cb03715304c432ec5a232d9ff 1 0.00/1.00 vMB 0
94,973 94,973 00000000000087a2b6e8ab1eb928e41306e2af7b62ee4aa26111023737645677 1 0.00/1.00 vMB 0
94,972 94,972 00000000000201a12d7d41bdde3d14df24323f8e419ccb47c5b0339c6f954f98 2 0.00/1.00 vMB 0
94,971 94,971 000000000001bd8dde2848f27c2926102f761726b2a74594ec2a9af6e6a90128 2 0.00/1.00 vMB 0
94,970 94,970 00000000000726a9add9759b72fd7cafbef18f60fa1b7076e57f9db6942931dd 2 0.00/1.00 vMB 0
94,969 94,969 00000000000078e9831d2943643274cda7558854e00723740a86b1cb8d7803b3 2 0.00/1.00 vMB 0
94,968 94,968 00000000000209e8c12e80a986d31caff2c630fe5f2a31d2c48d265a5bfa0e7c 6 0.00/1.00 vMB 0
94,967 94,967 000000000006560dc4efaea1b4995efe5642744742dec60c30ce2c1dd408c701 1 0.00/1.00 vMB 0
94,966 94,966 000000000001c1a1b723f701c35be1258f734953f9a6704a5963697ac0d0cf54 1 0.00/1.00 vMB 0
94,965 94,965 00000000000426027fe6422b7668df9aeead9c029f13813f68c17820c5c60e96 1 0.00/1.00 vMB 0
94,964 94,964 00000000000448649582c4b752d0d7357fffc45bc006f4c8db4a828dc280f960 2 0.00/1.00 vMB 0
94,963 94,963 000000000002621f661473ffd1a2c096a2ff1ac88d8caa9f191a1a38cd574ee0 3 0.00/1.00 vMB 0
94,962 94,962 0000000000009c26fa6d3afc4fd573d08f638dbb53fd6ac933d86d884a3ef501 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 575.79 GB
    • Received: 8.34 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.