Loading Tool

Explorer IconExplorer

Memory Pool

45,471 transactions
27.98 vMB
0.06945516 BTC
Random Selection Loading Transactions
Max Size: 147.98/200 MB

Candidate Block

Mining Attempt eddfd42799fc4b9d051633a7c84fd836dbba6e1910ce16f446f609557b2d1714
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 96769092fcc7703c24bb385c94c09b5fc85aa21146fa2401e8b1ee2998125369
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.01606180 BTC
Feerates: 101.53 > 1.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (255,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,321 659,321 00000000000000000000e6fa78c28bb3ab4e0fce0660d0ed0f11abe26829c7b7 2,427 1.00/1.00 vMB 66
659,320 659,320 0000000000000000000a09ffbc07846b6fb56f6d24d8d042266cad14bf3f2a38 1,320 1.00/1.00 vMB 18
659,319 659,319 0000000000000000000e817d1bedecc11dc479647c5e920fea95b19d0fdf86b2 2,152 1.00/1.00 vMB 21
659,318 659,318 0000000000000000000eaa2abe930c9f817f47a263043a29f538f17abe5b1ad3 2,386 1.00/1.00 vMB 61
659,317 659,317 0000000000000000000390760699d6911276abcf0ff4fc6086814a4297157714 1,475 1.00/1.00 vMB 32
659,316 659,316 000000000000000000021da3662996f7e65282fd30ef22bb04ccbb31d14eeb41 2,266 1.00/1.00 vMB 60
659,315 659,315 0000000000000000000dcd2d685a0f21d47e3bf2e312d7b942eae61acf22322c 3,191 1.00/1.00 vMB 72
659,314 659,314 000000000000000000009601d28165ce061bfc4c9b919f8c5a2d1d0ea1e18421 1,808 1.00/1.00 vMB 66
659,313 659,313 0000000000000000000be03711602d838efbd087779e9e454d6c49bb5eea5324 1,217 1.00/1.00 vMB 12
659,312 659,312 000000000000000000079a6f04391eac0e9c2a48e390631621ba1f2a0562c1a4 1,587 1.00/1.00 vMB 12
659,311 659,311 000000000000000000088cbb394f270be940da1e20d92dd471ae9310db95ac75 1,982 1.00/1.00 vMB 32
659,310 659,310 0000000000000000000967896919f259bfb09e2e86fc238ade8e818d8c201d09 2,074 1.00/1.00 vMB 51
659,309 659,309 00000000000000000002f59c727b478ebacf851a541a70672a2351f127c1ae1b 2,247 1.00/1.00 vMB 12
659,308 659,308 00000000000000000006df35eb23f23148ee8b86e96c6954ee85ea24543b0d96 2,605 1.00/1.00 vMB 8
659,307 659,307 00000000000000000000f51c40dde698ca0aa0ff60262ac161ca245389694e8b 1,866 1.00/1.00 vMB 37
659,306 659,306 0000000000000000000525c4155352712143133bda076a3af03b53c1ae28725c 1,916 1.00/1.00 vMB 13
659,305 659,305 0000000000000000000dd6fb92327c1f7b41dd3834818d4f7b082ad2dbc1a09c 1,906 1.00/1.00 vMB 24
659,304 659,304 000000000000000000061c57a2d52944c7388007358f2ed88bbc586f60190822 2,487 1.00/1.00 vMB 30
659,303 659,303 00000000000000000005103d1036d3ea8127f2d58c9c3e58a3bc755bb139681a 1,798 1.00/1.00 vMB 43
659,302 659,302 000000000000000000064e0860892450afcf4d8e1c9a93b13a3c25c1eb5eec35 2,348 1.00/1.00 vMB 77
659,301 659,301 00000000000000000001f8587a347115f6d19906226ffe7315e24344867d0c98 2,137 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.