Loading Tool

Explorer IconExplorer

Memory Pool

35,749 transactions
28.79 vMB
0.15217812 BTC
Random Selection Loading Transactions
Max Size: 142.95/200 MB

Candidate Block

Mining Attempt f9233b11f47fde2d1519e7e57988388811d89e0cbde7fe74ec687c40fbf30cdb
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root 1aeb725f48c62ddbf45b7100fac98f46a0f7f224cbf79023ef3f1d4fc036440a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.09368355 BTC
Feerates: 231.58 > 9.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (795,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,593 118,593 0000000000006fb36e21a3a23ea120bca6ac6f283ab4cb4d8f4df9d5d83bcd23 4 0.00/1.00 vMB 0
118,592 118,592 0000000000002603f83b5c0934788fcb09be7a0b5cca60e705d882e06cb7eaa8 1 0.00/1.00 vMB 0
118,591 118,591 0000000000003a585dea6651150e61329e47a4e06aced11b8ca8649a59c7274e 4 0.00/1.00 vMB 0
118,590 118,590 00000000000003b15f3d5719b486b94eee7cd61230b4b3fd6f7e6ed49dee98e3 9 0.00/1.00 vMB 0
118,589 118,589 000000000000c7bc168d86f68c52f1ca8d22a9f62d14db54cd4a2e6406984d61 9 0.00/1.00 vMB 0
118,588 118,588 000000000000879eccb2eb271b34ccae349b440b2dcb0edb346fe590747ab5af 16 0.01/1.00 vMB 474
118,587 118,587 000000000000bde37453abfcee71fc5428b712425e393e683183c352d3c5ef2a 11 0.00/1.00 vMB 0
118,586 118,586 00000000000024595e3daf3633bb53774cf4b00a1ba1e87e0d680249f8738a7c 11 0.00/1.00 vMB 0
118,585 118,585 0000000000009004c0e03ca704fd50411202cdf3726a3fa38a585d091f9792e7 10 0.00/1.00 vMB 0
118,584 118,584 00000000000008209c3df5f3be33acd04a20fa4393a9ee5be525387badf416a8 11 0.00/1.00 vMB 0
118,583 118,583 000000000000162cfe5134fa148ac0c60a5b3e031bee340a4a0839b72d7af4d7 31 0.01/1.00 vMB 107
118,582 118,582 00000000000043f335c3b1d9dd5b77bbc454e1b98ee0aa257289da42c66678ae 16 0.01/1.00 vMB 109
118,581 118,581 0000000000009a0bea7f2ef64014bca1573466f83005a4e38dd0d87be05cf647 32 0.01/1.00 vMB 0
118,580 118,580 00000000000041299f8e1299d32bb28b4d81cfeb4687a04e6757e9c64d345fcd 1 0.00/1.00 vMB 0
118,579 118,579 000000000000981d28c101def34b2394fb1e3039b7fbddb24a7dbcc54eff1077 12 0.00/1.00 vMB 0
118,578 118,578 0000000000006ec782b90bf15c0ab5fdabf96338ec7ca9de1a207d53e3e415b5 8 0.01/1.00 vMB 171
118,577 118,577 000000000000418a50650f1f2ddf6e82fbfda12542dc09fca6893f4a93d7ef22 7 0.00/1.00 vMB 0
118,576 118,576 0000000000001a8ddfc03784ca3494c56946620f9b601093f542d7e598b3485c 4 0.00/1.00 vMB 0
118,575 118,575 00000000000038c30df17bfbcd23af048d82e1ba7037db11b027b4f20dfabe29 11 0.00/1.00 vMB 0
118,574 118,574 0000000000007219a0ee87dd22e7de1b0811cb3195f2e409d839928ab181a5e6 20 0.03/1.00 vMB 31
118,573 118,573 000000000000ad15c99f4a4895cf280dd8f6a3795934210470896ade09ea3bf8 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 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: 612.91 GB
    • Received: 11.09 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.