Loading Tool

Explorer IconExplorer

Memory Pool

41,033 transactions
26.37 vMB
0.05653791 BTC
Random Selection Loading Transactions
Max Size: 138.00/200 MB

Candidate Block

Mining Attempt 7518b7132b2dc1035177f373385f640bcd10360aad9e7851c3c40192d3749bf1
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e96c7abde63947ef65928b7a7056d157dfcdf30db966f1f61d9b6784e903e622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.00813922 BTC
Feerates: 100.00 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (384,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,629 530,629 0000000000000000002f7f3c931e7dd678f32320c118a5f55ad89a4543700c24 2,519 1.00/1.00 vMB 22
530,628 530,628 000000000000000000018613e9581c4d23d32d5b322e90a16efd7bfb71c1879a 733 0.27/1.00 vMB 15
530,627 530,627 0000000000000000002029b5b758832b082f1a68cfb17799518ff2e4bfb918dd 76 0.02/1.00 vMB 25
530,626 530,626 00000000000000000034511d80e987fb5ed509257906aaef8fdfdd24e59eb3fd 1,768 0.74/1.00 vMB 6
530,625 530,625 00000000000000000016af1481a72950ef5afdbf38095fc5f7c9875438d664a8 2,949 1.00/1.00 vMB 23
530,624 530,624 0000000000000000001f72ebf8d05610f87228686c87e9987d6312bb24c86db5 67 0.02/1.00 vMB 56
530,623 530,623 00000000000000000005105c607800d13734eda879e38bd7c6a54dc03e19e65f 1,819 0.63/1.00 vMB 25
530,622 530,622 0000000000000000001e9a4694f257fc942e47ece3df04323d748f8f44e65a7d 1,629 0.60/1.00 vMB 8
530,621 530,621 000000000000000000114b0e0770b4d31b8c8b33fa86d1b3216e61605ce82d5f 2,817 1.00/1.00 vMB 25
530,620 530,620 00000000000000000006a2f97f503b0178502141f7974e48e0c254a5c695ea59 2,018 0.69/1.00 vMB 19
530,619 530,619 0000000000000000000114104b193a83e98645fd1d0c72255d99be2668add7f8 1,017 0.41/1.00 vMB 21
530,618 530,618 0000000000000000002aefc7d2adc7b85de7b8a2a76b443bc1dd92f8c4feabd1 1,223 0.44/1.00 vMB 18
530,617 530,617 0000000000000000001ccfacab8b7e90e0b58a0f56bc822d578f6543474b8649 1,158 0.46/1.00 vMB 26
530,616 530,616 00000000000000000024722e5dc3942546f25d3176c9ab94e7d8ef794c8f2eaf 810 0.33/1.00 vMB 14
530,615 530,615 00000000000000000006a165407b6e4bf914e5eb63d45f6d7ee6b2915beeef7e 1,176 0.40/1.00 vMB 16
530,614 530,614 00000000000000000012c149c013263a5ff2455c6413227e98e1eaed85e00794 940 0.48/1.00 vMB 5
530,613 530,613 000000000000000000239ef0318ed842fb50bf0b09785ff7bbb22d95230b5a77 2,748 1.00/1.00 vMB 16
530,612 530,612 000000000000000000043a9f05e2a8c907b4287ceb41fd5cd6784b320ea148fb 2,644 1.00/1.00 vMB 15
530,611 530,611 0000000000000000000e23bf986764c886a8eb47d08bad099456cd02e03fd441 2,835 1.00/1.00 vMB 36
530,610 530,610 000000000000000000093c59a2b98172088dd209a5a3bb604bd24c44936375a8 1,743 0.73/1.00 vMB 22
530,609 530,609 000000000000000000081b414b3241d059f03b064aa0dc0528f4de9cd0553434 642 0.20/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.