Loading Tool

Explorer IconExplorer

Memory Pool

82,160 transactions
31.04 vMB
0.11191715 BTC
Random Selection Loading Transactions
Max Size: 188.33/200 MB

Candidate Block

Mining Attempt 4981b49772ef9ce168f0ac8c7af22d82c8aff27e40c842fffa3283430c77fe16
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 27be5318c43ec0939e26b20518bbeb8f6c4dae0fc3f5f4ba51f6a66185b43d08
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03477544 BTC
Feerates: 469.97 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (110,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,718 804,718 0000000000000000000338041cc408fc8798e6622f3c4f54f50e4928fe1457a7 2,739 1.00/1.00 vMB 28
804,717 804,717 000000000000000000022967f58c4b7cd05f82b82d28cee37a41d7c4782a30d7 2,559 1.00/1.00 vMB 13
804,716 804,716 00000000000000000002db32fbfd675ec25af8ac392b5504a72a1197396717a3 3,063 1.00/1.00 vMB 22
804,715 804,715 000000000000000000025b89e59248967b7c27abfd936f848861c07112841755 1,150 1.00/1.00 vMB 11
804,714 804,714 000000000000000000024ba712e48e5ecfe7e2c7121f417c9809d603c253883a 2,419 1.00/1.00 vMB 17
804,713 804,713 00000000000000000003eab1a99094af79d301ccdab9516a9afbe9bc383a6191 2,882 1.00/1.00 vMB 17
804,712 804,712 00000000000000000003bd9499945c98a40cf76893a7645ff4c16112e97ace9d 2,831 1.00/1.00 vMB 21
804,711 804,711 0000000000000000000360634b2b20b4eb3ba5873cb7465cd9cdf25fdf90b68e 5,709 1.00/1.00 vMB 8
804,710 804,710 00000000000000000002f5873d59d397c269104e98785e9e79ea6f8fa8a26b63 3,947 1.00/1.00 vMB 9
804,709 804,709 00000000000000000001006a3177866dcb5c5805da7c36d51edeb7234033b642 3,413 1.00/1.00 vMB 22
804,708 804,708 000000000000000000025139ae87403f1ec474c7ec5df9b9bb8ed0c051341b6f 2,821 1.00/1.00 vMB 12
804,707 804,707 00000000000000000002a2d18da1e66e8e3f5b0796ac4800b79bbd1ae2ed47be 4,108 1.00/1.00 vMB 7
804,706 804,706 000000000000000000042f5e770698fee1ea3a91c0d293a2b75895e648de1c78 2,606 1.00/1.00 vMB 13
804,705 804,705 000000000000000000011f05bfa1b3c9e9dc9d54a3304da9cfbd59700ece9043 2,552 1.00/1.00 vMB 8
804,704 804,704 0000000000000000000466d903c2b00956080aecdf39269f07282d03c7accac1 1,953 1.00/1.00 vMB 8
804,703 804,703 00000000000000000003c7e100a2b654a29fe6c53a2b3e604f8fe1fdd9a7c0a2 1,519 1.00/1.00 vMB 11
804,702 804,702 00000000000000000001b4b5dd9eca82c006e501d30fd534e1186883f5a1fcb3 2,998 1.00/1.00 vMB 14
804,701 804,701 00000000000000000003a278608a30a54b04b368519f35f65f7abb798f0370df 1,773 1.00/1.00 vMB 14
804,700 804,700 0000000000000000000204dd36b792d31143322403edfea7b5644506644a91e7 3,540 1.00/1.00 vMB 21
804,699 804,699 00000000000000000003950f2b961aeb9d0540c1bae8fcca54c893777decf382 3,487 1.00/1.00 vMB 18
804,698 804,698 00000000000000000002f62bcf3fe8597b15626b15c33eee80a1d9bdaa1518a4 1,690 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.