Loading Tool

Explorer IconExplorer

Memory Pool

42,730 transactions
29.73 vMB
0.09107202 BTC
Random Selection Loading Transactions
Max Size: 151.27/200 MB

Candidate Block

Mining Attempt 06d0d962f2859bccd0b46f18fc91d7f4f0db9ba0a4116309dfe97b2e7d99f94b
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root b53302730649a76c19c6bb6988a419524fb957aa796f2e74db8b44e2024bc061
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,380
Size: 1.00 vMB
Total Fees: 0.03143536 BTC
Feerates: 150.97 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (894,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,619 19,619 000000006cf3c45297eebd091bcf6f92e5f9fbbce6560578e5e871da0a2e6e16 1 0.00/1.00 vMB 0
19,618 19,618 00000000acb73e24a6315a2677ee444a4275102a0544675d7fe54f518e1d93af 1 0.00/1.00 vMB 0
19,617 19,617 00000000b60920a03c520b29397624ce468c10a36558a53f75ea4d534022a532 1 0.00/1.00 vMB 0
19,616 19,616 000000002ce9181a831dcd6f9a1c2e20ed196ffbec52e4ce083e24f63ac764a8 1 0.00/1.00 vMB 0
19,615 19,615 000000005049a4eb906bb7090b2cb02e72d9dbf0cbc7065871cd1b2b7e9297e8 1 0.00/1.00 vMB 0
19,614 19,614 000000002903bacef0497403c7355eaf5637145ab444b1bfd08d44ec6c0824d0 1 0.00/1.00 vMB 0
19,613 19,613 00000000d55083cd5d9ded24705acbcc38872211469fa6d1605df5b1ace0ab9a 1 0.00/1.00 vMB 0
19,612 19,612 00000000326d8bbadc4d7243ccf31f32d5256f1769a47b2cf70ec8fce19e92e7 1 0.00/1.00 vMB 0
19,611 19,611 0000000094a0f39368a23ed48bd9c9b4a82d7c79cb3db7adc40abdc5ba6fe831 1 0.00/1.00 vMB 0
19,610 19,610 000000003a0feaa354cb9ad579651abd8b07a1c11850ea4434b98410bfdb4cea 1 0.00/1.00 vMB 0
19,609 19,609 00000000dedf7869ec2722254e5578be8e6e9f0b4fe6fb2259e99ab944628f1a 1 0.00/1.00 vMB 0
19,608 19,608 000000005660d30d9b24712ac0cb24f504ebbb50f0141f5ad6deb5beefd90f05 1 0.00/1.00 vMB 0
19,607 19,607 00000000fe583a13a92ae937db89198197b9618bad3ec6311287554e597eaf40 1 0.00/1.00 vMB 0
19,606 19,606 000000001f5a3815621d81cf8b10f965c149759d457b1dabec76080f7f797dd5 1 0.00/1.00 vMB 0
19,605 19,605 00000000538cd185893b272aaecd189e2e1e22fa2d0d900474583cf5a61746b2 1 0.00/1.00 vMB 0
19,604 19,604 00000000cc74324e4a8c458b9453ec1e093a751a4183f0a187099ece29917062 1 0.00/1.00 vMB 0
19,603 19,603 000000001d75b6266d708f7970e007d8c4e6c035302e1d90687b3ceb0d5fb21e 1 0.00/1.00 vMB 0
19,602 19,602 00000000328ef159abe49a27d0e35e95dcb3cc48e3faf12845324ee103a0fda6 1 0.00/1.00 vMB 0
19,601 19,601 00000000abcb67af69f794b8c81e626eafc20c2e22ac926b4865060f04704424 1 0.00/1.00 vMB 0
19,600 19,600 0000000074279b4ef09e7ac31c4237829c328ba746447db16e3fc61c52848c3c 1 0.00/1.00 vMB 0
19,599 19,599 000000002e4773133d795df9e546fb56935074f80f764ba6fe607691c67734b6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.52 GB
    • Received: 11.66 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.