Loading Tool

Explorer IconExplorer

Memory Pool

86,032 transactions
31.49 vMB
0.10379438 BTC
Random Selection Loading Transactions
Max Size: 190.74/200 MB

Candidate Block

Mining Attempt 2b3939629718ddae1f2f2a46ae6da8bdade7e3d44d118ae03842f7d70538c669
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 02ad2a4ec6f701dc6ef0404852ba9e942952ef7a840773c50189f95bf57d1a08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,815
Size: 1.00 vMB
Total Fees: 0.02806479 BTC
Feerates: 60.16 > 2.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (331,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,706 583,706 0000000000000000000d721e56f0a062bac3f9af143050d2b93995fc131e79bb 2,512 1.00/1.00 vMB 18
583,705 583,705 0000000000000000001cea9429808f4749a4ed9880d0bae355022fac5742d65a 2,724 1.00/1.00 vMB 16
583,704 583,704 00000000000000000017ef43f2d6be262007ec4532f7eb28a2320b942c48bd80 3,440 1.00/1.00 vMB 93
583,703 583,703 00000000000000000013f1a198b66c305f3dadc64ede3e5c53e5f57a4e8c463d 3,061 1.00/1.00 vMB 58
583,702 583,702 0000000000000000001a5b98520b65fb928a4491281f39c265d048832677c90e 3,109 1.00/1.00 vMB 104
583,701 583,701 0000000000000000001fc59d98da274f9f06433c8351b8159f52545e2e155239 3,010 1.00/1.00 vMB 59
583,700 583,700 000000000000000000050b54095b3f8cbab1dbf4f23a7d062e8ff85f24c2a5a3 2,489 1.00/1.00 vMB 69
583,699 583,699 0000000000000000000b7179eb69ad813dba09245d2e79ca27e3c4a292ad5107 2,310 1.00/1.00 vMB 16
583,698 583,698 0000000000000000000f3dcb999f316946451beb476593ddf795e7291f71f68e 3,173 1.00/1.00 vMB 18
583,697 583,697 0000000000000000001a0bbf2eeea5e279aabc195b1a7e1d39a1031202b356ca 3,029 1.00/1.00 vMB 62
583,696 583,696 0000000000000000001afc39b5099b6b7f60700f44e82f44e0010099ce3519a0 2,655 1.00/1.00 vMB 56
583,695 583,695 0000000000000000000dfa635e5666453067da3ffb06bc01a0523f03bc069185 3,402 1.00/1.00 vMB 93
583,694 583,694 0000000000000000000a60c682e846bf2114128026b5e1a3de29a00bb32dd81d 2,844 1.00/1.00 vMB 101
583,693 583,693 0000000000000000001a2d8891eb068488c30f8fff204d6cc62b7de4b7ae7c0e 2,814 1.00/1.00 vMB 44
583,692 583,692 0000000000000000000c620a53c8ef41f4ae78c4597a093c3027dd1112ad1bb2 2,137 1.00/1.00 vMB 2
583,691 583,691 00000000000000000000d10fd22f6a13c7254f534cd069887d0c90489d3aa8d8 3,058 1.00/1.00 vMB 59
583,690 583,690 000000000000000000028fa9a02d2f33aee66d50a831a55b1ea18bf745914887 2,576 1.00/1.00 vMB 59
583,689 583,689 0000000000000000002035cce8e697ff02cd4f0b5b4b8eef099e11eefe9cec7d 2,164 0.73/1.00 vMB 33
583,688 583,688 00000000000000000016c28b7b874d34fb28c41b0c7ab07964efcbd42e56e686 1,142 0.42/1.00 vMB 48
583,687 583,687 0000000000000000001a7ac96ad8940829bb8979335d1f8a5425bc496e707f2a 203 1.00/1.00 vMB 3
583,686 583,686 00000000000000000006190cd845c5ef3b7f95a5ef895644d035fa72bdfe3635 1,914 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.31 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: 660.22 GB
    • Received: 14.64 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.