Loading Tool

Explorer IconExplorer

Memory Pool

35,620 transactions
25.98 vMB
0.06700009 BTC
Random Selection Loading Transactions
Max Size: 132.57/200 MB

Candidate Block

Mining Attempt 0fc3672c26bed4045c87ef4027d4b28fcaec534a9635b1286c6ff3c222141b70
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root e2070cbc09f91d59760438850dc1750fe30f3e8ce4d5bc2f65f090507622fc33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.01929113 BTC
Feerates: 713.01 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (129,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,567 785,567 00000000000000000003b79170d0dfb9cd12d3aee10a0f337bbb586310184f6d 2,953 1.00/1.00 vMB 21
785,566 785,566 0000000000000000000140bdb44555344d562248a766d4a68312b959e097c583 2,090 1.00/1.00 vMB 31
785,565 785,565 00000000000000000004057a443b75cd58d2014647008596b285d6d51b7354b1 1,855 1.00/1.00 vMB 19
785,564 785,564 000000000000000000056f5b530c3833cbd417cf109fcc6177f3846f06a8d05b 3,297 1.00/1.00 vMB 20
785,563 785,563 000000000000000000040ce9c381ba33b87454a7516fa1a60ba68b1d10bb595c 3,768 1.00/1.00 vMB 31
785,562 785,562 00000000000000000000ac6d5a5f839f9e266fae83085e8c79210e4608c9f4b1 3,494 1.00/1.00 vMB 21
785,561 785,561 0000000000000000000264b9d12977193b8a2e7901cf6d3b84fc26b24f2d604e 3,625 1.00/1.00 vMB 28
785,560 785,560 0000000000000000000376726d69dcfa00c376b5f8e8f2a3a33e58fbda5c94ca 2,991 1.00/1.00 vMB 26
785,559 785,559 000000000000000000053fc34ab841f21decd9fdb1fab2036ced185f5334710b 1,793 1.00/1.00 vMB 32
785,558 785,558 000000000000000000048ca9606e13e9df67d19fb8210fbb3bb284c42ffc41f1 1,392 1.00/1.00 vMB 7
785,557 785,557 00000000000000000004c673112b4df376a5f6a852bd74b5a3911388100f01ae 3,006 1.00/1.00 vMB 19
785,556 785,556 0000000000000000000593c6aea81f1e35197222b6f8d424fb48171ae0b2f0ab 707 1.00/1.00 vMB 4
785,555 785,555 0000000000000000000139122d46913eae78f1b281c0eca64a066dfb4f46175e 2,269 1.00/1.00 vMB 13
785,554 785,554 0000000000000000000363e7d0a5e4c2cb293bf9da5f669ded3afb5ff8bd4783 1,532 1.00/1.00 vMB 9
785,553 785,553 0000000000000000000509a93b18241345e9bea514cdb6246c7f865f4ec8e37e 1,572 1.00/1.00 vMB 9
785,552 785,552 0000000000000000000253f81b6ede34e7b5a467130d27eb642714a345d77651 1,180 1.00/1.00 vMB 8
785,551 785,551 0000000000000000000295c54208a755f994e971b070a7554041a6eb72ad4303 1,827 1.00/1.00 vMB 13
785,550 785,550 0000000000000000000116818dfe1bb3e37d2d1f4a0e8b02b11cf0a2f6d20e5e 1,215 1.00/1.00 vMB 7
785,549 785,549 00000000000000000001f29ac3187205d1810cd56585de0b0da9890f88ba99f0 2,548 1.00/1.00 vMB 19
785,548 785,548 000000000000000000024f6cf84482918523fd9b0974a67f13c88746f84eec97 1,943 1.00/1.00 vMB 5
785,547 785,547 00000000000000000002da3395c3dd5ce6514a68df6b079a557bdc5bb8c368f7 1,786 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 635.99 GB
    • Received: 12.34 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.