Loading Tool

Explorer IconExplorer

Memory Pool

79,010 transactions
29.43 vMB
0.08357262 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt cc6ff6fbf911cbd2dd57252c605842cf4d6ddab7dfb5902e02e715a25e8ea01f
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root aa5d9c6affa12184ce9e36054601863ffcc67080653b24f485f732e49a6cc74e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01887903 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (267,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,077 648,077 0000000000000000000b91731a5abe9aa5ec71681502613b28b3b79df7ad0a78 2,198 0.96/1.00 vMB 10
648,076 648,076 00000000000000000008256f0e0a1283c5fbdfb74f9d6fb9f0804bbdfeeb31a4 2,050 1.00/1.00 vMB 77
648,075 648,075 000000000000000000052e83a69cd6816f0aab8e114788006130de4811566114 45 0.01/1.00 vMB 38
648,074 648,074 00000000000000000002bc7f07acf48a3503db43f243f638b18747b4d8d88e90 755 0.30/1.00 vMB 34
648,073 648,073 0000000000000000000bfb79140f88118ab7ea48a99ba4d290a6c21a210d47cd 2,290 0.99/1.00 vMB 32
648,072 648,072 00000000000000000002475e77ead2442273011f6ed3072a3d0f8c7bab906365 827 0.32/1.00 vMB 44
648,071 648,071 0000000000000000000c16cb2e56008b925ad77eae19434ad5289ff62f5822fc 1,243 0.57/1.00 vMB 31
648,070 648,070 0000000000000000000dc78186e320c8db8107b438b1f33005d186bb43f3d653 2,311 1.00/1.00 vMB 61
648,069 648,069 000000000000000000003e2f9b46d6394450ee3e4bf4bc04ce77a9b3118d5933 2,255 0.96/1.00 vMB 34
648,068 648,068 000000000000000000068587a450c2303d208902d7b84df709fd9a6130cb25a3 1,076 0.43/1.00 vMB 35
648,067 648,067 0000000000000000000e45e4aceeacc4e8caf834dbbdef1e8b8afa720c2e74c2 1,663 0.70/1.00 vMB 19
648,066 648,066 000000000000000000101e84c80332eec8cc492c29ffc77558751c4df0c6e687 1,726 1.00/1.00 vMB 14
648,065 648,065 00000000000000000001518e37ea6acfefa5605b173870f9a8ece0cd29d16089 1,622 1.00/1.00 vMB 52
648,064 648,064 0000000000000000000db10b67783a12ddff8cba7301ce91920ca3fea03f787d 2,267 1.00/1.00 vMB 38
648,063 648,063 0000000000000000000af4e197e99c556317e0cbde9fc7a0055ba2d3c954f0d4 1,416 0.88/1.00 vMB 45
648,062 648,062 0000000000000000000ee0d3427a939b3f11c409c8aacb05a4ac6ae77ec985a1 1,206 0.51/1.00 vMB 35
648,061 648,061 00000000000000000001da384e89c9bb800f4466bdfc59ce6ab63234b13f5e45 989 0.41/1.00 vMB 31
648,060 648,060 0000000000000000000b458e413a7287e1d43cb5af09f11511cc7293b95109f1 2,512 1.00/1.00 vMB 11
648,059 648,059 00000000000000000000c4357c94c56956f950c6aa36dcee8b51c52ee71281a3 2,408 1.00/1.00 vMB 60
648,058 648,058 000000000000000000047b7668df80055a88b3f7d7e4fddb35f5af7ebbc1436d 2,151 1.00/1.00 vMB 29
648,057 648,057 00000000000000000006dcb5bac166b44a0ed90c99352187f3419797fea03e3e 2,473 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.