Loading Tool

Explorer IconExplorer

Memory Pool

80,174 transactions
30.20 vMB
0.08618817 BTC
Random Selection Loading Transactions
Max Size: 181.83/200 MB

Candidate Block

Mining Attempt a21179c7334a1ce2bad64ad160e5289c50bfbd894baa07bc940ec8ede0332f06
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 0480d5059b49b988f07cc75fdc57f7754ec1a4c2b1a0751cdc6b0c14732bc8a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,463
Size: 1.00 vMB
Total Fees: 0.02166361 BTC
Feerates: 150.45 > 2.17 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (20,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,764 894,764 000000000000000000013bf2c85a84d3f029aa75f0f95ef552c4a4b75f29f7f7 3,745 1.00/1.00 vMB 11
894,763 894,763 00000000000000000001d8f93fb5deaccf67dac9646d2ff5a2241aad564b3f94 3,997 1.00/1.00 vMB 5
894,762 894,762 00000000000000000002279ee027f79fe224c60e6471d78e7e22b358358f26ec 3,775 1.00/1.00 vMB 7
894,761 894,761 000000000000000000001bda0455d3db5569d56ed9a21b3fd6a50b392e7ffc10 3,988 1.00/1.00 vMB 7
894,760 894,760 0000000000000000000155aae86de74e7317e2a09611b60518ac70e4f209b223 3,236 1.00/1.00 vMB 12
894,759 894,759 00000000000000000001d8b50f5885df062c6ee87b34584b45f507dac204b9ad 3,538 1.00/1.00 vMB 6
894,758 894,758 000000000000000000021d169f41cccc788581fd41a09865e58845818902265d 1,940 1.00/1.00 vMB 4
894,757 894,757 0000000000000000000180b950924c754339dad6797a6a6a45f4f7c7404c3b00 3,222 1.00/1.00 vMB 5
894,756 894,756 0000000000000000000172240de7b24b3d3515ef8549e744fa43d7a9cb9ca1f0 1,409 1.00/1.00 vMB 4
894,755 894,755 00000000000000000001739d68db2263bcc9decbce74d0e718dede22bfde9a04 4,276 1.00/1.00 vMB 7
894,754 894,754 000000000000000000008b2daba0831b4bdd227bbca58841f5bbe96777ec919a 3,464 1.00/1.00 vMB 8
894,753 894,753 00000000000000000001a953265f2059d1c21aa63856c2ea9c687f0caaf51ae8 1,773 1.00/1.00 vMB 4
894,752 894,752 000000000000000000011d91c068f3b83c15b0f64a9bb4d5ac1b9ebe8fb996eb 2,383 1.00/1.00 vMB 3
894,751 894,751 00000000000000000001dcfaa3c39c51b85c6a1f91944178448684d065547200 1,463 1.00/1.00 vMB 3
894,750 894,750 0000000000000000000194263954c5fea392009a0eb0727fb3c7afc4c9b08679 2,106 1.00/1.00 vMB 4
894,749 894,749 000000000000000000001f19291b2730619b8e7208c1c325f82b31c6c08efa8d 3,421 1.00/1.00 vMB 4
894,748 894,748 00000000000000000001bd6dc0a779aab73d76b7ababc11e64e67ba7f8b24567 3,935 1.00/1.00 vMB 6
894,747 894,747 00000000000000000000ceadd4f9b31543baee9457b74c9c2e89f9573b9af489 3,520 1.00/1.00 vMB 7
894,746 894,746 000000000000000000010159e90d820a39a8a1ba61d00dcd5968ab6a127bec68 3,761 1.00/1.00 vMB 7
894,745 894,745 000000000000000000007ec3e41c9977d36c63db709bda8a5191cf8e7262df08 2,784 1.00/1.00 vMB 7
894,744 894,744 000000000000000000015f30497892dd99a45c7ff157560803d7266ff673e2b4 948 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.69 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: 687.71 GB
    • Received: 16.49 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.