Loading Tool

Explorer IconExplorer

Memory Pool

78,955 transactions
29.55 vMB
0.07124746 BTC
Random Selection Loading Transactions
Max Size: 177.59/200 MB

Candidate Block

Mining Attempt 27d30481dae6d4b82013c5ce29bcb5cda754ddabb326eb147fae9b59c2955a47
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 79962b978b9f8a88fa7ed56e7a06e85c37692e92bf7572de9d307797f1fc5c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,668
Size: 1.00 vMB
Total Fees: 0.01128379 BTC
Feerates: 150.93 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (475,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,547 439,547 000000000000000002b48ca5f10bd154255296518f9a6efe3e6dceaac41cec80 2,578 1.00/1.00 vMB 75
439,546 439,546 000000000000000002ee8ebffabfa2e133e9fa8cd03509ff37f7af155047044d 1,670 1.00/1.00 vMB 48
439,545 439,545 000000000000000002b3904daf19a8fed443795a3cc89522f69f175cd6f51ea3 1,604 1.00/1.00 vMB 30
439,544 439,544 000000000000000002bba3ec7c92411a020b82c4fb901e9d7aadf12cba712a1c 2,585 1.00/1.00 vMB 67
439,543 439,543 000000000000000000cd7598aa4205f9946ee494f6a3e29659d4f07acfbb71c3 2,136 1.00/1.00 vMB 49
439,542 439,542 000000000000000000d2f1f4a123f39b41ab10ba094b43f3d3654ec706b8889d 2,033 1.00/1.00 vMB 52
439,541 439,541 0000000000000000030fb4267261c12c16cc95a357b397b85e8da469ce482b75 2,385 1.00/1.00 vMB 53
439,540 439,540 000000000000000002ae9d86195c7826024d3fc7853569e6628542ad3f335d26 1,891 1.00/1.00 vMB 42
439,539 439,539 000000000000000000173e009cec7886babcfb1e205d0ad0f97e11b8a83f49e1 2,374 1.00/1.00 vMB 72
439,538 439,538 000000000000000001c602fb3d49ce6c4d412a905b36bd8d32d53e3d7b4ae6f0 1,372 1.00/1.00 vMB 61
439,537 439,537 00000000000000000103d7cd86e810f185d6e4a1b7044e6f30d539c6070197eb 2,314 1.00/1.00 vMB 53
439,536 439,536 000000000000000000a41c1c3bf91a912aaa63c65baa26004e1c2256bf503d6f 3,045 1.00/1.00 vMB 69
439,535 439,535 00000000000000000382af4138d60931b43b03fe313a87963e6b9a971ad4f7ee 2,347 1.00/1.00 vMB 88
439,534 439,534 0000000000000000029e6532274ef6d67b72c49cd598d3e1e44ab8604760f8bb 1,748 0.75/1.00 vMB 73
439,533 439,533 000000000000000003d28d25f5e1aed1c3d5f600c92eac9b1d7fa9844875e920 2,208 1.00/1.00 vMB 59
439,532 439,532 000000000000000002e7603741144a6baf6624162d8819c4789a5b06b144ae3b 2,119 0.99/1.00 vMB 69
439,531 439,531 0000000000000000002738c416e424465b0f443d013907e56fa03b5e7dda8766 2,544 1.00/1.00 vMB 98
439,530 439,530 000000000000000001cccd4635daab21f30136a5a532dfff946bafa77eb83d48 1,952 1.00/1.00 vMB 63
439,529 439,529 000000000000000001ff757df0b382f39f3cbbb56ad0799d9cc17059d90d171e 1,520 1.00/1.00 vMB 60
439,528 439,528 000000000000000002122c34dded179ffd49602bf644a9452e9e7a5fb466d00a 2,042 1.00/1.00 vMB 54
439,527 439,527 00000000000000000220765d333aa153eb0b751560994422d31206702907e56f 2,851 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.