Loading Tool

Explorer IconExplorer

Memory Pool

79,754 transactions
29.29 vMB
0.12692862 BTC
Random Selection Loading Transactions
Max Size: 177.28/200 MB

Candidate Block

Mining Attempt 48d41988a69481d9a3c121a5394f7a9c1b0c21749371365635b3c22313292c50
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 738353c6d8ac879fc2579d975fb7ec4990ede02bb288a5f48b81e42d7d64f53f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.04734952 BTC
Feerates: 602.26 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (560,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,988 354,988 0000000000000000086260a5d4a3b256093f832f85b3317e35aa901437ddfaaf 315 0.18/1.00 vMB 24
354,987 354,987 00000000000000000a92cf169d8667a6a27cb813dc0fc55335139d6c86545390 71 0.07/1.00 vMB 10
354,986 354,986 000000000000000005e5a5cb8804c7671aa9423464bc398b5cf20b49078f2773 900 0.56/1.00 vMB 24
354,985 354,985 00000000000000000646e2241de38777d1afd577b50de57e5f8fa728833b6474 1 0.00/1.00 vMB 0
354,984 354,984 00000000000000000728bbf03cc4feb5bdcff5bf8cf74b54e5e2df1d8160f5f6 242 0.15/1.00 vMB 22
354,983 354,983 00000000000000000ac4d6497c11ecd4edd1274b0bcf181658a8d19b73ab3cf3 479 0.22/1.00 vMB 29
354,982 354,982 00000000000000000f490b20c3e59af00e61444bb15bc13cbbf18052fda98cf8 278 0.12/1.00 vMB 28
354,981 354,981 0000000000000000108c19386547eec79a9aa91f2e6cb581b3aa098c927a7032 521 0.26/1.00 vMB 25
354,980 354,980 0000000000000000087eddfd1f31bf696779531ad0428f48ccc6b34bd5d9e4f3 1,071 0.54/1.00 vMB 27
354,979 354,979 00000000000000001388f868a4c3064b590539b9b3a04bca84bf8b2b74ba0889 1,416 0.64/1.00 vMB 28
354,978 354,978 000000000000000005a51002cb8e60c3d4be68442c53961542d99f8152588b28 455 0.24/1.00 vMB 23
354,977 354,977 000000000000000007e3a0824a86b9bfb41eff5a2922023d4412b78d53f7ded9 227 0.11/1.00 vMB 26
354,976 354,976 00000000000000000e7f7961db3f1c66f51bc4e02f38bfd38674f2b7553314b3 127 0.07/1.00 vMB 11
354,975 354,975 00000000000000000157ad89daea0378f166da78b2a318020ce91c3fceceafca 288 0.14/1.00 vMB 26
354,974 354,974 00000000000000000f127e1a0ff0569d6d12443abdfd462c8c26df2ae4d15944 670 0.32/1.00 vMB 25
354,973 354,973 00000000000000000baff238a3586819dbe4dbc1867a1a39f30e930cd9df2bf4 752 0.64/1.00 vMB 17
354,972 354,972 00000000000000000ead2a41cbe7181eebabcfa5b2fe6cef7a4aeb6b55dba0cb 2,766 1.00/1.00 vMB 37
354,971 354,971 00000000000000000f2be95aadbccc1ac9d7d48707087afdb62824f5d1b12eb6 1,116 0.72/1.00 vMB 13
354,970 354,970 0000000000000000033478f661ac741a6dd1ffea71d0eab468ab9aa42f173dff 1,297 0.75/1.00 vMB 25
354,969 354,969 0000000000000000006d2018e9b9b09bf922b373f81dc58cc4003e4e9a8a432f 940 0.75/1.00 vMB 19
354,968 354,968 000000000000000012f058764064d0153bd74289b17fb6b27350881d8da13cb7 2,363 0.75/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.92 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.45 GB
    • Received: 17.54 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.