Loading Tool

Explorer IconExplorer

Memory Pool

41,397 transactions
31.77 vMB
0.12042773 BTC
Random Selection Loading Transactions
Max Size: 158.73/200 MB

Candidate Block

Mining Attempt cff1c8bdced8a0fe6700158dc630745409086fb4f12023cc72701d0549a72a6d
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root f5f8f755f8f1007712a63d46f6cfc651fb9bde2ef65e13b9811f2984ed6af70c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,875
Size: 1.00 vMB
Total Fees: 0.05457731 BTC
Feerates: 116.76 > 5.47 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (821,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,009 93,009 00000000000415799d9e8cb8873b0c2cf5fe4e27107dcd0acfc4be645114da55 1 0.00/1.00 vMB 0
93,008 93,008 0000000000014c8a69cc2a8f7136dfa1ef4e3e226d88692e7baac994015fa5f5 3 0.00/1.00 vMB 1,945
93,007 93,007 000000000003118623b2e48404bb059fc4613e4cd129037db4a838ff26009116 5 0.00/1.00 vMB 302
93,006 93,006 000000000000b609085b9564f998c118689e559021c9a8c891409000aec59246 1 0.00/1.00 vMB 0
93,005 93,005 00000000000795ffa3d83c24fbb764356425de551d75a8337b2aa95e26377f16 7 0.00/1.00 vMB 543
93,004 93,004 00000000000643180f78f3332f2f9d5a8401f723c981ab0bfff65bb181c1530d 1 0.00/1.00 vMB 0
93,003 93,003 00000000000720b8ef2f9276c24e6f74d0a433965cd5d2637f950abbd8a41752 12 0.00/1.00 vMB 1,739
93,002 93,002 000000000002324597f97239c19366becb51bcfcf58ae3e2ca112e7930b56f34 2 0.00/1.00 vMB 0
93,001 93,001 000000000007dc9285910639eca800e61829d99785d70245c88654a4bb4f984f 1 0.00/1.00 vMB 0
93,000 93,000 0000000000015d5379547ad416695137953a85f5a059ea7023b5aa1d9fdc6f29 4 0.00/1.00 vMB 2,580
92,999 92,999 0000000000051e95a28ae0bee83247b079245e44c3070c7a619613da24f5368e 140 0.03/1.00 vMB 0
92,998 92,998 0000000000008f420a916fa4a7cb0a9aa9c80069f54be0704f7ebead6817d14d 4 0.00/1.00 vMB 3,880
92,997 92,997 0000000000044dcad339a0c954e59630dec8a4c665c0cf2da3094dcddc4ab6c1 3 0.00/1.00 vMB 3,861
92,996 92,996 00000000000442791d748c7c2f4f21beeb0f385c72064e09c03e404c81a7fbc5 219 0.05/1.00 vMB 40
92,995 92,995 000000000002640bff8d4cbcf58a88b24021bb2b27cc8b8087209c6c081f897a 218 0.05/1.00 vMB 61
92,994 92,994 000000000002a76d4fd7ae412cabce6931d4560596685c116cea003bcaf3582a 1 0.00/1.00 vMB 0
92,993 92,993 00000000000984cdb30436a7573e6231b86339cce3670dce2fb1de8b059f05ab 219 0.05/1.00 vMB 0
92,992 92,992 00000000000907fe83771a1c5f81bb5cb64b236a9c8596657c20fe7c12b09a0a 763 0.17/1.00 vMB 11
92,991 92,991 000000000000d2d43993ae3b4d5ed3332ccb90d638e8eb1e27ed7de8afe27c40 834 0.19/1.00 vMB 10
92,990 92,990 000000000007c26c5f2e910176e24a3bf391ae5b120fd5cc2b44f89d12934a6d 13 0.00/1.00 vMB 716
92,989 92,989 000000000000a33c46bbf261c9717c08cd2c3b83781105734ff328409a9d0045 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 590.66 GB
    • Received: 9.59 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.