Loading Tool

Explorer IconExplorer

Memory Pool

77,886 transactions
29.42 vMB
0.08882750 BTC
Random Selection Loading Transactions
Max Size: 179.52/200 MB

Candidate Block

Mining Attempt a37e2da079d1a29d728723465909d6ce07a523f2eec6ba7dab01e2e102094a85
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 69f49237f9132833906f5951d9510b52c0a1a80ba706c51e7ac709920b6b5509
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,710
Size: 1.00 vMB
Total Fees: 0.02371072 BTC
Feerates: 301.35 > 2.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (189,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,868 725,868 0000000000000000000375da906ec71b844f8a2c2f608324995c50c0e2d65a9d 2,755 1.00/1.00 vMB 6
725,867 725,867 00000000000000000005d2b748f3a35784d7857b55c13f3c336d42e2621be860 3,396 1.00/1.00 vMB 18
725,866 725,866 00000000000000000005f45e1d1cafd2b3ced4907e10d1bbcb889c23230447f7 2,352 0.75/1.00 vMB 13
725,865 725,865 00000000000000000008bedf1f83fe3a863ab368edad384d6977ee1dd182d0f0 505 0.18/1.00 vMB 14
725,864 725,864 0000000000000000000803716327334a9b42d1ab5706298cb91eb75b3b13ac62 224 0.10/1.00 vMB 13
725,863 725,863 00000000000000000009ac142b094744e7b34ff3f8070bcb327321d44b8c27e3 758 0.27/1.00 vMB 11
725,862 725,862 000000000000000000033a7f14c854c9eb0ddcefbf754c11832ed3ac812fddd2 1,619 0.74/1.00 vMB 12
725,861 725,861 000000000000000000009de5aa091993ca3cfc4939f667285d7ce429bfc38d9d 973 1.00/1.00 vMB 14
725,860 725,860 000000000000000000094586bb38092bd59a5a51ba9b9e738e958b68ec6acbd7 1,650 0.53/1.00 vMB 12
725,859 725,859 00000000000000000005e2804d34ca83f513fef63090d7559078f52772d5ade6 1,534 0.56/1.00 vMB 10
725,858 725,858 00000000000000000007be102f55e864acb518c1789f76fd176aee55f9e93712 1,056 0.38/1.00 vMB 10
725,857 725,857 00000000000000000000f3a7f6882c944c7365f6ae053ef5b9552a76d9db35ef 787 0.27/1.00 vMB 11
725,856 725,856 000000000000000000034ce3a994575bfcb38ff7603c019ad61786f026762c37 1,078 0.55/1.00 vMB 12
725,855 725,855 000000000000000000053c41c7f2ebe07b7561b8cc735ef00a57765b86ba64fa 1,313 0.65/1.00 vMB 6
725,854 725,854 00000000000000000004e5d0ba44293b80e7b5e4cf555a3b908ddb9876c3a923 3,249 1.00/1.00 vMB 3
725,853 725,853 00000000000000000000a0b61b7e061d705237225a6ad6eb9e1085cd377db94c 1,633 1.00/1.00 vMB 11
725,852 725,852 0000000000000000000a231b3d08173adfee9aea9163ef0538afe7d11603a9d7 2,068 1.00/1.00 vMB 18
725,851 725,851 00000000000000000002457f8250a6bde9f46bd047a9b60181ecbc1161c2c1b7 3,145 1.00/1.00 vMB 19
725,850 725,850 00000000000000000002d5aace1354d3f5420fcabf4e931f1c4c7ae9c0b405f8 2,564 1.00/1.00 vMB 14
725,849 725,849 000000000000000000004c087c524fe1050646d8e0df630ca4fa1e8c09637e73 1,968 1.00/1.00 vMB 11
725,848 725,848 0000000000000000000948bb2c48154445682185b21a141a30a0340f9425bafc 3,004 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.