Loading Tool

Explorer IconExplorer

Memory Pool

37,338 transactions
26.97 vMB
0.08404665 BTC
Random Selection Loading Transactions
Max Size: 138.19/200 MB

Candidate Block

Mining Attempt 763fbd8e90a8791d9084073b97c18c3717d681cb6f25d41d758c82aad4f88d9a
Version 20000000
Previous Block 000000000000000000000016bb1e9d18d2507026e47a13080b7a7d12448452c1
Merkle Root e24f9d59c575896c54a7b94f1f644db6ad6dd15aee0bd7d5b00998b4b3944095
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,178
Size: 1.00 vMB
Total Fees: 0.03376629 BTC
Feerates: 101.63 > 3.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,277 (790,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,694 123,694 0000000000000541d01f3d3c2861c1051257cb758ed9a831c2269ab1a87f6c86 23 0.01/1.00 vMB 124
123,693 123,693 000000000000030ecf54a08d54e448d927937022bc55df5f7280d72b2d4028c1 12 0.00/1.00 vMB 0
123,692 123,692 00000000000058b7e561958f225aeca4c3b86ee41dba550d1ac72e0f6c3f2a86 8 0.00/1.00 vMB 660
123,691 123,691 0000000000004e133f228980c8590cfab76f4bf9a7c58748ac02dcbbcdfbaf68 10 0.01/1.00 vMB 941
123,690 123,690 0000000000004731d0eac7c02ac30c101bf6ca1e9b82891087f7c64eff160289 19 0.01/1.00 vMB 476
123,689 123,689 00000000000042d6fdab612af0fc5063875383150c5b6d42c57fff67ac89cabe 23 0.01/1.00 vMB 3,868
123,688 123,688 00000000000046ffd64508f145ce1cd3336ec238b293d0179ef654862808cd0a 56 0.02/1.00 vMB 462
123,687 123,687 00000000000065e437b2746407994424ae6608e1321baca1b8b223d358d9a13b 71 0.02/1.00 vMB 1,138
123,686 123,686 0000000000005eb0cbdd38f06f9dce4e8a63e43e8f94a4e8f3eacdd54aa7e509 8 0.00/1.00 vMB 412
123,685 123,685 0000000000004acfe6662b01f6cf728a23fe899f74e2cc15424c028a8f375ae4 8 0.00/1.00 vMB 285
123,684 123,684 00000000000065666f39f04812978062ced63992ad3a30e94af11fcf06dea287 52 0.02/1.00 vMB 359
123,683 123,683 00000000000050e9bc9ac6eeb54ab905fdccccf51f5f2caa4d870b0fa347a9d0 17 0.01/1.00 vMB 748
123,682 123,682 00000000000030662f567b50b8e244ce0181c91107561bc30b8034981a9fbc6c 2 0.00/1.00 vMB 2,487
123,681 123,681 00000000000008274a2a09c764aae94e7ae9ff9e2b66d6c96965c3e628930fc4 27 0.01/1.00 vMB 493
123,680 123,680 0000000000003410d4b9d3395fe785ece42bfd8b4493c415603432aae51b0497 16 0.00/1.00 vMB 0
123,679 123,679 0000000000001c8352124a0f0d753f959e454df8eadd4e5831fe3b3fd704f010 28 0.01/1.00 vMB 293
123,678 123,678 0000000000000f2e2ae9e6d4f324505fb15ae2b3dd94a844ec5fa69e055247fa 12 0.00/1.00 vMB 888
123,677 123,677 00000000000017ee04927e4970dc664588fa29419562a99c4153d943979d80fc 10 0.01/1.00 vMB 374
123,676 123,676 0000000000003cb5b6aefb5e3a8f18f4b68c673bccf187d37d5eaa34687369b9 12 0.00/1.00 vMB 0
123,675 123,675 00000000000003379019e47cf060564a596891ccbd755ccdfc0941ca6c15492c 5 0.00/1.00 vMB 2,223
123,674 123,674 0000000000001884e2d3649a8fd35a1ad97af7f8907b7cf698bead8db49c0795 29 0.01/1.00 vMB 595
Previous 10 blocks ↓
Total Size: 781.09 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: 578.56 GB
    • Received: 8.80 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.