Loading Tool

Explorer IconExplorer

Memory Pool

78,376 transactions
29.11 vMB
0.08158963 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt 07490432598d86722c6223122de3cf14c274bb3fe59114c58d02618f7224b023
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2b8697ad100303f66b0df24c67370b9c1cc0072f27f986ca72c38ae7489c6064
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.02074970 BTC
Feerates: 178.73 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (212,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,639 702,639 000000000000000000033efb12cfd1b152b3f105f7b5880f8ad8b97ba234cca5 2,672 1.00/1.00 vMB 27
702,638 702,638 0000000000000000000e5e84e0f5e33fc3c6a3539f094ae0a4b0c9954b4ebfb2 3,175 1.00/1.00 vMB 6
702,637 702,637 000000000000000000064bb2ea7e05e216c7e9905dff16786d5cd459182d56ac 2,667 1.00/1.00 vMB 17
702,636 702,636 0000000000000000000733779b1590c56a87af8ecba6955bccdd0aacec7768ac 3,477 1.00/1.00 vMB 4
702,635 702,635 000000000000000000083aac313e3f2a11a7d42c389c3603eb118e51f503da62 2,794 1.00/1.00 vMB 9
702,634 702,634 0000000000000000000624e0042b20d2ae2214746dd9c33f910a1cef3e175888 611 1.00/1.00 vMB 4
702,633 702,633 00000000000000000004f18dc68bc3a43371f46d83f33260ff1c5a585a96021b 1,420 1.00/1.00 vMB 8
702,632 702,632 00000000000000000006c41f401e88ddc99d9069aa670a3110c1b949f34d0a85 2,060 1.00/1.00 vMB 20
702,631 702,631 0000000000000000000b61d6275182ed27a6b2131b6dfcfe10e338dbc7e289a4 2,526 1.00/1.00 vMB 11
702,630 702,630 0000000000000000000b0bbce9105dfcb11ab972d25e6c1096606e042ec62499 1,047 1.00/1.00 vMB 7
702,629 702,629 0000000000000000000a39d338c8217459edb4535371a855e476d0500713ef06 687 1.00/1.00 vMB 5
702,628 702,628 0000000000000000000299391bd43cc1c30ce480fc41830cd6c14fd46f393cec 203 1.00/1.00 vMB 4
702,627 702,627 0000000000000000000cf91aa9f5d9964db8c38b3aa2ea4f72274e743e8be5af 1,389 1.00/1.00 vMB 10
702,626 702,626 0000000000000000000e7b657291d276bb9337387f2d1b0700891069e6fe1a91 128 1.00/1.00 vMB 3
702,625 702,625 0000000000000000000969fcf500b67f0debadc75ad531aa5d1e1589f57ffa58 3,328 1.00/1.00 vMB 6
702,624 702,624 0000000000000000000908b2d8e4a0bffd52515bbd9b1b68625d6273568e1280 2,501 1.00/1.00 vMB 9
702,623 702,623 000000000000000000021db4eefc820f85fb5b8ef3f731543a08c003219862a8 2,631 1.00/1.00 vMB 9
702,622 702,622 0000000000000000000153dba5f2b3a52253a582b9f1d1bd8130522c5919b0de 2,136 1.00/1.00 vMB 89
702,621 702,621 00000000000000000007f5f3c49d4b738d019e8bf06f82540c3cfaa6688257c6 763 1.00/1.00 vMB 9
702,620 702,620 000000000000000000052ac6461f07a91a7038b7eda793e5a8738c25ca2bb40c 2,319 1.00/1.00 vMB 9
702,619 702,619 00000000000000000007cc416ea50a9803cb1a8fc7445fd032ca5d8d3fbcafa3 3,339 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.68 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: 677.93 GB
    • Received: 16.44 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.