Loading Tool

Explorer IconExplorer

Memory Pool

50,379 transactions
29.89 vMB
0.11739386 BTC
Random Selection Loading Transactions
Max Size: 159.52/200 MB

Candidate Block

Mining Attempt 1b3aef6c74953d1ed7956e6f72ded9ecfdb672acd2015c204fdc87ae57f1c1cc
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (36,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
877,923 877,923 00000000000000000001dbe1269882d1af33fa70fed6a5e0fe136287ecd35735 3,487 1.00/1.00 vMB 2
877,922 877,922 000000000000000000014f9a6ef2e0383d22a6bad35ccae7509e7a085dd611c3 4,028 1.00/1.00 vMB 3
877,921 877,921 000000000000000000023dfc04d0460581b6d5eb3a0b25df2bc5404428773208 3,905 1.00/1.00 vMB 2
877,920 877,920 0000000000000000000058edf5a5f4fdf62062d74db1a30aa3c0670005c8d718 5,384 1.00/1.00 vMB 2
877,919 877,919 000000000000000000019666a6ee5f4b11c7f6c43c6eac9df3baf77a8b1dcbd2 2,676 1.00/1.00 vMB 3
877,918 877,918 000000000000000000017ef4d9a3d5686fe73238f4ec69b7ee073d10a0ac000e 3,677 1.00/1.00 vMB 4
877,917 877,917 000000000000000000013df426383747d277a69e6e0bbb1e6f8953fe358d2d38 4,803 1.00/1.00 vMB 3
877,916 877,916 00000000000000000000cbec94f9e5a96b5caf09a2e6a4219accad54db6f916a 4,211 1.00/1.00 vMB 3
877,915 877,915 000000000000000000014ced15e4f322a19132802133fc77c5a527bb7fb41b2d 2,898 1.00/1.00 vMB 2
877,914 877,914 000000000000000000015320d63523d653189412d6024990b55f3a707bc4b833 4,144 1.00/1.00 vMB 4
877,913 877,913 00000000000000000000a568179625a184e7ec68a92c5f77234fb1bef208cf27 3,844 1.00/1.00 vMB 2
877,912 877,912 000000000000000000012d8c6f0a6f31b583e16a8fab77da4e1b5203f98890cc 2,898 1.00/1.00 vMB 5
877,911 877,911 00000000000000000001d73840643a85c48e6ddc3325fddeb99abbd32127e7cd 3,730 1.00/1.00 vMB 2
877,910 877,910 0000000000000000000257288c7e95c6f3834ee861a2f5822c009c71d052a37c 3,409 1.00/1.00 vMB 2
877,909 877,909 00000000000000000000cf3fb18afa279e1f4c3166159b04e0d7cb5801580fc6 3,974 1.00/1.00 vMB 3
877,908 877,908 000000000000000000024c595c2bbf8f0eb20949e35d44e7b9acfad5719cde64 3,924 1.00/1.00 vMB 2
877,907 877,907 0000000000000000000079be13f2cc10fa973fe9a8b8287fd019a359d3ceec03 3,908 1.00/1.00 vMB 2
877,906 877,906 0000000000000000000162e45e9a614a5e39bf9ff5cc52200084b7b67a3087ba 3,483 1.00/1.00 vMB 3
877,905 877,905 000000000000000000017e633373853878f8deff8d035e67905d6281eddb2c04 3,550 1.00/1.00 vMB 4
877,904 877,904 000000000000000000019084ce4f5cbb18fba6320cf9e7e02638ceccc0a0fd5e 4,884 1.00/1.00 vMB 2
877,903 877,903 00000000000000000002659f770046ccee7fe5244e73388894726fe3697c34a8 3,782 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.