Loading Tool

Explorer IconExplorer

Memory Pool

76,280 transactions
29.19 vMB
0.10553520 BTC
Random Selection Loading Transactions
Max Size: 172.55/200 MB

Candidate Block

Mining Attempt 3ba0ed2343f0760b9d6c2b46fe0e87637b0d00e36f95a719e13d6e5a17c33eab
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root d7b3f3ab743319f60c3658187f4978d2f2bbd438017a5073ddf63e81aec98704
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.04266888 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (105,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,148 809,148 00000000000000000004c05f84c74c6781f6af371c1e3e867ca8620f0c532df1 4,340 1.00/1.00 vMB 23
809,147 809,147 00000000000000000002bbe7e9bd73269fe8a41e419eb06b75a0107e4eb4802d 3,963 1.00/1.00 vMB 13
809,146 809,146 000000000000000000031d4e32dd985065dc3fbd185ebcf0abb3b35bf46f3801 4,573 1.00/1.00 vMB 20
809,145 809,145 00000000000000000003b2f916b73c9aa8c1750b520a0c0df48e9a2d84dc3ac4 4,025 1.00/1.00 vMB 18
809,144 809,144 000000000000000000032fb4ce6103645cb76067326a6b77568e9b9593304eaf 2,319 1.00/1.00 vMB 17
809,143 809,143 0000000000000000000430e8eac23f6f1ef00beca6ff7331959c3d9329203081 1,963 1.00/1.00 vMB 19
809,142 809,142 0000000000000000000300c732b20ada3831b3ca717af099f6cca1b929bc0884 2,528 1.00/1.00 vMB 38
809,141 809,141 00000000000000000002286f49d79152754e4be196909a9d7e4fa24547ead151 3,767 1.00/1.00 vMB 17
809,140 809,140 000000000000000000012b291ec94e76a62970fdf558dadc4d485711072fb686 4,565 1.00/1.00 vMB 19
809,139 809,139 000000000000000000006f154727a9fd48a408d92247c51faf91d1d6bd99e0a4 3,525 1.00/1.00 vMB 30
809,138 809,138 00000000000000000000663769c87573a3cc45b3b70a582e3a382a04facad4c9 2,843 1.00/1.00 vMB 21
809,137 809,137 00000000000000000004eac8a5dcefd526a864c33b2ed7cd60e2cd843e4f82bc 4,509 1.00/1.00 vMB 24
809,136 809,136 00000000000000000003f775e80779fb4df53ab7fcb80e7353aa64220590ad94 2,753 1.00/1.00 vMB 21
809,135 809,135 000000000000000000048cecdefd54aa1968ddf39edc9a8244bd7312193a4daf 3,058 1.00/1.00 vMB 15
809,134 809,134 00000000000000000004679fc0854668c4fbfb76cee8e2f0e72b60e19ceeb337 3,943 1.00/1.00 vMB 17
809,133 809,133 000000000000000000028cc60643f3e188c78d3ee22c4605ee669c0df7980c8c 3,329 1.00/1.00 vMB 25
809,132 809,132 00000000000000000003c92275fe3a0a55e96f49cd7738d301191aeec27065e6 3,439 1.00/1.00 vMB 43
809,131 809,131 00000000000000000000aafd8cbf199f6254cee14c1fc6ae185889060d9335e3 2,227 1.00/1.00 vMB 21
809,130 809,130 00000000000000000002a9efcf42f2678d057998c31b7cb15cb77929ab3c2cea 2,961 1.00/1.00 vMB 16
809,129 809,129 000000000000000000028399d1d18a5f9a504264db51600bb139b03429602e09 2,644 1.00/1.00 vMB 21
809,128 809,128 00000000000000000002d84333e7f3106cf0deeaec2347f71de52393bec29627 3,372 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.