Loading Tool

Explorer IconExplorer

Memory Pool

75,052 transactions
27.70 vMB
0.07720847 BTC
Random Selection Loading Transactions
Max Size: 168.48/200 MB

Candidate Block

Mining Attempt e73e8d1fd6955406ca355a42b74ef93f9efb7393e7e0074893602701e8788b6e
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 990ad75c181ff7d19f3283c9257dca3f13df83a14a1397aae2d80d6c80b7bb13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,414
Size: 1.00 vMB
Total Fees: 0.01796367 BTC
Feerates: 151.01 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (174,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,720 740,720 00000000000000000005b01cf1cea8da4964e0f5a0e4e8a3f708bac03244e418 586 1.00/1.00 vMB 9
740,719 740,719 0000000000000000000128574f84eead43d6d2d063ce162de75f0a1397d913d3 995 1.00/1.00 vMB 6
740,718 740,718 00000000000000000000ede2bce08ccb5aa77a27162a5dcbbf88c20fb7f9a60d 1,406 1.00/1.00 vMB 12
740,717 740,717 000000000000000000076fede14238667708a2fcec0cc88e263a96950f5e4a32 933 1.00/1.00 vMB 10
740,716 740,716 00000000000000000004b3286132a62351eb424bc1e74d91f1c19a212aabaf28 1,415 1.00/1.00 vMB 7
740,715 740,715 00000000000000000007efee38eaba77996449d53abd3dba40c7e5ad2c02fa4e 1,539 1.00/1.00 vMB 9
740,714 740,714 000000000000000000032117251d6916a907d510f58b56ec04feb2dec3910900 1,423 1.00/1.00 vMB 5
740,713 740,713 0000000000000000000284f225502a18e912b2e96dd30a180d4eec806d9e8e26 1,092 1.00/1.00 vMB 8
740,712 740,712 0000000000000000000283aaf3a2dbdfdbe6306bfa8e96f9dd5f08431fd3bfd4 1,514 1.00/1.00 vMB 11
740,711 740,711 00000000000000000008c68555f56944a40c1d1e4bb7b21fe3dd2922288ca015 260 1.00/1.00 vMB 3
740,710 740,710 00000000000000000002708505ce48e07dbdf42c1910db7131b781ca4a86f6b1 572 1.00/1.00 vMB 3
740,709 740,709 00000000000000000007bdae7db5d3efdf5cd9e5d84c99e35c7f9a8dd5b349ab 737 1.00/1.00 vMB 3
740,708 740,708 00000000000000000004fbc1397e4f67795b31c57a3e43cc7120d493f8417ba2 1,799 1.00/1.00 vMB 12
740,707 740,707 00000000000000000006010d02fd6f9e7f70d89afb2f8fd13e3f6c5e3ab2c95c 1,652 1.00/1.00 vMB 17
740,706 740,706 000000000000000000050c3afbc12c2786f57f005b34079084d07d2d878b1808 2,104 1.00/1.00 vMB 16
740,705 740,705 000000000000000000064d794935d4efb747dfd0f1af9480b3616c54b8b1cdea 2,104 1.00/1.00 vMB 33
740,704 740,704 00000000000000000001ed45acefb45c6d0a9c2c6f603d2ae1642c0269cec603 1,261 1.00/1.00 vMB 19
740,703 740,703 00000000000000000004dc5837be115aff44e8426cdce77ba3a96a299e2e235b 1,203 1.00/1.00 vMB 8
740,702 740,702 00000000000000000002c8cdf0999387abbbca782b776dcbcb641f016e2762ad 2,052 1.00/1.00 vMB 4
740,701 740,701 000000000000000000029a9d45eb750512479b33e8de12442e298ed80dd32c94 1,434 1.00/1.00 vMB 4
740,700 740,700 00000000000000000005e9cee73b7afd494177e2f17eedf1e15046c12a2d9808 876 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.