Loading Tool

Explorer IconExplorer

Memory Pool

23,873 transactions
11.38 vMB
0.02704522 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.89/200 MB

Candidate Block

Mining Attempt 02aa07d4bd69e7e186326e24dbaa1028b07ee826a4cde4cab6a43f3c47135bf3
Version 20000000
Previous Block 000000000000000000007855c93bbdcd4af7b34ad31745b720f13b50fca66934
Merkle Root 2ace08ab85ee256a1d0f56dc3a36d452d1d7270a68f7a42205d046494b5e29be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,476
Size: 0.9978975 1.00 vMB
Total Fees: 0.00847964 BTC
Feerates: 443.88 > 0.85 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,656 (739,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,016 174,016 00000000000008acdae75ceeb01d3080adc67862239a506c48a29e51f8a96891 162 0.06/1.00 vMB 248
174,015 174,015 000000000000011c8d898732ae3d26107fd0d7b705206faf98d117a9400052ac 1 0.00/1.00 vMB 0
174,014 174,014 00000000000002715f583403b4077a5c2f54034bb56ada504558abbf0f74665f 11 0.01/1.00 vMB 16
174,013 174,013 00000000000008cac3489e4851242a26aee8062cc7aa9732fb67299e631159c2 61 0.03/1.00 vMB 117
174,012 174,012 0000000000000034445901c8c43add005bb1d5052dbe6783652563c55ba37030 99 0.03/1.00 vMB 18
174,011 174,011 00000000000005f93c60d689a0e695a8afd4a52d620e9cf4e96db8dc51bb3bff 66 0.03/1.00 vMB 213
174,010 174,010 0000000000000a0ac91383bb5242af0d8d4af1960e7ace7aa4e61c1ba7b6717e 71 0.05/1.00 vMB 168
174,009 174,009 000000000000022ff328a3b607970fc7bcc513a6e73a0011d295b85443a7ac55 10 0.00/1.00 vMB 146
174,008 174,008 00000000000000e51e1583ad41dd7b98950e2d24e9ad0fde0ef81932708dfdf3 5 0.00/1.00 vMB 68
174,007 174,007 00000000000001e054409d8298fef79863e02d2b1a534d7238593c337f94ab1d 115 0.04/1.00 vMB 116
174,006 174,006 00000000000004f4c5d27f0ee5097aa740b20177cda0aa5973b4c05b97b1ccce 25 0.01/1.00 vMB 51
174,005 174,005 0000000000000a5058b68188b1d2ef804de81a8bf2e9cc25f87951af8a54f9df 12 0.00/1.00 vMB 149
174,004 174,004 000000000000021bc948d6bf8ce006700a898175660cf84bb77042fa987ddaaa 2 0.00/1.00 vMB 38
174,003 174,003 000000000000081db6d4c3226857b721e4ccbf4a346e8e9cd6942429677fefe5 17 0.01/1.00 vMB 35
174,002 174,002 00000000000001880e3a59a00a46973579bf6b93021ddb299536065d45287e8e 87 0.03/1.00 vMB 69
174,001 174,001 00000000000004fad4496c734994dc487c1397f22545287ff848b1a819f68303 54 0.04/1.00 vMB 136
174,000 174,000 0000000000000504d3e701deb624eee4370f50c3d688fd1c27be5bbef07d76dd 9 0.00/1.00 vMB 16
173,999 173,999 000000000000060df55b6b5fe9255a1c25a0c5ee33a83e358e39567a20aa8d6d 20 0.01/1.00 vMB 108
173,998 173,998 00000000000005cd29960b14436216d8af6b036e6f38e539d149473ac71d3062 55 0.03/1.00 vMB 114
173,997 173,997 00000000000006ce090b299a269fc496a70a86a9266bb83d6a2a01eb38fb2f5e 19 0.01/1.00 vMB 216
173,996 173,996 00000000000009e76d99a4430817ad1f19284982fdb39fb6491bf590a71febbf 39 0.02/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 780.01 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: 478.38 GB
    • Received: 3.11 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.