Loading Tool

Explorer IconExplorer

Memory Pool

73,832 transactions
28.62 vMB
0.07690718 BTC
Random Selection Loading Transactions
Max Size: 169.26/200 MB

Candidate Block

Mining Attempt a0c01a1fc10201ddf0834021044d8c5718d299a6faaa16ac8e6e4bac6e5377af
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root ab57bd4b60576007c9d036a81e98dacfd7dcc24bf2095219c8b6c0a128362b86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,940
Size: 1.00 vMB
Total Fees: 0.01843643 BTC
Feerates: 61.00 > 1.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (70,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,992 844,992 00000000000000000002e3af28fa875741c8a286e09d7269cf3e431e394743ed 3,458 1.00/1.00 vMB 10
844,991 844,991 000000000000000000009b674513dfd3734c4725ffc9c5a0582f10ed5d4af99b 1,515 1.00/1.00 vMB 11
844,990 844,990 00000000000000000001e6f22eb74d17f0ac5d2159133dbcfb4f657628a2bbd8 3,319 1.00/1.00 vMB 15
844,989 844,989 0000000000000000000170ddbec9251749d7c10173e1b27a65dc566465d257b3 2,845 1.00/1.00 vMB 22
844,988 844,988 0000000000000000000259220f16626699f1912b49710929fdca961a7cc04272 2,980 1.00/1.00 vMB 12
844,987 844,987 00000000000000000000e83260c103b3c9fc5252b4fa2785816519067b4c8c73 3,700 1.00/1.00 vMB 17
844,986 844,986 00000000000000000001e337e91715e841e3f3592bda48edfba075ae49e875a1 3,008 1.00/1.00 vMB 15
844,985 844,985 000000000000000000023b029aecd8e179b824775a2b21cc75306d64ed595f34 5,323 1.00/1.00 vMB 15
844,984 844,984 000000000000000000001e5ab022874f3ef03af0754d95ee13e947d90cae4722 3,981 1.00/1.00 vMB 20
844,983 844,983 0000000000000000000023eee4f2bba8cf0677cbdc025251766f67a84824971f 5,104 1.00/1.00 vMB 21
844,982 844,982 00000000000000000002a63497005f2a85be4023a2fa4dc7371884aebdab4e2a 6,378 1.00/1.00 vMB 20
844,981 844,981 0000000000000000000110499f2d1195192eabe913a645b78779cbf87a7a3ef4 5,321 1.00/1.00 vMB 21
844,980 844,980 00000000000000000000d887f007dd33c3ac19b6e8662d7413c3c934a6140d90 6,026 1.00/1.00 vMB 24
844,979 844,979 000000000000000000014baaac4b7c7bbe122b16a8923aeee804d7bde6ff28f7 5,048 1.00/1.00 vMB 34
844,978 844,978 00000000000000000002ed61f570bb9fe90be87a443d347b7c6436f9d4c10e5c 5,820 1.00/1.00 vMB 16
844,977 844,977 00000000000000000000e428714edd41e3a4cabffe376aaf7c05261883b275a1 5,973 1.00/1.00 vMB 15
844,976 844,976 00000000000000000001671a94d2fa0a2c113a256f251932462a38595a6667a4 5,709 1.00/1.00 vMB 18
844,975 844,975 00000000000000000001303f7e2058c121f95b8ae1cfba27edb1a06cfd229752 4,919 1.00/1.00 vMB 14
844,974 844,974 00000000000000000001069d341a344304265f7c33399e57478bc76d6838d6f6 3,088 1.00/1.00 vMB 16
844,973 844,973 00000000000000000000c0b5af828a987dfc650d46e07df2e11d47017dcbc6b2 4,862 1.00/1.00 vMB 12
844,972 844,972 00000000000000000002adfab45bb194c46c7a47602bdc908c0c5e39b2a87932 6,500 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.48 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.19 GB
    • Received: 15.42 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.