Loading Tool

Explorer IconExplorer

Memory Pool

40,977 transactions
26.60 vMB
0.06686571 BTC
Random Selection Loading Transactions
Max Size: 138.66/200 MB

Candidate Block

Mining Attempt eb78239b77c78efdd3c057c9781196db1921fb604fd4f1e3d21f775d95cbcf20
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root bf776c61683c42c00e081660d55a2d5ec3a61adab40ca8fa339718d10d6669e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,745
Size: 1.00 vMB
Total Fees: 0.01765495 BTC
Feerates: 265.25 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (118,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,010 796,010 0000000000000000000337bc44d0145ec73f7d16938a5726b1589247ea4adf0d 3,400 1.00/1.00 vMB 40
796,009 796,009 00000000000000000004a5249eb22c4e063e18f9db1adb71d8685347ac0e1404 1,045 1.00/1.00 vMB 14
796,008 796,008 00000000000000000000bd4b1a8b3aad36026105bafd176b37ae482cdc6f9e59 3,589 1.00/1.00 vMB 30
796,007 796,007 000000000000000000016cbb79df1a84af6737a9f0aebe7a1e7fc985eff394e3 1 0.00/1.00 vMB 0
796,006 796,006 00000000000000000002f2fc43864da00251e0b114116fcc8dba020d9c031e07 2,153 1.00/1.00 vMB 19
796,005 796,005 00000000000000000002e8fe7d46e25840d09aae4c4d9f6ef511a029f5cce24a 2,074 1.00/1.00 vMB 12
796,004 796,004 00000000000000000000d3c9e40a1ce0bae8d066409f5ae4d2d58438362ff063 3,210 1.00/1.00 vMB 26
796,003 796,003 0000000000000000000148e07c1382bf3554498a4c2af63b80d71a3650769b60 3,165 1.00/1.00 vMB 19
796,002 796,002 000000000000000000043fcb2c412d9809c1419a607f26fca757fdd4f144a0eb 2,927 1.00/1.00 vMB 19
796,001 796,001 000000000000000000033340dbaac6756c0b137c0a391ea640b4f3513dacb42e 3,269 1.00/1.00 vMB 32
796,000 796,000 0000000000000000000234a41837fed06bb7ef0e56dc1d4868cea7475e747cd0 2,457 1.00/1.00 vMB 13
795,999 795,999 00000000000000000000a542c5846d1ac451d870da00761df4a6a743e0d2ca15 2,386 1.00/1.00 vMB 21
795,998 795,998 0000000000000000000256b1305f9b9a2406fa9de27454374ba0ed755117b4ab 3,603 1.00/1.00 vMB 31
795,997 795,997 00000000000000000003b9aec5b9d8727034a830540617cc16767cbf595e1c3f 3,333 1.00/1.00 vMB 18
795,996 795,996 000000000000000000011165e3625cbb0ba7cf962e165e010d8ed3754d799e6e 3,498 1.00/1.00 vMB 22
795,995 795,995 00000000000000000001f605d5e55a403b1a593a68cec641f62ac9abbeed0cfa 3,859 1.00/1.00 vMB 16
795,994 795,994 000000000000000000049403b2ff511f1dfee81f57c2b50e8a5b9f8e04881e13 4,105 1.00/1.00 vMB 13
795,993 795,993 00000000000000000002ce91f138fd3130dae2e47dd28bab7a43ee3ee9026e76 4,029 1.00/1.00 vMB 12
795,992 795,992 000000000000000000036f0937639ab052c028acd90241ba0529f469dca20ed3 2,751 1.00/1.00 vMB 13
795,991 795,991 000000000000000000039a3c820adc73fdfa2068836c8921b1ff161522bd8d7b 5,841 1.00/1.00 vMB 11
795,990 795,990 00000000000000000003d5dbfb82887d8efd69de92a2a59f67b0b3e29a41bf95 5,269 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.