Loading Tool

Explorer IconExplorer

Memory Pool

81,894 transactions
31.75 vMB
0.10812506 BTC
Random Selection Loading Transactions
Max Size: 189.55/200 MB

Candidate Block

Mining Attempt ea27f84db0fea059418ba91fc5f0d89a3656090a6488f2da1b4aa0aa76e68a6d
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root b0a8e8d6456cdffce3e6cc82556c854f66bfed6cf2d2cef215276dacc5f2dbbe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.02454824 BTC
Feerates: 711.74 > 2.46 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (44,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,454 870,454 000000000000000000014078d694b68231ae96e41c38a1c5bfaa28a688e85561 4,211 1.00/1.00 vMB 44
870,453 870,453 00000000000000000000cdc2cba3c8ef56b00d0750f3220275e9c6e23e71e135 6,396 1.00/1.00 vMB 38
870,452 870,452 00000000000000000000b234e5bc2deac642991f1c912ac9d695eee1f75746ab 4,273 1.00/1.00 vMB 67
870,451 870,451 000000000000000000003a77c103dd0bd4862b0479acae96862aa1f8003540d0 5,270 1.00/1.00 vMB 66
870,450 870,450 00000000000000000002b68d4a29aa1bc5c56bf747f0d3166d5a515d5129a679 6,023 1.00/1.00 vMB 88
870,449 870,449 00000000000000000001c5081c9e146f9c165137c4be8765f711b59287f8767c 5,420 1.00/1.00 vMB 42
870,448 870,448 00000000000000000002673f4d17e8f5740b3be5f15ba70c3bbf8fc1bedeb631 6,013 1.00/1.00 vMB 44
870,447 870,447 0000000000000000000096ad73c8469d5335d026bddac4eba0510d979b5be1bb 5,237 1.00/1.00 vMB 51
870,446 870,446 000000000000000000018fb0584a758ac6fb98e12fea5424f996983b74d1ab90 5,688 1.00/1.00 vMB 62
870,445 870,445 000000000000000000014a6c48d0b940a08bcc7d548f08f85ed94e2bf71c05ab 5,567 1.00/1.00 vMB 78
870,444 870,444 0000000000000000000058c135d3515d227c9339e492532ecb297f15ebae9a76 5,100 1.00/1.00 vMB 92
870,443 870,443 00000000000000000000db7e55191e7d4fc70347fdfe3d8a766ed0e9b972e844 4,914 1.00/1.00 vMB 100
870,442 870,442 000000000000000000017d5b29b486bab8283cc45888415da45268d4f6f4a19b 5,322 1.00/1.00 vMB 101
870,441 870,441 000000000000000000019a51655a1d9e26a4b478d197a4bbb22d1623b0edae67 4,086 1.00/1.00 vMB 116
870,440 870,440 00000000000000000000f80ebe7e2e796044f47b21f1eafabb59d5f1be733de2 4,846 1.00/1.00 vMB 117
870,439 870,439 00000000000000000001df2b2d27d4ec7ed15ce0ce5fd1d797d01d7fab036ee2 4,292 1.00/1.00 vMB 128
870,438 870,438 00000000000000000001d3c60aa2c256d28179cf873f6d243d807db119172098 6,212 1.00/1.00 vMB 100
870,437 870,437 000000000000000000012eac86d60a75f75b84cde3d65dc9a52f18896acae6e3 6,043 1.00/1.00 vMB 117
870,436 870,436 000000000000000000002cf9763ae3cb6f919a89a99ae04f8f1c5d5bcc95403c 6,296 1.00/1.00 vMB 115
870,435 870,435 00000000000000000000e25bd5e6fa43efe86507bc4a797f50bb920132e620db 5,859 1.00/1.00 vMB 115
870,434 870,434 00000000000000000000b1646477593b498f0fba36c33defcc3b90cf4c5846ed 5,705 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.