Loading Tool

Explorer IconExplorer

Memory Pool

43,825 transactions
27.39 vMB
0.07119035 BTC
Random Selection Loading Transactions
Max Size: 143.68/200 MB

Candidate Block

Mining Attempt 2734a85deeff9320b284c363db05881b6f374efd4acba7bca3bcee564dec8daa
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (458,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,723 456,723 000000000000000001bf7d2b268dc2c7c4942724bcb8ac984a843b99941eac4c 900 1.00/1.00 vMB 75
456,722 456,722 000000000000000001756e7e8bb04d38d7defab5067b3f936a006d9c9c6a9b7b 1,994 1.00/1.00 vMB 205
456,721 456,721 0000000000000000002fac72d278376982c104eadddbe64c27e247052d46ea13 1,323 1.00/1.00 vMB 123
456,720 456,720 000000000000000001e6cd84fb4c7997975993928374de2469fa6e41d9e721cd 598 1.00/1.00 vMB 68
456,719 456,719 0000000000000000022f262496a56bec05da9b5321f8beb3fcf79630445edd54 1,865 1.00/1.00 vMB 179
456,718 456,718 00000000000000000175bba7c8f6b30e2aeada1d45ca3774caa6438e18e617fe 1,571 1.00/1.00 vMB 139
456,717 456,717 00000000000000000221a1b6dd5f6eb998daca8b94d241dcef6e509d8cc8f2f2 1,117 1.00/1.00 vMB 55
456,716 456,716 000000000000000001cb0c1517951f71a05ade5321656c252062d65203816833 1,826 1.00/1.00 vMB 120
456,715 456,715 0000000000000000002eb3ae49c5e568bf46606eb0b6d03ce94da36bfacdb82c 2,120 1.00/1.00 vMB 158
456,714 456,714 00000000000000000164a57ef1ec9472ad9b36b022e988b35763427a2a5dce7a 1,823 1.00/1.00 vMB 146
456,713 456,713 00000000000000000129e128465c26d42ea61c484dc9d013e35c6e131afb9367 2,629 1.00/1.00 vMB 214
456,712 456,712 000000000000000001cb9f15741478fd8e820dbc22d804ddf1bff3862fc3eab1 2,097 1.00/1.00 vMB 180
456,711 456,711 00000000000000000159a05cecc364d978037b3e488fb66eb0f064736933c88f 2,165 1.00/1.00 vMB 245
456,710 456,710 0000000000000000017686ec0f602a3855c64aa7f19621526a7e06057b55a367 1,872 1.00/1.00 vMB 95
456,709 456,709 0000000000000000008c62dcc2998cd48cc287c807f46f2ffafb7c73fd30c4c1 2,472 1.00/1.00 vMB 174
456,708 456,708 000000000000000000c6cc756322f698eb4949a7bbc248ed253f7a2a42d26207 2,631 1.00/1.00 vMB 247
456,707 456,707 0000000000000000004bea16e62bd444022b93fa09193b0873e4aeae01fd2538 1,378 1.00/1.00 vMB 106
456,706 456,706 00000000000000000194ffdf2e3ff6556eaa9343215e67dc69d9bc99e8827cd4 2,610 1.00/1.00 vMB 233
456,705 456,705 000000000000000001d5e5485f96e704be80917ec1dec9a9c8a5aa38f12da7d1 2,279 1.00/1.00 vMB 153
456,704 456,704 0000000000000000007831d52fa2abba5d2098435153f3850ce7e78cbb402e23 2,163 1.00/1.00 vMB 88
456,703 456,703 0000000000000000003ef4d087da90e58ad2e420f0f032242151ab40c8f65b38 2,378 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.