Loading Tool

Explorer IconExplorer

Memory Pool

84,313 transactions
31.60 vMB
0.10327789 BTC
Random Selection Loading Transactions
Max Size: 193.59/200 MB

Candidate Block

Mining Attempt 07cef6546a2ed6e66809e1b671b99c17071a5627f4f51c26cd1a78b308853605
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root c3f8ee4537cff59397fcf5dd53f57ef8af89df90ba8296d29b1dff55bd7d4454
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 1.00 vMB
Total Fees: 0.02987007 BTC
Feerates: 299.70 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (259,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,916 655,916 00000000000000000008f6eb9ac82a212e71665c28eb564f63dfa0efcaad0332 1,282 1.00/1.00 vMB 72
655,915 655,915 000000000000000000061b6906d88228d80612479e7b8fd75c53b1b4488d30e0 1,476 1.00/1.00 vMB 26
655,914 655,914 0000000000000000000a502ff39501c5d4a0c951e24c51110b1c978242a5c6b5 1,687 1.00/1.00 vMB 174
655,913 655,913 000000000000000000037ec0ab4a795a93f53818e77b6e8cb2746781da793c27 1,113 1.00/1.00 vMB 35
655,912 655,912 0000000000000000000f17443194f36ef2828b59828d00e6427822ba8980da63 1,307 1.00/1.00 vMB 72
655,911 655,911 00000000000000000005e6e9be6f7755676feee48cff709746b289f9b0f063e7 977 1.00/1.00 vMB 18
655,910 655,910 0000000000000000000ad56745411ff2af68a60273558c311920a8c60c8ff0ba 1,318 1.00/1.00 vMB 69
655,909 655,909 0000000000000000000ab489daa30db5df905c5a6e1e919640019c5f12ab5106 563 1.00/1.00 vMB 30
655,908 655,908 000000000000000000084f4e693644069c20b72e9f370b326d12040b0532b060 563 1.00/1.00 vMB 3
655,907 655,907 00000000000000000003217aeb27d656f2e7f0ad9a6ed18285bbf3a84b03a00d 1,069 1.00/1.00 vMB 69
655,906 655,906 0000000000000000000a2781cb5b7f66e31fe135e80b7ea3b966c2e1228fbf0d 641 1.00/1.00 vMB 38
655,905 655,905 0000000000000000000b07a4ada414bd02dca2a3eb6d0edd55eef01962cbd849 215 1.00/1.00 vMB 9
655,904 655,904 0000000000000000000294035c8f5ef7ebb505aeb4a9d8329ae1d2008ace7fe1 1,516 1.00/1.00 vMB 56
655,903 655,903 000000000000000000052cbcfac7d4a7d8a1297fde981725120ce30c3d251d38 2,086 1.00/1.00 vMB 68
655,902 655,902 0000000000000000000af8f24a742e5594220892b527799949eed2e553e3b992 2,203 1.00/1.00 vMB 12
655,901 655,901 000000000000000000053234409b8b10afd9de6855ea68561f99ee1ae9a5ab65 2,013 1.00/1.00 vMB 56
655,900 655,900 00000000000000000001cbb5d230c025b7f22afba00c0b2ee67d0c4d88564964 1,261 1.00/1.00 vMB 54
655,899 655,899 000000000000000000013270cfb1c46e6874ea781cb81f81f1c24ca44472290d 2,394 1.00/1.00 vMB 134
655,898 655,898 0000000000000000000867e705bf113cf044c32aff1a3d15cb7a2c312ba4ef76 1,576 1.00/1.00 vMB 264
655,897 655,897 0000000000000000000e05d9bb0c1481c7a2bd4569736ac7bf4d7608e2bd1532 1,489 1.00/1.00 vMB 92
655,896 655,896 000000000000000000093f76f2748d55b2e3d54df321e93a1b8aa188d36a1c91 1,788 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.62 GB
    • Received: 16.94 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.