Loading Tool

Explorer IconExplorer

Memory Pool

44,299 transactions
26.52 vMB
0.05536424 BTC
Random Selection Loading Transactions
Max Size: 140.14/200 MB

Candidate Block

Mining Attempt 1c7dd69788c528df0aedde2e96ee24620c9b4b028b5d6ad05b899b97b36079d3
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 95e4edfd8ec41378f58bc9d0381810471de3a978f1560ab1121ab05e1afd6d4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,236
Size: 1.00 vMB
Total Fees: 0.00674690 BTC
Feerates: 40.21 > 0.68 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (68,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,717 846,717 000000000000000000023c55be3b8f90b948c1776170ca1ea7734bbf2e3bc0da 6,042 1.00/1.00 vMB 64
846,716 846,716 0000000000000000000092afbaac7e0c0731ae4bc57ce093d2ca466b80c3ef88 4,277 1.00/1.00 vMB 44
846,715 846,715 00000000000000000000ae210e7aa7e5a2f99e52fabd92b033403653ca0cb76d 5,715 1.00/1.00 vMB 53
846,714 846,714 0000000000000000000312cd443904f486223b781324e003475341e0bfabe7a3 3,874 1.00/1.00 vMB 51
846,713 846,713 0000000000000000000101e10fe4dd494f9249c26c046bb2d01b11b37aa0b81b 3,455 1.00/1.00 vMB 58
846,712 846,712 000000000000000000021cfe1352f8c37c45a5b10bdc5d3737208cd4a2686b3a 4,085 1.00/1.00 vMB 60
846,711 846,711 000000000000000000027442b50938c7c7cea5a9ac5db41aaed4a05ea4c02483 2,988 1.00/1.00 vMB 76
846,710 846,710 00000000000000000001c819e17f14fc9bb50b82f2ce6a1188080709d35c5fae 4,511 1.00/1.00 vMB 42
846,709 846,709 00000000000000000000a9de64716bf8b4d387163e9660933e4d1065d7929dfa 4,994 1.00/1.00 vMB 44
846,708 846,708 000000000000000000010ad6a256f83ecca0557d8f21005d37aaf90c9ef8fbfa 6,513 1.00/1.00 vMB 37
846,707 846,707 0000000000000000000092cdf0b4970fe18bedb5818ca335e52c1141bfd54ba0 5,758 1.00/1.00 vMB 37
846,706 846,706 00000000000000000002b261a8b453f946c3ffd5657ea83f2e22b200a26f9d23 5,203 1.00/1.00 vMB 41
846,705 846,705 0000000000000000000118613120bdd8bf3bb80760f07aaef9bf67921440dcac 4,539 1.00/1.00 vMB 48
846,704 846,704 00000000000000000001aee30e7ac9c31bd62d3e47f52e01b0e123c3644c6790 5,523 1.00/1.00 vMB 51
846,703 846,703 00000000000000000001583b296fda5e18321d31935ac44dc7c65c083d59a5b6 4,056 1.00/1.00 vMB 62
846,702 846,702 000000000000000000016ecc02f3efbae207340909a20c144c7d1ffbf6c00cce 4,882 1.00/1.00 vMB 43
846,701 846,701 00000000000000000000a08674d2433a1d39ae82babec3718fc556fdb3230987 6,112 1.00/1.00 vMB 57
846,700 846,700 0000000000000000000235f0cbe09681ae32be6ca2697d16c2ab6baa3ea8bccd 5,632 1.00/1.00 vMB 66
846,699 846,699 0000000000000000000079c52ed7cde7edc08a47f2afb6ae1ad3533a5544b1a0 5,955 1.00/1.00 vMB 42
846,698 846,698 00000000000000000002301247d1ac08ee47321a603644196bdd2ce8b67c148a 6,507 1.00/1.00 vMB 44
846,697 846,697 00000000000000000001583daaee89d395e5cce9961a231ca01356905bb9d292 6,588 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.