Loading Tool

Explorer IconExplorer

Memory Pool

75,005 transactions
27.67 vMB
0.07642870 BTC
Random Selection Loading Transactions
Max Size: 168.81/200 MB

Candidate Block

Mining Attempt b7f2c62c929201a896273a75ac2d0a48ef7e5ca25ece47e8a98920d4162adc1a
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 539be0b6597e4a8b3fcd6ef7c8b58920e2cd9798adcf042f22457529c0d580e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,074
Size: 1.00 vMB
Total Fees: 0.01723259 BTC
Feerates: 301.57 > 1.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (88,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,004 827,004 00000000000000000002d1e945ee71145225a7d0b7ceef19df42727cc9bcd5b7 3,341 1.00/1.00 vMB 97
827,003 827,003 00000000000000000003b4f4438312860c9390c2a0b5f50619daae456671512a 3,882 1.00/1.00 vMB 125
827,002 827,002 000000000000000000030a49066b7ea34eff542d4744b41df439a976d3977de6 4,926 1.00/1.00 vMB 102
827,001 827,001 00000000000000000002b517152d249175701f592d4cf7cbef3269c709811743 2,164 1.00/1.00 vMB 93
827,000 827,000 000000000000000000019624ec303c1ec37849636a6b4ff2b032acf4d7feb2b8 4,305 1.00/1.00 vMB 130
826,999 826,999 0000000000000000000130df2873283f409788609c674637080b13a7f2719906 3,217 1.00/1.00 vMB 111
826,998 826,998 0000000000000000000371f70f7511a79eafccaa9ffc0d6fc6a91c98d047b8a6 4,517 1.00/1.00 vMB 138
826,997 826,997 00000000000000000002471f189691ebaa835cea63bd40eb3ebd1fba92a49e93 4,214 1.00/1.00 vMB 113
826,996 826,996 00000000000000000003c73a5dcb65a38feeff37e4695a00edb80ee02d020ecf 2,401 1.00/1.00 vMB 97
826,995 826,995 0000000000000000000257efabf00f6652ee96db9f8572a09fdf1a3d9c965113 4,095 1.00/1.00 vMB 153
826,994 826,994 000000000000000000001397ca64ceaf23fb846dcd47abbc97df006fb9b7b4a3 3,166 1.00/1.00 vMB 169
826,993 826,993 000000000000000000031122456ebdf808e4d7f3fa4385b9d2e50bede4e49520 2,394 1.00/1.00 vMB 146
826,992 826,992 00000000000000000001402cd0cb189b05f2ffbc35c170f10dcabcb7d583a90f 5,700 1.00/1.00 vMB 200
826,991 826,991 00000000000000000001e393830382e76168a0c3aabc0903066a964a689414c7 5,165 1.00/1.00 vMB 220
826,990 826,990 00000000000000000000fe04a07af8e3a7799364a0849866ee8637bb6c38519f 719 1.00/1.00 vMB 221
826,989 826,989 0000000000000000000324a06e1dd7616caf58bb5affcfb257a251b0e62e480b 864 1.00/1.00 vMB 33
826,988 826,988 00000000000000000000feda5d0694217822d2f11e73d6ebf99132324a7ca5ee 1,001 1.00/1.00 vMB 33
826,987 826,987 00000000000000000003f70e93d6b7ca6290e2bd90eed73e3c3eea422361934d 2,172 1.00/1.00 vMB 38
826,986 826,986 00000000000000000001d3385fa215a2f50294eedb865b9b43b50ac6742237de 256 1.00/1.00 vMB 31
826,985 826,985 00000000000000000002fc1da1eb41aaefa1aef1136584ce85aa61138d7fba3c 2,980 1.00/1.00 vMB 42
826,984 826,984 00000000000000000003cccee6bef57f1eac8ecb7d0387cf061b7ecf7af0f61a 1,818 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.