Loading Tool

Explorer IconExplorer

Memory Pool

50,749 transactions
30.34 vMB
0.09296003 BTC
Random Selection Loading Transactions
Max Size: 162.65/200 MB

Candidate Block

Mining Attempt ee08012ffb2a7dc4e873747199bff558a3d934e838a85c234caf2f982ef8c5eb
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root f183fe2e4a89558bd162d0abb02ddfe44d257b5ebb42513d4cca699daafa08f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,671
Size: 1.00 vMB
Total Fees: 0.02281977 BTC
Feerates: 202.16 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (426,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,906 487,906 00000000000000000069bdf440954deb73892e98b5cc8fb084f50b0bacbf34b5 1,815 0.96/1.00 vMB 122
487,905 487,905 000000000000000000e4b2afd748c588aa14bc7bf06480535f7b4ad001e4e007 1,223 1.00/1.00 vMB 153
487,904 487,904 0000000000000000001946384dceb605ca8b97adc56752688c2e57a847ee5654 2,633 1.00/1.00 vMB 157
487,903 487,903 000000000000000000cbf9fdb49f02cba738f0bd9d4d842793ff402386336d8f 2,749 0.96/1.00 vMB 183
487,902 487,902 0000000000000000008161f44d4322c87cd52a15d1049f03660291d9e99adb2d 2,115 1.00/1.00 vMB 120
487,901 487,901 00000000000000000032b46cd000ec31d3e014c8b4ab6b6b5ecbef18577fbd28 1,163 1.00/1.00 vMB 79
487,900 487,900 0000000000000000007bfe292f33aa7e7ecde1b007ec953011269f851e6bad36 2,391 1.00/1.00 vMB 102
487,899 487,899 00000000000000000051c6c8750f3a75cf7aef45e1f405e8d22ac18c117b28a8 1,909 1.00/1.00 vMB 89
487,898 487,898 000000000000000000179ffb7f2ad82cf2f4324101bee0b977e6e4443087f1d7 2,052 1.00/1.00 vMB 118
487,897 487,897 000000000000000000bc02076e52fb53892963b233f63c9c67b385a4880f3cce 2,738 1.00/1.00 vMB 178
487,896 487,896 000000000000000000cd0cff5edc259689e19c771fb3adf10b7248fa9756b2be 2,353 1.00/1.00 vMB 114
487,895 487,895 000000000000000000909f76252bd0147bd89b901cd2944244c1da503e61b59a 2,224 1.00/1.00 vMB 119
487,894 487,894 000000000000000000a4ce2b72e887d6b174b5bf9aa3d9c7f1e20c7aac7c92a8 2,265 1.00/1.00 vMB 161
487,893 487,893 0000000000000000008ede7914b0e3da43871cace3543d23799e9937d4389671 1,836 1.00/1.00 vMB 120
487,892 487,892 000000000000000000093e888633f1ab7b70bd3147d20c02b67632f1a1b6cf60 1,105 0.98/1.00 vMB 87
487,891 487,891 0000000000000000002ee9515c463465135f6c4ce761ae441ae2ade4d2d669d7 1,976 0.97/1.00 vMB 80
487,890 487,890 000000000000000000de1038a87280d6850d34be856c2aaeff7953d9ba35e5dc 2,048 1.00/1.00 vMB 98
487,889 487,889 0000000000000000006eb4292b943d5ce24302130113ab294ebeea551e3d0247 2,156 1.00/1.00 vMB 152
487,888 487,888 000000000000000000a49381ef3fcce196bc8635ce41835557600fbbb35bebd8 2,449 0.97/1.00 vMB 107
487,887 487,887 0000000000000000003f080b428a3810eb420e575c664b0fb7828e2f81147ee3 2,739 1.00/1.00 vMB 118
487,886 487,886 0000000000000000009816454e7cbab56af97d9162751a378016481cc7c06675 2,144 0.98/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.