Loading Tool

Explorer IconExplorer

Memory Pool

37,421 transactions
19.29 vMB
0.07877399 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 106.47/200 MB

Candidate Block

Mining Attempt 2a6f5bd050f90241ee71a7e311ba70848aa9b08586d2f361e56f2d83c588365e
Version 20000000
Previous Block 00000000000000000000e97ae3be03bc28fddeccd3a9fdcb7b1214b0e0bc3607
Merkle Root 9dd3b3eb3c0b9fa4c1a96d16d8330c07b9ca492f2f9e2954ee6e8ff40925ddb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,770
Size: 0.99789625 1.00 vMB
Total Fees: 0.04129717 BTC
Feerates: 179.53 > 4.14 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,882 (740,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,255 173,255 00000000000003076a62fcf9c80025cec3bc47fcf173b6dd0ed1788acfb86c0c 5 0.00/1.00 vMB 116
173,254 173,254 0000000000000118d5f4b59f1919288868f5f2abdbe2153d2ed07645f186b255 33 0.02/1.00 vMB 187
173,253 173,253 00000000000009d5a1dea961441fcf4a8410aa76fbca0a07db44d9607c782cbe 13 0.01/1.00 vMB 70
173,252 173,252 0000000000000090db47ddc4cf72ac35b69e40ee45c4e8eb06fa6fdbefc047d7 34 0.01/1.00 vMB 379
173,251 173,251 000000000000046800b70b9c448d7d5477a111e5849963333f4df393fadd9ba2 85 0.03/1.00 vMB 48
173,250 173,250 00000000000008ddc6a6266aa4a9d87f111db28dde793c67781875c7e93c7ce8 21 0.01/1.00 vMB 61
173,249 173,249 0000000000000972c26d5309fb1398bff97375199208a6d6b13c19c485d41c49 10 0.00/1.00 vMB 457
173,248 173,248 000000000000048ded828a732161fab1ea02172eb9a830c3d896e163372c64f6 68 0.02/1.00 vMB 219
173,247 173,247 00000000000003030cb978e6b74461fae9a7a027775055083faa4a51452c9628 1 0.00/1.00 vMB 0
173,246 173,246 00000000000008ee485726d4de68f31092371c720267e70b50dd18c5fefef4ec 75 0.03/1.00 vMB 89
173,245 173,245 0000000000000756d5d8e45b0319cde9a1780bcb4194e585b2a198a067ff0fa5 32 0.03/1.00 vMB 360
173,244 173,244 00000000000006f934316956fd97fac319b1c55e4996da54047f3a132afe84a9 1 0.00/1.00 vMB 0
173,243 173,243 00000000000007a5d51abdc5cb059ec9023632ec2fed62c3a2c7545eb6916cd0 104 0.03/1.00 vMB 80
173,242 173,242 0000000000000203fd489a263beb2f712659683b94cd97c2c9effd198e6d552c 23 0.01/1.00 vMB 258
173,241 173,241 00000000000002fe49bf4680c427d2dd9cbfcdf723f6ec0f9258cd581c143723 1 0.00/1.00 vMB 0
173,240 173,240 0000000000000440a717208bb166cffcd4b504c7010f7adaf5813200419b6d7d 1 0.00/1.00 vMB 0
173,239 173,239 000000000000031a5bcb92cfacbf8ea46c34ce7c834d5bdb599e014bc86dfd4e 42 0.02/1.00 vMB 380
173,238 173,238 00000000000000379a7a6a8507425cae52232288ff827b6799088ff915751ec8 60 0.02/1.00 vMB 125
173,237 173,237 00000000000009924fba0cfff7e78ee71e8f5d02ca2c8d2c3f7fc7bdf834374c 5 0.00/1.00 vMB 0
173,236 173,236 000000000000010d890cd2b04a144f9214df10e57e4151bbc51569418b068e69 51 0.02/1.00 vMB 81
173,235 173,235 00000000000002d5cc4f4dadd5cd555f19b4c2290cb37b241d763c7f70334fcb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.40 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: 525.28 GB
    • Received: 5.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.