Loading Tool

Explorer IconExplorer

Memory Pool

73,892 transactions
27.33 vMB
0.06873609 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt 6054c9f5df650f2b3c13d5756b2dc552b2afbcc28101144868488182cb965d2d
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 37f9b256971084708af420efd3abdd0d558b8c7b56b80569df5bba2989f59373
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01048679 BTC
Feerates: 337.46 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (751,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,434 163,434 00000000000009d5594ee05e5566095b31c8f4339f378a610f7bf8cd186ac81b 58 0.04/1.00 vMB 215
163,433 163,433 0000000000000ac720f9373d1dcd00ad353c79ff49908a930b42681bbd92e1cd 4 0.00/1.00 vMB 32
163,432 163,432 00000000000002ac85aab6e7236e42639815227d0d7d5a4592004d2a11354460 11 0.00/1.00 vMB 17
163,431 163,431 000000000000036b983116b81b5beb27b5f42ce71de7c144766fa4a6b65047fd 8 0.00/1.00 vMB 46
163,430 163,430 0000000000000966ff13bf5b3f98dd4c147530e613ee9dd21b194bfdbd9c3058 21 0.01/1.00 vMB 165
163,429 163,429 00000000000002169f8d6978e0ca12b049193b1e188f239caaba0a694287d98c 61 0.03/1.00 vMB 176
163,428 163,428 0000000000000367309118142788c05633f6c7733a2aac6c4342f377d0916f40 2 0.00/1.00 vMB 0
163,427 163,427 00000000000007b1b85332540a7f3226cc7c1f99b19d3cea6a941bb654ae2290 11 0.00/1.00 vMB 66
163,426 163,426 00000000000007c261267a729dec38b1e8ad405c959a38e0d32d7a935a1893d4 10 0.00/1.00 vMB 587
163,425 163,425 000000000000014ba1e24e92456c6a6a54d9ab26dcebf59be85c9c285cd1a4c0 45 0.02/1.00 vMB 19
163,424 163,424 00000000000008038f3e8ab6f3e64af5f6de83af1585606ba12ac83d67ab46d6 37 0.01/1.00 vMB 93
163,423 163,423 0000000000000ab1418db27a85da6a7a8982e823ee652d85731570508d62a913 3 0.03/1.00 vMB 50
163,422 163,422 0000000000000c7344851410fc235df1bf6955d51392ae50d4ac45ab9aa35c2b 18 0.01/1.00 vMB 164
163,421 163,421 000000000000026f2eaf950f3195f183ab33801748e30dec9a528485d65ad747 19 0.01/1.00 vMB 160
163,420 163,420 0000000000000a4d62c0298aa4714b1b928e246d18ade38a3e7bc1782aaed77d 32 0.02/1.00 vMB 29
163,419 163,419 0000000000000474291c8e05d68b6f3e61ce0ca1afc92cd41bb405109949eb52 71 0.03/1.00 vMB 40
163,418 163,418 00000000000002238b8b7dda13dccefbb8c0d6a9e2e291edd8b96ddfbe960f3e 45 0.01/1.00 vMB 77
163,417 163,417 000000000000022511102d43c42bf34714f6cd6ea9d4c287eea1292ce2450ec4 10 0.00/1.00 vMB 11
163,416 163,416 0000000000000c79ab9734ba4d498fda0eac88fe375677e8de0811b970805f52 28 0.01/1.00 vMB 212
163,415 163,415 0000000000000c7ce4c25fb1a25e2f8143f7be4cac0598b61967269f6fcb5d6d 21 0.01/1.00 vMB 233
163,414 163,414 00000000000006ebd78acdadcb0a36d2035ffc42015a744dbcf719a676f94a08 7 0.00/1.00 vMB 657
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.