Loading Tool

Explorer IconExplorer

Memory Pool

82,267 transactions
30.48 vMB
0.21184782 BTC
Random Selection Loading Transactions
Max Size: 183.97/200 MB

Candidate Block

Mining Attempt 6e9d88c4469c256847c4cf8c803b8320e9d8e7b107df20b110da4635f9790d1d
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root e5a2e707c5193c817f20fe2bdd56a1227fe7e7ab1f0c2b4b806ad3a65e3cd461
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.13139121 BTC
Feerates: 502.67 > 13.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (381,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,242 533,242 0000000000000000003179b15849dcc02f68430c6640f5d9da0b60773fd1c3f4 309 0.30/1.00 vMB 6
533,241 533,241 00000000000000000027edae2270e70f3048e706fb88cdb1f5d335fe8fac605e 1,950 0.97/1.00 vMB 18
533,240 533,240 0000000000000000001b8f6340708d12ff012dd4eb0d87692626cec38b95c7cf 1,624 0.86/1.00 vMB 19
533,239 533,239 0000000000000000001e18752015605321f7f83b1a76ed468d3b2c2dbf3a1faf 826 0.38/1.00 vMB 16
533,238 533,238 00000000000000000008850602cc958fa4f0b9712a08a9d46a93d9f4077228df 1,531 0.91/1.00 vMB 14
533,237 533,237 000000000000000000234b2349c0679d3c26cc5dbcdfe03a73d632a39185ecd0 541 0.85/1.00 vMB 3
533,236 533,236 00000000000000000013384a0684bdf2723cae3a05ae56387329b014c3a357b3 2,259 1.00/1.00 vMB 10
533,235 533,235 000000000000000000284a024a748d3db54b1881dfc9b1e90b9171d2ed799aac 2,006 1.00/1.00 vMB 15
533,234 533,234 0000000000000000003200ea1619c3d439d05e1e5d4fcfb565bac3364d357566 2,501 1.00/1.00 vMB 48
533,233 533,233 0000000000000000001d36be3ac19e9e1930d39359c3463ab7d900d336c7f56f 299 0.46/1.00 vMB 8
533,232 533,232 0000000000000000001e8bda811fc78ba3777eba510cda653e3c0aac39c92348 715 0.61/1.00 vMB 7
533,231 533,231 00000000000000000030089f2775d437ad2a303b17fa790fb150e26774ad722c 479 0.77/1.00 vMB 4
533,230 533,230 000000000000000000218d9770768982a613402989991bf1f78b02f314cf2659 2,712 1.00/1.00 vMB 28
533,229 533,229 0000000000000000002d3b6e704ef47db6967215b22bf7160c6196bdeb53a1c2 694 0.40/1.00 vMB 21
533,228 533,228 0000000000000000000cfacbe83570caec52121f2d8b65e8bc877896b408cdd3 147 0.08/1.00 vMB 4
533,227 533,227 0000000000000000001bc88848625d5cbe25a6d56181a758fb63708161c56569 1,987 1.00/1.00 vMB 8
533,226 533,226 0000000000000000000b9e33fb1506d74c025aa21a4953d0a6e47c30e0dd7220 2,674 1.00/1.00 vMB 38
533,225 533,225 0000000000000000002d5b2dce0f6b54412cbeea92ff3539e85f0e93eb3a7c2e 210 0.08/1.00 vMB 32
533,224 533,224 0000000000000000001e4763f039f59c0ed3395e7eaf540b6e7d4dab37cb6b30 624 0.22/1.00 vMB 17
533,223 533,223 00000000000000000020dd0ee3ca8fb834a438f7d662a8fbbb43b949a3f3b1ff 94 0.04/1.00 vMB 20
533,222 533,222 0000000000000000000861a6c7b5647f6cde9a9136fe42a7a7aaf03e0477200b 633 0.30/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.04 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.