Loading Tool

Explorer IconExplorer

Memory Pool

76,873 transactions
28.78 vMB
0.06887500 BTC
Random Selection Loading Transactions
Max Size: 174.29/200 MB

Candidate Block

Mining Attempt 295084cde3ea0336e4ca8bf2a0b302a1324ae2ad47273cc965be190f58c40422
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 8f0ce120ba459bcf4226883ef73affd70c224724cb8ac26885295d010a042706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.00903747 BTC
Feerates: 50.27 > 0.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (641,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,631 273,631 0000000000000000210a1d02c3e4763e90cc5633b409641ad10862ee62a27f82 780 0.25/1.00 vMB 85
273,630 273,630 0000000000000001dfe0cbe3641ba44159bd15bc7bf97f817e2664b4d9eb15f0 380 0.15/1.00 vMB 59
273,629 273,629 00000000000000007f686a2c6084e09dee0637623d38c2cbe09242c017759f8b 75 0.03/1.00 vMB 31
273,628 273,628 00000000000000013024dac72b245f695de054ce6102c6c210af1f21e56b795c 101 0.04/1.00 vMB 39
273,627 273,627 0000000000000001ff309b4956b25eab089170be74b2a4769ff79857cf4f86bd 888 0.48/1.00 vMB 48
273,626 273,626 000000000000000143172a5001e47fb5dd143b297486c4701ecde83a3636de5f 212 0.10/1.00 vMB 66
273,625 273,625 000000000000000049a79f4568775ba9c7659111d97daa96cd38e8344d5cd9cc 314 0.14/1.00 vMB 56
273,624 273,624 000000000000000525bc792d6892b731621c329510bc74316af022084ae1bd38 116 0.14/1.00 vMB 10
273,623 273,623 0000000000000001a68376aa865f5527689c140bcf0922be6102a09a06951daa 916 0.48/1.00 vMB 42
273,622 273,622 00000000000000019cfe24b0188925b82939d73335dcad47f4dc16f61d31bb20 717 0.25/1.00 vMB 88
273,621 273,621 0000000000000003dd6cad2b9b6dc11edbeb696fcaadcf108da447423f31df84 75 0.03/1.00 vMB 37
273,620 273,620 00000000000000017387e075567ec9e25cc348d01d107eae7a96c078104f0e9a 53 0.02/1.00 vMB 24
273,619 273,619 000000000000000495b9075709b1c509e5ea563923019d7a021d272f8eeef724 344 0.13/1.00 vMB 107
273,618 273,618 0000000000000002e6fafd9b5a78607ee2f416bbef2f43eef5d663e990cde62a 29 0.01/1.00 vMB 56
273,617 273,617 0000000000000005a4f42c577adb0ad2eef3e6228326dfd98e9d909f8d9375fb 316 0.14/1.00 vMB 54
273,616 273,616 0000000000000004578dcb7b5611ba2147984949dad02b3d137ec61188a49034 411 0.17/1.00 vMB 52
273,615 273,615 000000000000000432245d760793963a3f682b4ef847948d4a701061cdbec692 601 0.23/1.00 vMB 76
273,614 273,614 0000000000000002b7aed37accbe6731dc1ca4c610d6b4fadd5fb7f63dcd8967 1,616 0.66/1.00 vMB 67
273,613 273,613 0000000000000003a834beb488e806d87d777b014b0791ac84e7add3e1b97bf3 11 0.00/1.00 vMB 44
273,612 273,612 000000000000000180ff45ccb090cb068d2bcef8f6c2626eeab632f6ebffb791 354 0.22/1.00 vMB 63
273,611 273,611 000000000000000227b1a1b845ccb3139a7e4ab55cd07545d1385e143311fe28 30 0.01/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.