Loading Tool

Explorer IconExplorer

Memory Pool

83,048 transactions
30.59 vMB
0.16397437 BTC
Random Selection Loading Transactions
Max Size: 185.66/200 MB

Candidate Block

Mining Attempt 7e48639b67361078e9a3c367124a31051c41fba8328c4818834b160a277036dd
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root cf3b982f93d55d8d204b92c9a2d575f9dad46984f7a383ebd6dd2262db982a78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,118
Size: 1.00 vMB
Total Fees: 0.08455271 BTC
Feerates: 150.79 > 8.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (416,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,650 498,650 000000000000000000a4f9a3fd12d5d3e4edb4a63b30301966f19035d6bb1ef7 2,846 1.00/1.00 vMB 395
498,649 498,649 0000000000000000008a8041eb6a8478605178f6130234931e1e0749fcc76f0d 491 1.00/1.00 vMB 121
498,648 498,648 000000000000000000ab69989913798338e274bc37feef11e05202dccf58b790 1,630 1.00/1.00 vMB 213
498,647 498,647 0000000000000000008d578dc6aaeb540096a8cec669829e8d3a67a94fa4c804 773 1.00/1.00 vMB 156
498,646 498,646 000000000000000000a8401b887607fd6d00ef2095c46c7a3c054b6f4b89360b 1,334 1.00/1.00 vMB 186
498,645 498,645 0000000000000000005d9f1b30bd4d70db56846e72bda4c5baf420b099523ce1 1,479 1.00/1.00 vMB 221
498,644 498,644 0000000000000000007a6fd5d37f35408c471f0284acc61134509dff004934be 2,280 1.00/1.00 vMB 278
498,643 498,643 0000000000000000007d6669369ce8a5f2cc5d86600be8776499688a5ad8cfe5 559 1.00/1.00 vMB 148
498,642 498,642 000000000000000000637c018b1baa0ef19456850c5be239eec68fa632f35ffc 1,775 1.00/1.00 vMB 253
498,641 498,641 0000000000000000003eadbf4e4497db686a9e8740bd3d6742e706636e1f880b 1,136 1.00/1.00 vMB 215
498,640 498,640 0000000000000000002b08b49443e1344974e0dc470e5e3f5d7c8e6ef63ba907 1,321 1.00/1.00 vMB 168
498,639 498,639 00000000000000000068563ea0b0640d1a9f93d3db5d034397ac8d9e2742b3a8 2,146 1.00/1.00 vMB 203
498,638 498,638 00000000000000000028689d34355500b646049cd63eeb07767459b070c87ef0 3,003 1.00/1.00 vMB 390
498,637 498,637 000000000000000000aa0e649a50de9bacd3d43c0937670eb95c17aaefd34df7 2,784 1.00/1.00 vMB 383
498,636 498,636 0000000000000000005552a20dc95121b604e06638cf3a2f88d0179172b8ae3d 3,041 1.00/1.00 vMB 419
498,635 498,635 000000000000000000329a8d72b4d427c0b770f46c869e39947c09aff2763a4b 2,743 1.00/1.00 vMB 327
498,634 498,634 00000000000000000026ff476fe78db7c433a1fdaf7b6539cd36997bd93d1126 1,315 1.00/1.00 vMB 275
498,633 498,633 00000000000000000046fb9016896fb1b975d95929b84e8fc4d670bbff54adc7 2,717 1.00/1.00 vMB 241
498,632 498,632 0000000000000000008a0c947f2e36f84ada1cf44ab6eac5446622fd1e3ca04a 2,591 1.00/1.00 vMB 324
498,631 498,631 000000000000000000221da20f1bd82f25ba2fc90c9ed3180ed5c0a8be70b62c 3,176 1.00/1.00 vMB 371
498,630 498,630 0000000000000000001789eaaa7523907b217c6627a8b4ad7561a494b679a8ae 2,930 1.00/1.00 vMB 397
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.