Loading Tool

Explorer IconExplorer

Memory Pool

81,875 transactions
31.01 vMB
0.09734597 BTC
Random Selection Loading Transactions
Max Size: 188.34/200 MB

Candidate Block

Mining Attempt 6ab4a6f57f8e9a5324b4e276412bb62065a3e10952863e76297153b5e2bc33b4
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root d9b2f12a1372aef8be68dc0379ebdfed4455aa65e9eb85a76db9a5f9bf64ddb1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02707778 BTC
Feerates: 318.30 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (493,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,978 421,978 000000000000000001d0510da6f42f62d59fc3dc61dc51745bbf98096e02cee2 2,254 1.00/1.00 vMB 74
421,977 421,977 000000000000000004b02f1bab97354b67ea6df6519d8e3234db8272df80418e 13 0.00/1.00 vMB 163
421,976 421,976 00000000000000000508d96194facfa852e7e2ee5c78c5167b6fae4d79569ad9 1,560 0.96/1.00 vMB 35
421,975 421,975 0000000000000000033cea53af57e25d800cb947afe6fd86406870b400db1191 1,322 1.00/1.00 vMB 68
421,974 421,974 000000000000000001f0b3804cafee94e82b3a7113cfe04860fc6b6d0b8ddf9d 1,994 1.00/1.00 vMB 68
421,973 421,973 0000000000000000018ac2a18dcf812eaba901285aa8f440d5fa9dd5714de36e 1,786 1.00/1.00 vMB 44
421,972 421,972 00000000000000000269a6657c696e367cc86377ec8aa6a6a41b842a8a0b922f 2,259 1.00/1.00 vMB 56
421,971 421,971 00000000000000000485580d67c80535b2ff25336b14305a318d4ef3fe7d99d3 2,987 1.00/1.00 vMB 84
421,970 421,970 000000000000000003bd0f3058af4bb90688b92d7475038fc2d869ed67cd5b0c 572 0.24/1.00 vMB 66
421,969 421,969 000000000000000003c2ef10bb12e432d47de6b25af0c61168a15cbfca0a5cae 513 0.39/1.00 vMB 33
421,968 421,968 0000000000000000009c351dd012b78d8a8de748dceb9d0b06a26c079996dade 975 1.00/1.00 vMB 27
421,967 421,967 00000000000000000522b39bf693b580e137167022b40e75f6b09cd532d3a6ff 1,549 1.00/1.00 vMB 52
421,966 421,966 000000000000000002e5b57293628541e040a7e9a5990671d115928237de2901 1,998 1.00/1.00 vMB 79
421,965 421,965 0000000000000000026ddf1d0479adb5e5741dbbe3a81163ddcbcdb696c79cf2 1,413 1.00/1.00 vMB 66
421,964 421,964 000000000000000004ed8f372271d5a24b57811c2e0e93e1c60bb826e6adf7d8 31 0.01/1.00 vMB 134
421,963 421,963 000000000000000000a3b1ea2c9e550212a8765db4c663096631d661d45e0cf8 1,164 0.89/1.00 vMB 36
421,962 421,962 0000000000000000001fafb124eccf764b372d89649b01205aa1a03f176f8a65 2,466 1.00/1.00 vMB 57
421,961 421,961 000000000000000003b89eeb63fc353260370cf37bf0e9e7591e36ac55408d4f 1,293 1.00/1.00 vMB 37
421,960 421,960 000000000000000004950ac2ced6db99207af7838924140242af8d229bf9925d 596 0.23/1.00 vMB 55
421,959 421,959 0000000000000000016274997bc50bd948ea84a7d38ec6ee5b2f07a25d1eda8e 1,558 0.77/1.00 vMB 37
421,958 421,958 000000000000000000421bfd4e5f99a7d09936e0acb5e3c915768f4d7f7ffedd 2,409 0.93/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.00 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: 718.41 GB
    • Received: 17.89 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.