Loading Tool

Explorer IconExplorer

Memory Pool

82,220 transactions
30.57 vMB
0.07872376 BTC
Random Selection Loading Transactions
Max Size: 187.40/200 MB

Candidate Block

Mining Attempt 7ce4e21a8fbb92e441a5a06b5147d1d18780e9f84265f25ebd36bc0ba5f52a5a
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 8726a0e63548b3e9eb653fdd61cc7cfed8c88917532a27049582b15f48e275ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,534
Size: 1.00 vMB
Total Fees: 0.00996723 BTC
Feerates: 40.21 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (142,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,940 772,940 00000000000000000000f745053a9fc5afa6fa5d97babf86d4eb7a2d26251901 3,377 1.00/1.00 vMB 15
772,939 772,939 00000000000000000004a431ec368583c2c27270740b67fc878a787c726d42db 3,127 1.00/1.00 vMB 13
772,938 772,938 0000000000000000000078236bf149d6d3dea3025f53abdccb76905ebf316278 881 1.00/1.00 vMB 2
772,937 772,937 0000000000000000000196cc99be8efead3a50f6bff88383e60490c2861f1f84 1,831 1.00/1.00 vMB 12
772,936 772,936 00000000000000000000a26cae7ebdcdd39b64438b9d9d8168ef2f8e06e6129a 2,303 1.00/1.00 vMB 19
772,935 772,935 000000000000000000061a348006eef114f9f52500f0472a5681047fba354b19 496 0.13/1.00 vMB 16
772,934 772,934 000000000000000000043f25c5abf2a0dcec639d7368e6ad748d89b55c03ba34 3,220 0.96/1.00 vMB 10
772,933 772,933 000000000000000000029d59f6abfff3ceef3ca0ee763195ce8e93bc338f4c70 3,770 1.00/1.00 vMB 20
772,932 772,932 000000000000000000071659fa3afe19f95ee54c3fa5c1aef76588dcb3d64421 1,735 0.56/1.00 vMB 13
772,931 772,931 00000000000000000003f9d2c3a18fc758aae3f52c50f89886658172912d8f6f 1,613 0.74/1.00 vMB 10
772,930 772,930 000000000000000000061f560f5555ef8032abce6fd9821ff65bb332d4a0cb81 3,134 1.00/1.00 vMB 16
772,929 772,929 000000000000000000031f1ce783cff96462e59dad8d2d0046129e4c2722c4c4 27 0.01/1.00 vMB 7
772,928 772,928 0000000000000000000640ba1f7eff47178e842e78f467bdca0bea5d6cca7261 919 0.47/1.00 vMB 7
772,927 772,927 00000000000000000000d665af4a9519dfee97e8fee9e1c973ff4ec1904bb258 3,172 1.00/1.00 vMB 23
772,926 772,926 000000000000000000043fac38872d8f1e5bd68a8d88472af323b93c4f0a66b7 1,040 0.42/1.00 vMB 23
772,925 772,925 0000000000000000000053818d4585d6281fbd1b1b3b9c97204049f3e8d96657 1,499 0.57/1.00 vMB 19
772,924 772,924 00000000000000000005b6648ccf60388b7145f71e6e2854c25327046b088a90 2,336 0.90/1.00 vMB 17
772,923 772,923 00000000000000000001e6d99b42a2fe649591e7b97b1d4327e2bc3ade53d6d7 1,902 1.00/1.00 vMB 18
772,922 772,922 0000000000000000000528bb36fa0957411f23addfd4a4380ebfe7985351e4ae 303 0.08/1.00 vMB 17
772,921 772,921 00000000000000000004a320750aaa6eea1490d0b6a23e693fd29b5dddd77927 3,232 0.91/1.00 vMB 19
772,920 772,920 00000000000000000003e5575f53fed983b11bae3f2431492441265574350cd0 280 0.09/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.52 GB
    • Received: 18.08 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.