Loading Tool

Explorer IconExplorer

Memory Pool

38,746 transactions
26.46 vMB
0.06599667 BTC
Random Selection Loading Transactions
Max Size: 136.35/200 MB

Candidate Block

Mining Attempt 73f49dbcbeedf8a2a3e6fdff271edd5036d7a7bfae2ec7da44e7ca5ee87526bd
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 53ddb87766ca104b72c7d2adee1387da56f38700d9c2c090218fc3dbe5667eb2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.01666718 BTC
Feerates: 199.22 > 1.67 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (512,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,096 402,096 000000000000000001f3320e94dbb87da6837ce8415436df6661c35ea337c657 1,994 0.94/1.00 vMB 60
402,095 402,095 000000000000000005fdb8096b2b8d6f14f6fe101e70ef03e13984e96d0e2723 741 0.57/1.00 vMB 24
402,094 402,094 0000000000000000019dfb9e4881e8d3794085a333ecf40fdc619cdb473ab533 2,223 0.99/1.00 vMB 51
402,093 402,093 00000000000000000602e542938286ebffabc4f398eeb2731fef484d7e3140b4 433 0.25/1.00 vMB 36
402,092 402,092 000000000000000001fd55b11a91d5c84162e4106b372620559fd954a3399a13 1 0.00/1.00 vMB 0
402,091 402,091 000000000000000003b40e2a86d6556d65b17593b2d34b5d75cf9e386985af27 854 0.45/1.00 vMB 41
402,090 402,090 000000000000000003044f84e17656dc826a8f4d1ff4316d1a20877263c9b8d4 192 0.99/1.00 vMB 7
402,089 402,089 00000000000000000283e0c86c702a017212b69a798e19ac664dcdaec24660c8 1,033 0.48/1.00 vMB 53
402,088 402,088 000000000000000005c38fe85aee38a31c86270a1a649f300e2c356abdc42ca2 1,583 0.78/1.00 vMB 46
402,087 402,087 0000000000000000001b4e36e1d4acbb9e8656e81f867de1fc5d6ce931394549 1,404 0.68/1.00 vMB 42
402,086 402,086 00000000000000000276d1c8b51ac10fe3a6a031aa8a2e8877a5c4485f839f69 988 0.66/1.00 vMB 37
402,085 402,085 00000000000000000088895883774e1866223e0574f8d75b3d140b622abbbd7a 1,357 0.87/1.00 vMB 41
402,084 402,084 0000000000000000029d717c3baedeb61a4bec7817d68a174c4f4524cb12c0bc 1,807 0.94/1.00 vMB 41
402,083 402,083 000000000000000005ee43dc042cd46e920184bcb8a1481acca80b095963bcc6 1 0.00/1.00 vMB 0
402,082 402,082 00000000000000000376dd8ffd36652c1d88083cb1653f7eb6204c94fbb5a4d1 782 0.61/1.00 vMB 32
402,081 402,081 00000000000000000646a615d3c3f26234f2cf20b19964177ade95e0a6863d36 2,059 0.99/1.00 vMB 51
402,080 402,080 00000000000000000282ab82db33415c0a91ef011a81e1132df27277e2459ad6 645 0.77/1.00 vMB 17
402,079 402,079 0000000000000000019f65979330db0810c8f5522136a6fed5a3c7e820c8f0fe 416 0.47/1.00 vMB 18
402,078 402,078 00000000000000000408e0e284245e3ce6514420632ca187b1c606e7390f35f8 1,623 0.99/1.00 vMB 35
402,077 402,077 0000000000000000012128ff8f8f5338efb7dfbe6b5dc1af0d0db1ac4e368635 3,076 1.00/1.00 vMB 68
402,076 402,076 000000000000000002ca2d4d412eb9805f6d16228c1333db0a550bafb20e421e 1,785 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 635.30 GB
    • Received: 12.30 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.