Loading Tool

Explorer IconExplorer

Memory Pool

86,779 transactions
31.84 vMB
0.10967325 BTC
Random Selection Loading Transactions
Max Size: 195.04/200 MB

Candidate Block

Mining Attempt 55d934ac468765000eaa57c06c50ec62aef4fa5b442369472f133a3bb99d4bb7
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 1554426e3fd80377ad69b9edb80f8b4657f0f8062c5d1d7e87ea04dbfe843ad8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.02877426 BTC
Feerates: 1,236.26 > 2.88 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (446,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,985 468,985 000000000000000000b6fe11c7cec7cf25dbdbe7ccc68a39739ddd45fdc373f6 2,083 1.00/1.00 vMB 308
468,984 468,984 000000000000000001b9a211cff8de3542502cb531d5ecd4110cc6aaa91298da 1,140 1.00/1.00 vMB 193
468,983 468,983 00000000000000000032f9b493eec13775a4d72319b8bc07e20763ba08ecbd55 1,717 0.99/1.00 vMB 284
468,982 468,982 000000000000000000d0ac86e752f095dfb65d12eebf0c0b85b1f3ef5d8d8c77 1,761 1.00/1.00 vMB 195
468,981 468,981 0000000000000000013be8542b8e7deaa9a84056349b75ed6bc6f6caf3eca7ca 2,174 1.00/1.00 vMB 228
468,980 468,980 000000000000000001003ac137ff21b13992405914f885a224f8cb2426d00974 2,129 1.00/1.00 vMB 296
468,979 468,979 000000000000000001ab7a9a3a0b667c61c2d579356efb6736563338601e4d4d 2,066 1.00/1.00 vMB 297
468,978 468,978 0000000000000000008d1ee1ca07c3d8dcd19825c57abf8c72681d1a24c53243 1,906 1.00/1.00 vMB 272
468,977 468,977 00000000000000000051f8fc51572db3dcbb1201b696cf2be67a7bc52a7a9af6 2,492 1.00/1.00 vMB 362
468,976 468,976 000000000000000001d1f5795cc5fc019d19601842a1ccdf220ed2904b8309df 1,981 1.00/1.00 vMB 359
468,975 468,975 000000000000000000edf66ad25c61ee7fa50abcc5313dd92b071fb1a31dac4f 1,721 1.00/1.00 vMB 317
468,974 468,974 000000000000000000c3f67d656385ca3b7bc727dee56153997a0e2fcaef1884 2,028 1.00/1.00 vMB 327
468,973 468,973 000000000000000001ceb5680dbdfa59420e7f3824f69f9b1f6534dfc1158d03 1,661 1.00/1.00 vMB 277
468,972 468,972 000000000000000000c506b7c430a2cbc9e7ca08d5af20c10dbf538d1a8cba51 1,215 1.00/1.00 vMB 257
468,971 468,971 000000000000000001bcce2ea54425f2483431ecb6f4e537fa7fc722798107f0 712 1.00/1.00 vMB 189
468,970 468,970 000000000000000000fadf06e85df42f36f5861e193dd0582fa0cdd26359a263 1,636 0.99/1.00 vMB 292
468,969 468,969 00000000000000000031b66fc7225dea20ffbd17ef4ceff5c726354a9504cb23 1,552 1.00/1.00 vMB 268
468,968 468,968 000000000000000000d00f5a038ea52fa66b68097557eb7396b8cbe8ec4600c6 2,433 1.00/1.00 vMB 398
468,967 468,967 000000000000000001586464e03fca7ecfd80a6fc1b07a78533373473f7665cb 2,294 1.00/1.00 vMB 329
468,966 468,966 000000000000000001a5746701621ce85ffa86fa093383ed2b3cf69cc962ba59 2,096 1.00/1.00 vMB 314
468,965 468,965 0000000000000000006277d3a80df5cf69f38eff0cc3bd6f35006775d2b2351e 1,486 1.00/1.00 vMB 266
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: 10
  • Data Transfer:
    • Sent: 719.41 GB
    • Received: 18.05 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.