Loading Tool

Explorer IconExplorer

Memory Pool

81,676 transactions
30.42 vMB
0.07631397 BTC
Random Selection Loading Transactions
Max Size: 186.58/200 MB

Candidate Block

Mining Attempt dea0d845be7e773ecb7298e96d146d953e445974cb58fbd725a8a8e624ac6be9
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root da696fa0a1c87fd21e026e4eaee181e14ba05297e8f395c85ec9385fc83401a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,704
Size: 1.00 vMB
Total Fees: 0.00789228 BTC
Feerates: 11.03 > 0.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (481,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,002 434,002 000000000000000000867c55be0fc01398310298320d1eeeb43f312c55b37bbe 1,832 1.00/1.00 vMB 41
434,001 434,001 000000000000000003480f2bfb37729f09b5089b5012a6bf93b0b8d633796bf8 2,592 1.00/1.00 vMB 76
434,000 434,000 000000000000000000f3818b00e3e3f95b0a6d16aa32a1af910dac1fa9ce28b9 1,931 0.93/1.00 vMB 60
433,999 433,999 000000000000000002c4029d0579c662531b35a65f0f9e3b8f439d827d969f32 2,311 1.00/1.00 vMB 56
433,998 433,998 00000000000000000333af999498c7856866c0d5c9b861a008f07af37d11a15f 1,445 0.66/1.00 vMB 65
433,997 433,997 00000000000000000267f30d380d321367042bb307c950397d15f7fdee51aba0 1,306 0.57/1.00 vMB 67
433,996 433,996 000000000000000001eb47e30d42b748182b9a784e5b6267b05aebffad1d13f2 1,830 1.00/1.00 vMB 48
433,995 433,995 00000000000000000357d72a802a100f4660e1e1b3d37bcd4079b6fed6e5924c 1,666 1.00/1.00 vMB 59
433,994 433,994 000000000000000002bc8cf71436782bf93eee3d585c7b81cdabcafa1b4f6f8d 1,669 1.00/1.00 vMB 82
433,993 433,993 000000000000000000a66f1cd6190709aaabf14a4cf3cb2180021762a8561d40 1,614 1.00/1.00 vMB 49
433,992 433,992 000000000000000002fe1197530ecc0fa12e64df95b413e6c10abc5eff3937aa 2,567 1.00/1.00 vMB 72
433,991 433,991 000000000000000000361961d6b283aa941d245febe0a685272e6431af3ea6bb 2,699 1.00/1.00 vMB 88
433,990 433,990 0000000000000000017590119e301cdff4782d108005b86bf0877ebb2ebf0467 1,923 0.98/1.00 vMB 51
433,989 433,989 000000000000000001d274bd807ef9b07028cbee0fa39fd772f88031b791f6d3 1,982 1.00/1.00 vMB 59
433,988 433,988 0000000000000000020e51f7a9e37e2a7411d9772a50d8eb4efd41f140d534f8 1,403 1.00/1.00 vMB 54
433,987 433,987 000000000000000003634b5517876f3bf5bbfdea851634309e26dec6ea924454 2,164 1.00/1.00 vMB 55
433,986 433,986 00000000000000000106f6c68a7bb22a1e3ed8637a73ef54c3e899cb3381934c 2,182 0.99/1.00 vMB 60
433,985 433,985 0000000000000000028cbc27907a907df7177032406f80787a071e417316b4d9 1,697 0.75/1.00 vMB 70
433,984 433,984 0000000000000000032b8183b33933be2f2c22ea0ef488bb6386c16b0854e438 3,099 1.00/1.00 vMB 105
433,983 433,983 000000000000000000bdea75b0af7182d655ab83b27215bc4eac6bd71232bb10 2,576 1.00/1.00 vMB 84
433,982 433,982 00000000000000000367e01bd9de0e8971baf78bd3720b89112fb3df05245c80 1,395 0.73/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 783.02 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.31 GB
    • Received: 18.03 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.