Loading Tool

Explorer IconExplorer

Memory Pool

24,959 transactions
10.62 vMB
0.02486097 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.37/200 MB

Candidate Block

Mining Attempt e23cf81e296919714e8fdb8a99413d8e4370bc51ba7b559d9dd9562da9f35aaf
Version 20000000
Previous Block 000000000000000000005ca6760ed012dc5a99437a80f1008bc7fd460dd51195
Merkle Root 0a1dc93e99eb0fac7b08a449409ef78fab4b212925c2de04791901bccbab144f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,211
Size: 0.9978995 1.00/1.00 vMB
Total Fees: 0.00751391 BTC
Feerates: 60.16 > 0.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,604 (779,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,520 134,520 000000000000064a297b412835d8d03a8c44a5babbf0bf525e61531524033803 105 0.04/1.00 vMB 240
134,519 134,519 0000000000000948503d22b31c3ae33323d420d81f501defb8316be585cd3e9e 8 0.00/1.00 vMB 1,608
134,518 134,518 000000000000062f38b8d7fcf408b712e58c31a8c820364ea5ae73673f3a3396 89 0.03/1.00 vMB 195
134,517 134,517 000000000000099686eac7f57534546fc7c98a4de2f4504489a0303616680baf 12 0.00/1.00 vMB 859
134,516 134,516 00000000000006b8638c7704927a810bc88ef0ace45c86d656ecd04193b81caa 10 0.00/1.00 vMB 348
134,515 134,515 0000000000000bb50d3a855aef68ea8a326f62200829416eacfe82f5c08a75df 24 0.01/1.00 vMB 201
134,514 134,514 00000000000001d178205b0ac78750202ff080027d2e095a21b3bbe1d07ec84c 11 0.01/1.00 vMB 407
134,513 134,513 000000000000091009796fe27dc858d7475b300ed0f2e4f08fd401ad464749fa 38 0.01/1.00 vMB 707
134,512 134,512 000000000000012a11212fc83b60e39eb88a3b67d48ffaacd6c780f7fb71ff99 25 0.01/1.00 vMB 211
134,511 134,511 00000000000003c23943da8762298e78110613abc57dbc76595cb7a987f881eb 62 0.03/1.00 vMB 303
134,510 134,510 00000000000003d55787f670af6ae22adc58599cbd65babc688390f7d6e7a72d 44 0.02/1.00 vMB 366
134,509 134,509 0000000000000a534bfcd534031e950a533f874eae1074688732e239b4945ccd 45 0.07/1.00 vMB 78
134,508 134,508 0000000000000735693ce98f48007ba3e9faace428b7fd8f6d25b68c4bacc9f3 21 0.01/1.00 vMB 758
134,507 134,507 00000000000003730da03a59eadc368adf065e3f8b2b7c3231c40457afb316c6 122 0.05/1.00 vMB 541
134,506 134,506 000000000000033a24ed03252567f0bcfe6e4d64318629ba4e9c49f0f8bc3041 14 0.00/1.00 vMB 1,275
134,505 134,505 0000000000000b7784d2123cf0cac1ce1e9b94b0874153dab858ca43d4f04a80 164 0.05/1.00 vMB 217
134,504 134,504 0000000000000977659a794fcef9ab2f784360afd588d7c1529404d39ddebdfd 54 0.02/1.00 vMB 401
134,503 134,503 000000000000096203786e401cb630e738a11424d6b9a7bd555e7a2ed9359a35 13 0.00/1.00 vMB 404
134,502 134,502 00000000000007e73384c27ee9b68a688192ed140066d1fce27176cdf5613b61 12 0.01/1.00 vMB 1,103
134,501 134,501 0000000000000085efa40d44472865ed0ac4f0966e9c33dd328d4c3f8ff78789 18 0.01/1.00 vMB 439
134,500 134,500 00000000000000241123ba5f49ec423ad3e3a380abe9e4a1fcd699dee8f577da 45 0.02/1.00 vMB 403
Previous 10 blocks ↓
Total Size: 779.91 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: 460.91 GB
    • Received: 2.67 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.