Loading Tool

Explorer IconExplorer

Memory Pool

79,572 transactions
29.23 vMB
0.12151707 BTC
Random Selection Loading Transactions
Max Size: 176.99/200 MB

Candidate Block

Mining Attempt 3b025ceff7aeec762e31fc6d89a117e93f5f60c814a0f7381dc09f78598de6ef
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 5b4b4a4a7ed12cc98e653b2ef5955d73d0eee31ff01cf2273e0bab171a64c689
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04448758 BTC
Feerates: 301.72 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (497,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,822 417,822 0000000000000000027cc4cbc76dc5856930cec54397532d2b4d731d1358eb68 784 0.31/1.00 vMB 61
417,821 417,821 000000000000000002638cf37ed76f2c2f8312c4d15fd232f554051fd7fa4fd8 2,144 1.00/1.00 vMB 51
417,820 417,820 00000000000000000152bd3210a39d873dcc698092f1d6d4f2d816b849c65e7a 449 1.00/1.00 vMB 17
417,819 417,819 000000000000000005259496013ef13a8348ff1ba89d2dfad4fdd0694f9f9d9c 1,700 0.64/1.00 vMB 62
417,818 417,818 000000000000000004ae1a3b7ac7c7422a779e4ea9eb8e3c14935a80ca51dc17 357 0.17/1.00 vMB 45
417,817 417,817 0000000000000000038491f376560705c06b49a9c3466c2956bd5d491748c85c 920 0.39/1.00 vMB 65
417,816 417,816 00000000000000000180476aa7024b09d9a08077abe591a4fe2c3ad66d5c4265 2,002 0.91/1.00 vMB 57
417,815 417,815 0000000000000000041c756242b5538cc8fad6d5252f5718a2b0be9b3a0c696c 483 1.00/1.00 vMB 18
417,814 417,814 000000000000000005209d525cfa7866b51f74391489487a2dab1c8ba2f29552 1,359 0.90/1.00 vMB 38
417,813 417,813 0000000000000000052d8ffaed9db1f6489ed28e313bc5c418bab5195148d8c9 550 1.00/1.00 vMB 20
417,812 417,812 00000000000000000101a68193f2191aaa1b780cea4fed955ba9d9b51a816b41 1,055 0.99/1.00 vMB 20
417,811 417,811 000000000000000001e7771350b69475487ea9dc3c340a698605f0083955e5ec 2,206 1.00/1.00 vMB 60
417,810 417,810 000000000000000001e2d1d9a665bf947350fec940be9226c57e0d507ef1c6db 2,129 1.00/1.00 vMB 68
417,809 417,809 000000000000000003712ca2ada97b942c2a746377c19214010e630dd9938352 2,020 1.00/1.00 vMB 56
417,808 417,808 00000000000000000163e0556e4d66df66841953c8df84c1ec479f592fc70659 2,217 1.00/1.00 vMB 61
417,807 417,807 000000000000000004b5fd9ea890e60749acd39e3530c91f702c1f6a59738836 557 1.00/1.00 vMB 17
417,806 417,806 000000000000000002750fe25a328b02d45e2d484a4c82c8d170d1ef04d2d875 1,149 1.00/1.00 vMB 21
417,805 417,805 0000000000000000037a74f69fb567f581979328aadc40d6fe44e7076b55af1f 1,133 1.00/1.00 vMB 26
417,804 417,804 0000000000000000009be4e1ab2e02979fd0fbd57a87385d72a7bfe9d2893c90 946 1.00/1.00 vMB 22
417,803 417,803 000000000000000002f5174307c2150096900f1a6ca84d1fa4fc49299f9204d6 709 1.00/1.00 vMB 21
417,802 417,802 000000000000000001067b7afd658d17c35d519b1036f24ce05a776cfff8f0d3 1,226 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.90 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: 713.74 GB
    • Received: 17.46 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.