Loading Tool

Explorer IconExplorer

Memory Pool

78,686 transactions
28.90 vMB
0.11112090 BTC
Random Selection Loading Transactions
Max Size: 175.40/200 MB

Candidate Block

Mining Attempt 7a482e98d330b079bb7a3699643afa9582d914aa69d5fd42466654d5073e2e82
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c9df7030d23d5c6e02558f6752ccd7a749312fa4a1548c0d96e1831c9ba76ca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03968187 BTC
Feerates: 602.26 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (468,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,249 447,249 000000000000000002632e6d4c1fde4c48f45156dbc3839132869d7d46fc7e25 132 0.25/1.00 vMB 55
447,248 447,248 0000000000000000028af761b352940d884e3542174ed6c11bb9a29681d50a68 1,268 1.00/1.00 vMB 71
447,247 447,247 00000000000000000351690d084b3a7908799080fea0466ab6310e809faa5bb9 1,099 0.46/1.00 vMB 74
447,246 447,246 000000000000000002c42d34fcae1f0495bd0c34ccf3fdd252a379934d2e8ed0 909 0.38/1.00 vMB 70
447,245 447,245 0000000000000000004329a643612b5a83e1234259a503687862a99b09b6f9f4 1,618 0.65/1.00 vMB 76
447,244 447,244 000000000000000000c3739ea7d622485135dc182ebff37a03aeb2036c9e4188 407 0.15/1.00 vMB 78
447,243 447,243 000000000000000002ab9343e11616464ad5f16218f6f6c00956a17c3421190d 663 1.00/1.00 vMB 21
447,242 447,242 00000000000000000175269597e1e3d4f32c7a593ff3fec49573e31567a71db4 1,834 0.87/1.00 vMB 60
447,241 447,241 0000000000000000001011acf3ca9f56b5b9126f1f9527b5e038145c2aa860a9 2,184 1.00/1.00 vMB 79
447,240 447,240 000000000000000001d55d19340b56e51f23dea5455dbd680c92dbcf1d8c6f1e 2,853 1.00/1.00 vMB 93
447,239 447,239 000000000000000002c95f17782b48e8662b53d8afb5cc7b2ade0f1e48f4d454 688 0.26/1.00 vMB 77
447,238 447,238 000000000000000002abb71f9418faae226569921b9c459b5edcfa1d3be8271e 2,229 0.97/1.00 vMB 79
447,237 447,237 00000000000000000334d79aa361b12fbbc0ed5b44a8acba451780d689db8ced 1,265 0.49/1.00 vMB 79
447,236 447,236 000000000000000002373c5ce74bcfc0735d914ba384cb9354798cd5aa821185 1,542 1.00/1.00 vMB 54
447,235 447,235 0000000000000000030abc968e1bd635736e880b946085c93152969b9a81a6e2 782 0.32/1.00 vMB 80
447,234 447,234 00000000000000000112cb100c000e92da25fb0aacf13baf0b6b5da58248b6eb 932 1.00/1.00 vMB 36
447,233 447,233 00000000000000000143c9c304ee94305f3fdf546722b1b14b40f713ca9ce5d8 251 0.18/1.00 vMB 40
447,232 447,232 000000000000000000c28c2cd26914999677a5e82c92d34c22f619f00aaadf3b 2,733 1.00/1.00 vMB 84
447,231 447,231 00000000000000000197ddcd86ccac143502d33aec5298a0c6a6a896adb518e9 1,418 0.55/1.00 vMB 70
447,230 447,230 000000000000000000199a0cfb648f93ab5dfb728bd3d6ef4e6f02f2c458e4c6 1,829 1.00/1.00 vMB 88
447,229 447,229 0000000000000000028bdc78dde51e42bb6227fca95fb17a84588648c7fede54 1,700 0.91/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.92 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.40 GB
    • Received: 17.53 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.