Loading Tool

Explorer IconExplorer

Memory Pool

79,797 transactions
29.30 vMB
0.12745015 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 447a88e6962ac47751f27730210afb2b4a665fb2445bf816d972901e6af0004a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root adb9564e4a9b6adc9b226868cf29167d772ad7d861ff7f0102c37c825121636d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.04763126 BTC
Feerates: 602.26 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (318,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,873 596,873 00000000000000000005f1c6c67ce78265bf6daf1d6fb2676dfc8d54ec94d5a1 3,217 1.00/1.00 vMB 35
596,872 596,872 000000000000000000100aa016c4857cc2beb48ad5440b87c5070ed38cd500ec 3,344 1.00/1.00 vMB 43
596,871 596,871 00000000000000000004f7df833cfc70d4de974c32f2c412e39a6e7bbd107ff5 2,859 1.00/1.00 vMB 18
596,870 596,870 00000000000000000009f1458c3f7c69dc2f6d93ddf0db6ed551dbd54df4df75 2,822 1.00/1.00 vMB 51
596,869 596,869 00000000000000000007ad089020cad10f2f98653b4b05092c3768437fdbee34 2,724 1.00/1.00 vMB 21
596,868 596,868 000000000000000000042f1cf21578f98b2e82fc0612ed5a3242fe2fd3255b53 2,835 1.00/1.00 vMB 25
596,867 596,867 00000000000000000006d8f2b0bebea51427218adfb988ff4b55d7d9a817ad57 2,813 1.00/1.00 vMB 28
596,866 596,866 0000000000000000000bb1fd0ea4436fdf8d7db26e1c995a2546a3fc4fd4008e 3,271 1.00/1.00 vMB 45
596,865 596,865 0000000000000000000ed22732c280a36ad5addf2daf2acd422805f97fbf1dcf 2,898 1.00/1.00 vMB 39
596,864 596,864 000000000000000000145bcc4f33d6ab99c735466350972753b7d44980923442 2,893 1.00/1.00 vMB 49
596,863 596,863 0000000000000000000073a84eef5f9fab0c717c09265ae8a66604ea2565a40d 2,691 1.00/1.00 vMB 31
596,862 596,862 00000000000000000000c4c26ee82a7d51f544503917944855d906e9927c5bdf 2,111 1.00/1.00 vMB 22
596,861 596,861 000000000000000000066091b3a2d1e8258e2d0974d3c537707d3cf594b0f381 2,648 1.00/1.00 vMB 30
596,860 596,860 0000000000000000000d65e46b61dd675983ca197250731bbdc521b1ba658d34 2,770 1.00/1.00 vMB 36
596,859 596,859 00000000000000000014342cb689d42db18e591b0722d5ad200c9244b053b9bd 3,037 1.00/1.00 vMB 50
596,858 596,858 00000000000000000007f212c3910ae8f91df18e2499063a5518d5d3bd008c31 2,478 1.00/1.00 vMB 29
596,857 596,857 0000000000000000000440a3b32ec5d94e7df6b4d7020047f02330c696a3acf1 2,223 1.00/1.00 vMB 23
596,856 596,856 0000000000000000000e21fda08a9959aac659d08fe4ee95f3994cd9e5190a3e 3,005 1.00/1.00 vMB 27
596,855 596,855 00000000000000000001b1d2c1d25a840837645d0867ba3073868d3d528ab4c3 3,246 1.00/1.00 vMB 28
596,854 596,854 00000000000000000008e471bc46b7544cb6098e64c33ac7e4a86091bcc70c45 2,920 1.00/1.00 vMB 57
596,853 596,853 00000000000000000015b0e7480261eb368476ad4111b369313368f4766e9d30 2,779 1.00/1.00 vMB 40
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.45 GB
    • Received: 17.54 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.