Loading Tool

Explorer IconExplorer

Memory Pool

84,315 transactions
35.34 vMB
0.18714764 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 47e28b02c50db56d3016d0353e77469dd1cfe35c22a5782d5b6627f46e8a21ef
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 0bbc4246c7a9f2ccec78297f2409bd5c88098363d33fab87e0c7dbaa0309d891
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,290
Size: 1.00 vMB
Total Fees: 0.04700452 BTC
Feerates: 435.08 > 4.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (38,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
877,313 877,313 0000000000000000000174157d7a96a169b2aafa0e34c68b7b6b662ec105539c 4,586 1.00/1.00 vMB 3
877,312 877,312 00000000000000000000b2b175e9a8e891e5f8f6c7f305dde81abef4b6bdc25a 3,198 1.00/1.00 vMB 4
877,311 877,311 0000000000000000000040b784e37fbf29cb5c889791d90ed62834d86950559f 1,786 1.00/1.00 vMB 2
877,310 877,310 0000000000000000000002c6a3815e6b2216e4c5f48919cfcacd4cdcc4c7397f 1,223 1.00/1.00 vMB 1
877,309 877,309 000000000000000000022b7851ddaab52bedbbc3cc213d2c9ec7b7fa3c350e24 2,807 1.00/1.00 vMB 2
877,308 877,308 00000000000000000000d286824403558d16f328b5b0acfa5dbb35226c80d76e 1,861 1.00/1.00 vMB 2
877,307 877,307 00000000000000000001b4eab2a7a9c0a16050c1f064ff03877b8d0dd5f46545 1,896 1.00/1.00 vMB 2
877,306 877,306 00000000000000000000ce81c615e276d9b84cb064c3b9994cfc4636bd22eb2f 2,428 1.00/1.00 vMB 2
877,305 877,305 000000000000000000002154422f680429dd98a6b241bd7287224e55710fadc4 545 1.00/1.00 vMB 1
877,304 877,304 000000000000000000027fb6e9d7bdfb9806ca99377085d5b571efd549bf22e5 3,017 1.00/1.00 vMB 2
877,303 877,303 000000000000000000022b50b4cdb1b4a0d1a91238ecd52741df28ee18426da5 1,786 1.00/1.00 vMB 2
877,302 877,302 000000000000000000023e5559ca3373290ad618d2775ffa4340180fc11244a5 3,215 1.00/1.00 vMB 5
877,301 877,301 00000000000000000000636ee3d933ea36ce053878a5f172b875b0e99f7aa3e2 1,117 1.00/1.00 vMB 2
877,300 877,300 00000000000000000000f1cdca709c230974c3556cae47363cb4a06ff65df482 1,203 1.00/1.00 vMB 2
877,299 877,299 000000000000000000017e813d6f3928e6be04cce77a4e7aa9c2e9da2ca87dba 2,506 1.00/1.00 vMB 4
877,298 877,298 0000000000000000000274589f0c4cd34c61f0fa7c3e051a4a77c6a4a6d673be 324 1.00/1.00 vMB 1
877,297 877,297 0000000000000000000289ef7ad91a5af106f51115b349e25d2b4948169f11e1 2,001 1.00/1.00 vMB 3
877,296 877,296 0000000000000000000139c10b47e6a12fc26e79ee3d3fb7b1df28b7af731045 1,007 1.00/1.00 vMB 1
877,295 877,295 0000000000000000000061aa90b7384eb2b5f10d0c1dcb19df94bda54af322db 228 1.00/1.00 vMB 1
877,294 877,294 0000000000000000000055bbf45aa0bd24f33ee42ddcfee3d463730a69a3b84e 1,431 1.00/1.00 vMB 2
877,293 877,293 00000000000000000002772dbac0b6d4320583ce0f3a4aa7c4b1ac8c9885da99 275 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.10 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: 730.76 GB
    • Received: 18.51 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.