Loading Tool

Explorer IconExplorer

Memory Pool

82,036 transactions
31.79 vMB
0.08025082 BTC
Random Selection Loading Transactions
Max Size: 192.98/200 MB

Candidate Block

Mining Attempt 38dc73bdc55ef047b2024d2df5db4be2c28fdabf77922e145e5d80a9012720cc
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4834d76be34310ed4a328ac5441c697ae6c637cbf4d6405c3254d3dff7f5f650
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,139
Size: 1.00 vMB
Total Fees: 0.01095764 BTC
Feerates: 73.20 > 1.10 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (474,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,582 440,582 0000000000000000014d018340477ffa81ad15ca9182c58e7bae7bafdd39300f 1,016 0.43/1.00 vMB 95
440,581 440,581 000000000000000003a00c45f57acaca8cde2df8a02e335fdc6de50fc96f7fc4 1,180 1.00/1.00 vMB 34
440,580 440,580 000000000000000003a46ee11672c39934946ca69ddd713c322c71cd1ec21879 2,176 1.00/1.00 vMB 101
440,579 440,579 000000000000000000702d49ff6769a7a24263aa8c5974990fb37e5f278e6e2e 1,264 1.00/1.00 vMB 31
440,578 440,578 000000000000000003df62c260f1a1da229ff585dbe167797d07688ab38b5f14 1,258 1.00/1.00 vMB 35
440,577 440,577 00000000000000000279d0b1f84a8db9371a3712c8aac7b232e3335dd2022c19 702 1.00/1.00 vMB 51
440,576 440,576 000000000000000002223023099b8b01c19b7cf2f0a0287382ec2f6195f8ae11 1,454 1.00/1.00 vMB 45
440,575 440,575 000000000000000002d8a629591d912ec273134f97ffc2c8b23cf43d2e12d46a 1,850 1.00/1.00 vMB 50
440,574 440,574 000000000000000000bf131a99f5acbfba3b475b028109b5d6207a6672ee76ca 2,160 1.00/1.00 vMB 74
440,573 440,573 0000000000000000024acf0dccd6c90920a1629915eac2a99b9f071dc337bd4e 2,750 0.99/1.00 vMB 97
440,572 440,572 000000000000000003b229f150367ba3cf2d57f0df45263d0788eab7af190f98 1,943 1.00/1.00 vMB 73
440,571 440,571 000000000000000001b13caacf905476da175d669d7259fd9d6f7d8d5c03ae03 3,046 1.00/1.00 vMB 69
440,570 440,570 00000000000000000126a3db7dd36a11e5c5512502441dc991c1e70b8be9387f 1,849 1.00/1.00 vMB 114
440,569 440,569 000000000000000003803693565e97ffb356e91f617a399bd5a2992b3b834bfd 3,059 1.00/1.00 vMB 192
440,568 440,568 0000000000000000034e47bfed71f1736af0c8c4ee4cccd969810ba26b6f513b 2,762 1.00/1.00 vMB 140
440,567 440,567 000000000000000002c6ba9cbfe31660b048467feaf916ce131c5a3130ee102d 2,913 1.00/1.00 vMB 212
440,566 440,566 000000000000000001bdb9a3d0a880586291bc0d9ccab8e79111f1ebceecea59 1,342 0.59/1.00 vMB 87
440,565 440,565 0000000000000000016b5a8ed77a05d58a42f0963b966947fb4d4a431bad15e5 2,645 1.00/1.00 vMB 139
440,564 440,564 000000000000000003caa7c47471ace1b4a6fe95ed3de6ae68e977197e4ab559 507 0.75/1.00 vMB 48
440,563 440,563 000000000000000003c4d0d0be80629b7b44428c8bedab2f61fe966b097e1727 1,406 1.00/1.00 vMB 64
440,562 440,562 000000000000000002e45bc2e377616bf7715281adfa8696301ff7b3ee7d4d5b 1,855 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.