Loading Tool

Explorer IconExplorer

Memory Pool

76,783 transactions
28.69 vMB
0.11387904 BTC
Random Selection Loading Transactions
Max Size: 173.61/200 MB

Candidate Block

Mining Attempt c8014e8f195ead044aacf156e644dc3c26d5e4dfa0e19002169950b37267f2f7
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 49da13db27706a39e41901ee5be51e6e5d3d7e9ffecc425a0b6b15cdb91de95e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,016
Size: 1.00 vMB
Total Fees: 0.05434559 BTC
Feerates: 101.65 > 5.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (429,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,443 485,443 0000000000000000012759daf1bf3f26e814cdf8c93371d0d74527295ee01d86 2,328 1.00/1.00 vMB 155
485,442 485,442 000000000000000000b6c8a864e3bc05cb064ea496c6f63ed454d32301dc2388 2,240 1.00/1.00 vMB 119
485,441 485,441 0000000000000000009794a762f1b405a76d6d3233e83505dbbbf3b5f59d2a64 2,120 0.98/1.00 vMB 48
485,440 485,440 00000000000000000009d864072c8f5fa744c321a9f56c45b62a0b7cda25ad44 2,270 1.00/1.00 vMB 145
485,439 485,439 000000000000000000413c4687befc69693ff515bc589f22f108333ad8fe312b 2,619 0.97/1.00 vMB 84
485,438 485,438 000000000000000001111c230379ef8bbae2c40848c40196756a130c5df8c80d 2,461 0.99/1.00 vMB 154
485,437 485,437 000000000000000000bd051c790e60c9f86189c0a81670b72508d400ed6b4769 2,058 1.00/1.00 vMB 162
485,436 485,436 000000000000000000a0874a81764c2883169aeb1c065960f8a62011121578c5 2,102 1.00/1.00 vMB 106
485,435 485,435 00000000000000000109e1c6091fec686d0f370ec4b31110267d084693702dfd 2,070 0.98/1.00 vMB 115
485,434 485,434 000000000000000000c84a9933a1e0be7ce05a114ad0b94e90974e39c25f2c10 1,561 0.98/1.00 vMB 169
485,433 485,433 0000000000000000000522443111acd2241bef862ca6decdfe6a954362cc3d88 2,588 1.00/1.00 vMB 84
485,432 485,432 000000000000000000b902076fccfab75a75e7ab3872d273d7cb50373516be6d 1,617 1.00/1.00 vMB 125
485,431 485,431 00000000000000000080ecc60ee43d6341f605af38377a0e85b0ecf366451d22 2,127 0.99/1.00 vMB 186
485,430 485,430 0000000000000000001f7b2c4a36cde21c56e54fb41b1d6459b25f53e0ef98ba 2,260 1.00/1.00 vMB 159
485,429 485,429 000000000000000000392bb19ac74b2ddf76fe95f63663dcab297ed954038b2d 2,356 1.00/1.00 vMB 85
485,428 485,428 000000000000000000b906ed83594162a3c18a8b8a37ff72dc936884a3a87d5f 2,211 1.00/1.00 vMB 111
485,427 485,427 000000000000000000fa3ee030214f9f95438e880c2aa8922dfeb71b49912e26 2,519 1.00/1.00 vMB 133
485,426 485,426 000000000000000000207b53b335b0d49b516f38ef33f3f702ef6e79ca51b9b6 1,914 1.00/1.00 vMB 114
485,425 485,425 0000000000000000002ef2e7e28c5029d74b0d970a6443c1efb20fa71018ea47 1,996 0.99/1.00 vMB 147
485,424 485,424 000000000000000000cdfdb6ea25610a379b83a2d28e9089ca69ccc92a722031 2,177 1.00/1.00 vMB 134
485,423 485,423 0000000000000000009425e981a8dcd40a874037a30e571cf9fbb54d52eb7bb0 2,206 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.