Loading Tool

Explorer IconExplorer

Memory Pool

87,026 transactions
31.94 vMB
0.13428066 BTC
Random Selection Loading Transactions
Max Size: 192.81/200 MB

Candidate Block

Mining Attempt 8cb30a401788b097b76514584ff8a07002da3e02cb075940dbd67807b3b8d3dd
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root e70b50780f6b51e9fcd061d0989555077085bf2c795b7f70f47012264e1ee71a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.04798959 BTC
Feerates: 911.92 > 4.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (331,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,715 583,715 0000000000000000001bd32f7fdb7d5beb07c6954d36402a45aa4442616a823c 575 0.16/1.00 vMB 9
583,714 583,714 00000000000000000020c720509426c435ae19ccd9d36e60d67873d9ced044ce 3,352 1.00/1.00 vMB 43
583,713 583,713 000000000000000000055ca6cc6e173f05765a00f384eb6f1507e391d4e170a8 1,939 0.72/1.00 vMB 48
583,712 583,712 0000000000000000001b094fb30ef99484ecf8d93cd677c6d2113315caf5c03d 383 0.39/1.00 vMB 6
583,711 583,711 0000000000000000000aa99e94fa33b72817b1f8ea4d34c93fe5065cf81e5003 2,417 1.00/1.00 vMB 53
583,710 583,710 00000000000000000000bc1b62fe9d9a08c7407492d537840d16ecdacc11a827 1,486 1.00/1.00 vMB 14
583,709 583,709 0000000000000000000518ca159567965fe2d1f16e0a0fcbad360a736931b190 3,328 1.00/1.00 vMB 66
583,708 583,708 00000000000000000011b0b86b512a775ef8fd824a1f493b556cf62aa0390a37 2,984 1.00/1.00 vMB 28
583,707 583,707 0000000000000000000dbf0e2c0f554f4a286a7106b9d548f042a7ca746bbf1a 3,118 1.00/1.00 vMB 37
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
Previous 10 blocks ↓
Total Size: 782.34 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.98 GB
    • Received: 14.78 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.