Loading Tool

Explorer IconExplorer

Memory Pool

77,285 transactions
28.39 vMB
0.08084398 BTC
Random Selection Loading Transactions
Max Size: 173.09/200 MB

Candidate Block

Mining Attempt 4a4d71d50817ecfa9ffba869fdec15bfc7267d89c30c8c52d5a24fc24342b379
Version 20000000
Previous Block 0000000000000000000176c24bf8eb983450be5b9066556ca76917f73613153e
Merkle Root 31bf9d9e22d33541fc41c85b9bf92f7d3b04cc5c63cc7f3bdf49e13796a2bfea
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,605
Size: 1.00 vMB
Total Fees: 0.01754222 BTC
Feerates: 84.47 > 1.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,309 (485,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,064 430,064 0000000000000000045ba2cc953263398e5b6c2e9c7dec5cbc5d68d627e0737b 1,383 0.79/1.00 vMB 46
430,063 430,063 000000000000000001edef785689b0c4fedb644188f9941436cfe662c34766d9 2,823 1.00/1.00 vMB 74
430,062 430,062 00000000000000000457556d0f8bb5371a42175df210b9a515afc6da6dbbd00e 302 0.10/1.00 vMB 85
430,061 430,061 0000000000000000031962b3a9f02157e486acb5bf4b4143cba3770c3a3752aa 883 0.99/1.00 vMB 18
430,060 430,060 0000000000000000014a3a707c128462f214ce2c9cc0e5161d99925e2080f525 2,148 1.00/1.00 vMB 57
430,059 430,059 0000000000000000017e828805dce269b03ac3f6b1b99a943a5c712b65da8ca1 2,618 1.00/1.00 vMB 68
430,058 430,058 000000000000000004a0690ab88827e314dafffefa40a6f4508d235cc990f67b 1,663 0.70/1.00 vMB 59
430,057 430,057 000000000000000004b4d7f57576de8ebc35c9925c5eb47a576c8d29b7705efa 1,913 0.88/1.00 vMB 53
430,056 430,056 000000000000000001d91b8fbb414c351a4352e1c70acc66b890bbf2f54d8cc1 195 0.15/1.00 vMB 35
430,055 430,055 0000000000000000027ed16d88a442e14495d2a554d385e85f58d7a282123ff1 605 0.27/1.00 vMB 48
430,054 430,054 0000000000000000037af0d6f55202dcb64358242704b2f9e4b6fae49c4acc09 1,728 0.89/1.00 vMB 45
430,053 430,053 000000000000000000ac1fd7d63097600b9c127b25781d742daf5008bda0d8e3 2,582 0.99/1.00 vMB 79
430,052 430,052 0000000000000000022fe0dd794c8f1e192220c8101e399aa9d133412f396a50 924 0.39/1.00 vMB 55
430,051 430,051 0000000000000000034e3f66b5f7b11f2e33a4556a3abaf303114cd51009cc89 926 0.99/1.00 vMB 21
430,050 430,050 0000000000000000000a1f6944affde69277fb689d7f04da4565b3193e18db6a 1,726 0.99/1.00 vMB 27
430,049 430,049 00000000000000000304617817a81ecea37f6855fb870ee8b4a683702b1de7ac 866 0.33/1.00 vMB 61
430,048 430,048 000000000000000001d0f0f624b363d9d593dddd6131161168ab931e389f6040 1,558 1.00/1.00 vMB 42
430,047 430,047 000000000000000001c20bfaab87f6e728a5dc0ec9f8fc778885415a4efdebed 1,412 0.99/1.00 vMB 53
430,046 430,046 00000000000000000396cde8d122eafe578f9b0adca01087a6fa1590599fdf7e 2,754 1.00/1.00 vMB 71
430,045 430,045 000000000000000004c280870f4dcfc7fdb5d6cce930031ecae9a340c487c9d3 2,033 1.00/1.00 vMB 60
430,044 430,044 000000000000000002e06695f40d69238a11703fcb6f521cdc41f542bdc40c8b 2,296 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.93 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: 714.58 GB
    • Received: 17.57 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.