Loading Tool

Explorer IconExplorer

Memory Pool

83,744 transactions
31.88 vMB
0.08525404 BTC
Random Selection Loading Transactions
Max Size: 193.86/200 MB

Candidate Block

Mining Attempt 080462705f455994644c8c1819020a019fa963f4d14a5580658f5f85fc6355b9
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 26d3b831273c81e38c31eecf25dafe62254b370626c6ccb4b67e6b574cd7b2f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,302
Size: 1.00 vMB
Total Fees: 0.01576007 BTC
Feerates: 40.00 > 1.58 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (310,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,570 604,570 0000000000000000000ae2abb4b4b75d74b5e08f8f50e5350c3681af268da147 2,047 0.67/1.00 vMB 25
604,569 604,569 00000000000000000013b242ad15ad6effec729a0c64b655d3849317630ff7d1 2,427 1.00/1.00 vMB 25
604,568 604,568 00000000000000000012f7aed628dbf6d165e77bc478372d49d5a7d082a0a481 1,681 0.42/1.00 vMB 2
604,567 604,567 0000000000000000000fdbdefa1a11d34db46e4fbf4dc9ae37a745c724b1d916 2,936 1.00/1.00 vMB 23
604,566 604,566 00000000000000000014d66da0d59fafae843d1107894d6cfee0506d017b3902 3,082 1.00/1.00 vMB 14
604,565 604,565 00000000000000000010267f7e1330e86ccfa0ef768d5aac97d6a643c2ec61af 3,483 1.00/1.00 vMB 40
604,564 604,564 00000000000000000005805bc68fac87b300a7a5a8194f194332745227db5124 690 0.18/1.00 vMB 22
604,563 604,563 0000000000000000000e15643f2b932dd2f45b61290899effe943bd7e041e1e6 2,297 0.76/1.00 vMB 4
604,562 604,562 0000000000000000000239bcc6bc69756c5b038f1ea1dd1617a051a85a2a9ba6 2,506 1.00/1.00 vMB 21
604,561 604,561 0000000000000000000a5fbfde75fc59378f51cde6f88a17d86dae9e28fb59a3 2,673 1.00/1.00 vMB 7
604,560 604,560 00000000000000000000f6f6794b83d9b97450e74f0f60f768065ef4a68ecc0b 3,475 1.00/1.00 vMB 21
604,559 604,559 000000000000000000085e0736f158ef11aca7ce609a1f3408ca0dd59c6f0383 2,631 1.00/1.00 vMB 25
604,558 604,558 00000000000000000004a43aed3d30cb97f1a1d93e1d40191fd59bc208cc36a1 3,111 1.00/1.00 vMB 33
604,557 604,557 0000000000000000000d3450b5e486359880b00ba72e359e3446c0e4131bb8e1 2,954 1.00/1.00 vMB 50
604,556 604,556 00000000000000000002abc37bf42b227d5f43b61b5a4f9b6231fbd5684d16e6 2,629 1.00/1.00 vMB 21
604,555 604,555 00000000000000000013143bc5cd49c82669244b4b4a3082fecca68027d583cc 1,259 0.41/1.00 vMB 18
604,554 604,554 000000000000000000085e3f87ebc164bf16f307ed8d3338b36718f9fa791220 45 0.01/1.00 vMB 30
604,553 604,553 00000000000000000000491012d0d10a413f551c8bb8941971388066aa991a13 300 0.12/1.00 vMB 15
604,552 604,552 0000000000000000000283abf242159f408d96c95cba9911c8d277aa4608f545 1,099 0.45/1.00 vMB 17
604,551 604,551 0000000000000000000307c64402d61b88b29841a40699f8bb991c1cebdbbeb2 1,733 0.59/1.00 vMB 15
604,550 604,550 0000000000000000000cbf9567d7ffdb4c946a30e1125cb075858aada515fdb9 1,048 0.32/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.75 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.84 GB
    • Received: 16.78 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.