Loading Tool

Explorer IconExplorer

Memory Pool

82,059 transactions
30.30 vMB
0.09269695 BTC
Random Selection Loading Transactions
Max Size: 182.49/200 MB

Candidate Block

Mining Attempt 219c6ae330249bbaf48da5ce3b85e6a97c94223124e7d513a65d48e616942191
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6f5cea4a9e802cf604c2ee9211cc8e12edabb9ac8d050b26a2b2e58d7a0a0730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.03052077 BTC
Feerates: 454.44 > 3.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (331,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,725 583,725 0000000000000000001c2d3a91c9c7948e2374465e810cc9555e39473bd7edd3 981 0.33/1.00 vMB 49
583,724 583,724 0000000000000000001343fa1abd82f54834a08912acf4b8dda5f68bc8deaf3b 2,846 0.87/1.00 vMB 24
583,723 583,723 00000000000000000007b168a6b6d53ad4e0dee5ffdb9e94bfbd1b447a1d8874 2,992 1.00/1.00 vMB 54
583,722 583,722 0000000000000000000018b91cd4e68e85d0fe333c8df9daf493baad34a5095d 3,413 1.00/1.00 vMB 90
583,721 583,721 0000000000000000001f51585e388845e42c4379a691132f2331c4c480d2e600 1,840 0.67/1.00 vMB 46
583,720 583,720 0000000000000000000bbc9f4d9ef8d45f6ee197d04971930a6c2cfe6594179e 2,880 1.00/1.00 vMB 38
583,719 583,719 00000000000000000022e95eb15b42a2fe681555e0261463fa2feee4b800bee3 1,005 1.00/1.00 vMB 2
583,718 583,718 00000000000000000007215e2d8cd18793474c6f7e597c5103d914291ea40d07 2,629 1.00/1.00 vMB 25
583,717 583,717 000000000000000000012ce6bf4f0b5977024a2bc1420e7dcdaabfd73c4ae35c 2,565 1.00/1.00 vMB 77
583,716 583,716 0000000000000000001e669038b4b2dbc0b103d9f92769816a44762bfd94f3d2 2,994 1.00/1.00 vMB 102
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
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.