Loading Tool

Explorer IconExplorer

Memory Pool

75,190 transactions
27.77 vMB
0.07644493 BTC
Random Selection Loading Transactions
Max Size: 169.43/200 MB

Candidate Block

Mining Attempt 9a6a48f8fe44febdd9a044afc7cb3e344e5a61764b786a6954e563306d5c5d84
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6db0628ad63df9e9e33bb3100428cdd934917710c776aee2cddf2b513f3e4706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.01701176 BTC
Feerates: 100.00 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (486,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,008 429,008 000000000000000002a402fd1cfbafdcc6740b4ec6aac9cb5693b9a8e64349f0 705 0.37/1.00 vMB 57
429,007 429,007 0000000000000000048d6fbba94fd17999793585a43af02e8c3d6faef241caff 1,559 1.00/1.00 vMB 37
429,006 429,006 0000000000000000040f650d5f21712e6ef55d28c79339eb35c038a4b81d5575 2,691 1.00/1.00 vMB 70
429,005 429,005 000000000000000000e31b5faf2583b8d2664e6a18b563aa01ea56844abf8cca 2,191 1.00/1.00 vMB 54
429,004 429,004 0000000000000000041a34bfdef30f77318c5038eeb8c40ec47357f41acbd442 2,763 1.00/1.00 vMB 93
429,003 429,003 0000000000000000028e7ef94e463a9b34cfb3b59799ba7ad9eae3a873fb9d81 117 0.45/1.00 vMB 23
429,002 429,002 00000000000000000227e1f7fca08f1dc82b1bea33afd2c048aefad45a11140a 1,191 0.99/1.00 vMB 36
429,001 429,001 0000000000000000049904c0026d4e4dc770681edfb80ee95acb81fd212d1c5f 2,484 1.00/1.00 vMB 68
429,000 429,000 000000000000000002a455bcab421d44d1c85bdac8a6e196aa0c0968aa5ab5d1 663 1.00/1.00 vMB 23
428,999 428,999 0000000000000000015aefd7f587e025949b5ad7805911d91d8caf88be38dd23 1 0.00/1.00 vMB 0
428,998 428,998 000000000000000002cfe61c4b3b4ad9b7b797f9d4c268b44faec316ae2392fc 1,648 1.00/1.00 vMB 42
428,997 428,997 000000000000000000681ea9141f202a5d7c1de15029506e740fc6b9ff86ffd6 2,620 1.00/1.00 vMB 75
428,996 428,996 0000000000000000018bb468d346a7d129534168ff1eb6d37858ff8c121a5406 42 0.01/1.00 vMB 74
428,995 428,995 000000000000000002eb0e4e2cad088896edda47eee4a2e2167a84725d79dde3 1,830 0.99/1.00 vMB 44
428,994 428,994 000000000000000000b4d61638f69b44474ce4755bc7b4678db87786526c8cf2 2,261 1.00/1.00 vMB 57
428,993 428,993 00000000000000000487376676ef103c424e6191e961b820753c555370f68b11 3,114 1.00/1.00 vMB 80
428,992 428,992 000000000000000000d53b17486781b72c313e638d794797480bfb51c8557bd4 511 0.74/1.00 vMB 15
428,991 428,991 0000000000000000025af3311d659f29219f43f34b8a93f2a78c8dfdb40e6ca7 1,178 0.53/1.00 vMB 65
428,990 428,990 0000000000000000036775da22b67862809066c2c80c0a38ab9dd4aea15bb6ec 2,150 0.95/1.00 vMB 59
428,989 428,989 000000000000000001353eca321364811b6e9281e1db8c3998f2702863523f22 1,285 0.60/1.00 vMB 56
428,988 428,988 000000000000000004184b14a1bbccfb0320f7d7c5a102c172116f74e4ba6274 2,230 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.