Loading Tool

Explorer IconExplorer

Memory Pool

38,700 transactions
28.28 vMB
0.07160422 BTC
Random Selection Loading Transactions
Max Size: 143.35/200 MB

Candidate Block

Mining Attempt 4a955bccfe6f3932719d3dec754ba17a973f5e4c9fe056574058637fbe8b0b74
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 594268229bb5b42634804b4d92cb864d6487d766e7f4e98932f11ae4fcc17f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01733049 BTC
Feerates: 150.93 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (172,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,134 742,134 000000000000000000037acc20137f1e9f8969099324116557dccbd4d1d1de40 3,262 1.00/1.00 vMB 3
742,133 742,133 00000000000000000005330114a8212814a2e9855e2ff4f0afe1f5f0ff59a1be 2,239 1.00/1.00 vMB 7
742,132 742,132 00000000000000000005b829c38bf2e774b01630ebd4468bb5b494321c21e95f 1,910 1.00/1.00 vMB 16
742,131 742,131 000000000000000000072c66a66d484d626c24d3d3fe095b6e3e64c17e7239e6 2,801 1.00/1.00 vMB 11
742,130 742,130 00000000000000000004227a0a8363284117159589868265b00324a8e6d75e7d 3,281 1.00/1.00 vMB 21
742,129 742,129 0000000000000000000936e7e48d28065574fa819108648b96467b1a7336b2fb 2,841 1.00/1.00 vMB 21
742,128 742,128 00000000000000000001215469622adbbcfd6e6819abbe438ebd4fd09acd3a50 3,600 1.00/1.00 vMB 21
742,127 742,127 0000000000000000000331bd17d010df0378b8e6c59148a39a3ec8f5f9826647 2,531 1.00/1.00 vMB 29
742,126 742,126 0000000000000000000079bf327f3a4bfba8b9d799a80edb5a4831cb4b323247 2,277 1.00/1.00 vMB 11
742,125 742,125 0000000000000000000779388d3177490d4ac7a4eb5a4c19b5a97f9a70cb9ce7 3,136 1.00/1.00 vMB 24
742,124 742,124 000000000000000000007a46e384a25936b4056476dae024cc9ca48dbc6f13ea 1,217 1.00/1.00 vMB 3
742,123 742,123 00000000000000000007c2a3fca9ebcbb41a1ff9a9d09951340055026e29228f 3,083 1.00/1.00 vMB 5
742,122 742,122 00000000000000000004664ceabe240e76f7eec782035e8149ca14362c6549ed 3,400 1.00/1.00 vMB 19
742,121 742,121 000000000000000000028cb707f5daf67742ac3c4e10a1a97b3c3290a7e21ebb 2,933 1.00/1.00 vMB 12
742,120 742,120 000000000000000000051ebed5b51639fcccf539111eda376060839e50a365a5 1,907 1.00/1.00 vMB 16
742,119 742,119 000000000000000000011f2f278112a60ca614e04b84056f3d18c5255e61e846 3,176 1.00/1.00 vMB 26
742,118 742,118 000000000000000000072e439f529ca2c25c62e957af4fc06c0796511bd2906f 280 0.17/1.00 vMB 5
742,117 742,117 0000000000000000000724ac2d3b981435ebd1f1c7958d3cf4d472a7449f08cd 2,682 1.00/1.00 vMB 9
742,116 742,116 000000000000000000067b58c25f453be488bd4b6ffb5fcc68a70bee345980fc 2,994 1.00/1.00 vMB 15
742,115 742,115 0000000000000000000033491a4869f9f5fe78bf4e43a848cc6f9a4f023ea961 232 0.06/1.00 vMB 13
742,114 742,114 00000000000000000004cd13f51b30bb61d25d1fd8c72aaabff2df45fa0d020c 1,870 0.71/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.87 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.