Loading Tool

Explorer IconExplorer

Memory Pool

82,532 transactions
31.14 vMB
0.11967707 BTC
Random Selection Loading Transactions
Max Size: 183.17/200 MB

Candidate Block

Mining Attempt ddf65cd54fc50f00b1e4309f577e08d6cba19c6c60d2fce873d288f43fa2ada6
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 0407718f6962a4fcdf51f0d97a49d615f25bfe080aede8a5b1564062f8f659cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,711
Size: 1.00 vMB
Total Fees: 0.04069419 BTC
Feerates: 150.77 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (233,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,884 681,884 00000000000000000005b443c9d66d1bff7c7440cf7be72e55b4aac83b26b20b 2,034 1.00/1.00 vMB 42
681,883 681,883 00000000000000000000235a955de3d7c6f6eca048dd62815ce0423ff61f2929 1,049 1.00/1.00 vMB 102
681,882 681,882 00000000000000000005e2cd5d5d961c6fb55c6aceb2099010a71304ad37f641 2,535 1.00/1.00 vMB 56
681,881 681,881 000000000000000000052d928121f948669308ea22f1dcaad9ca98a15a35337e 2,318 1.00/1.00 vMB 50
681,880 681,880 0000000000000000000c4f3017c70d5a477dfa1332bf11262b3f27c42ee9f786 2,513 1.00/1.00 vMB 69
681,879 681,879 00000000000000000006e267ad0705db1407eb2fa0b2a1ffd91f9706bd4c57a0 2,477 1.00/1.00 vMB 56
681,878 681,878 0000000000000000000610efc578e76399c770ae46037abc273cc893c830fee9 2,337 1.00/1.00 vMB 62
681,877 681,877 000000000000000000019c7a8a9cb7b74b89e557ccc55f4a03353929307939c4 1,386 1.00/1.00 vMB 48
681,876 681,876 000000000000000000082cda9385d6a6e971739e1e2313a9e37134f3aa9266e2 1,541 1.00/1.00 vMB 81
681,875 681,875 000000000000000000088d6feec16d50a033cf90a7e3c99710796c9051f2a0b1 2,069 1.00/1.00 vMB 72
681,874 681,874 0000000000000000000568a7933f3b49c8f68e2aa3db49344a1042c66a820dd4 3,283 1.00/1.00 vMB 113
681,873 681,873 0000000000000000000ab0825fc30cf2844723262e0c0f2bfd048b2e752029da 865 1.00/1.00 vMB 34
681,872 681,872 00000000000000000001cac5de007b707da9a10ef37acac92ae03f5b0ccd2362 606 1.00/1.00 vMB 94
681,871 681,871 000000000000000000068bbb290eeb3f52cb825eeb323f6b1460166e8dc2426c 2,202 1.00/1.00 vMB 104
681,870 681,870 0000000000000000000bd38850481458ee34dedfbd20335fe878fecc63f5e95c 925 1.00/1.00 vMB 17
681,869 681,869 0000000000000000000c3dd07112fb2646bca467513f6c86048eb9f41786f64e 1,204 1.00/1.00 vMB 28
681,868 681,868 000000000000000000095a39d77516fe6997a817e7d8196f2ff15bafa0f1adb5 343 1.00/1.00 vMB 11
681,867 681,867 0000000000000000000d2f98a042b02562c742425f0b5d649e1810bd87da8b26 1,772 1.00/1.00 vMB 18
681,866 681,866 00000000000000000008d59f48fd4a135011ab882907b86f3752550f4d185619 2,221 1.00/1.00 vMB 80
681,865 681,865 000000000000000000002418994b57aa3a5762d63f0bbea72ea2b3b0ad543e61 335 1.00/1.00 vMB 8
681,864 681,864 0000000000000000000c90c5c3256c54ffc8a717486a0aab17e15aa5c848e263 1,270 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.