Loading Tool

Explorer IconExplorer

Memory Pool

38,220 transactions
28.09 vMB
0.06336335 BTC
Random Selection Loading Transactions
Max Size: 142.40/200 MB

Candidate Block

Mining Attempt 27cfdebba3e1996c53dac3a5c51e538493f8d1a59ac826c0e362a9892e0619ce
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 65fab2bcaaba839a93540045b157594dd4acbbc13d837828a0f6e52a1ed3582d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,293
Size: 1.00 vMB
Total Fees: 0.00964109 BTC
Feerates: 150.80 > 0.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (471,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,719 442,719 0000000000000000014a5db5eb8d1e17b0e3e135f53cbc17fe8682a01a412200 1,776 1.00/1.00 vMB 79
442,718 442,718 00000000000000000147dbb8212e1b9f788b69888b99a29dd244793c42bac45d 1,967 1.00/1.00 vMB 116
442,717 442,717 00000000000000000257205637fe86b30daf26e1e4d8361e118565659d7a83cd 947 1.00/1.00 vMB 26
442,716 442,716 0000000000000000012114b32c573a4aa1a1d6607a7790365d3bfd64aafca894 1,760 1.00/1.00 vMB 64
442,715 442,715 000000000000000003b880dbe4e8f8f20faaeaed714693860203cdf89662104e 1,401 0.85/1.00 vMB 77
442,714 442,714 000000000000000001f372834928bc076ebdd744453a8ceee825e7ed3eb0fc31 1,177 0.89/1.00 vMB 39
442,713 442,713 000000000000000002100f8b3f507288c8d874fb4f9511ca26edaf75e0f7bb68 1,648 1.00/1.00 vMB 34
442,712 442,712 000000000000000001772d7a96e907bd1889f819469dab6f53a9e77b0f20af30 2,381 1.00/1.00 vMB 85
442,711 442,711 0000000000000000007032ecb6d978d69e644bd63b14fa4bc00aad53a889b5c7 1,658 1.00/1.00 vMB 47
442,710 442,710 000000000000000003a608ddb304f04bf4e4cd5e5cdc9e598c96bad48c3735a4 2,379 1.00/1.00 vMB 81
442,709 442,709 00000000000000000252233d245a99c5adde08b084c0624a8525096c39ae49bb 2,206 1.00/1.00 vMB 69
442,708 442,708 000000000000000000db1b5509618b738df4d57a60531625b7c8983ac8f1704b 2,685 1.00/1.00 vMB 83
442,707 442,707 0000000000000000030583d363f318fa10984e9ff586caa01f73c4ed4f361f25 2,684 1.00/1.00 vMB 76
442,706 442,706 000000000000000000ca21f60b0adbbb5f241b13afdf07a00a9fc9e387afec5d 2,666 1.00/1.00 vMB 94
442,705 442,705 000000000000000002bf0a194b7fbbee56a905540b7636b47ae38a2c4a098c58 2,131 1.00/1.00 vMB 87
442,704 442,704 0000000000000000008c2c924997aa85debb5ff0e945684a3ae3f5da3c453275 2,249 1.00/1.00 vMB 62
442,703 442,703 000000000000000000058e8f55c1fdadd6aeae094fdf2b7bc994cf0667e413d4 2,651 1.00/1.00 vMB 70
442,702 442,702 0000000000000000014e864a993359b54804c33823957b5995d9dc537d8fd9e7 2,752 1.00/1.00 vMB 101
442,701 442,701 00000000000000000398f9349fc17fff03225c7485c7bbabeb9d18c5b9cb0d5a 2,137 1.00/1.00 vMB 60
442,700 442,700 000000000000000002b070b1128e829060eb8fa67463bd9cb2353337b4ab1ba1 2,701 1.00/1.00 vMB 92
442,699 442,699 000000000000000000d30f4e7acbc9dc12fe7f47be554cb55cb71ea3c52c5701 6 0.00/1.00 vMB 1,855
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.