Loading Tool

Explorer IconExplorer

Memory Pool

43,351 transactions
26.56 vMB
0.06289311 BTC
Random Selection Loading Transactions
Max Size: 139.67/200 MB

Candidate Block

Mining Attempt 55246c17e21337bba7b5a97ebe63505e7e2ee0d61c0fb1946952f0a40164f307
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root dd46b3ec90f4fa671bc995d67553148677fc918b5378e671c2896f26edd8ae39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.01416631 BTC
Feerates: 74.70 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (249,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,945 664,945 00000000000000000009205cd8de83d3522a50ea8f4adcb55f5700ac7b8d02f9 2,892 1.00/1.00 vMB 22
664,944 664,944 00000000000000000000fdc9b1af0392e34d96022b56b07bf725364c4810223a 2,117 1.00/1.00 vMB 50
664,943 664,943 00000000000000000009820243ceb149c35b1790a0c9de94c63575e8376ef14a 2,716 1.00/1.00 vMB 86
664,942 664,942 0000000000000000000827c4fd0703140bb5d0819b67f79d5fbeb27076d196ec 1,182 1.00/1.00 vMB 88
664,941 664,941 0000000000000000000399e1d282863290e85d889558ba6acf94fce4aec2c4b2 2,880 1.00/1.00 vMB 94
664,940 664,940 00000000000000000007694a890316e5bd4fec373b533fa2734769afaa5aa3e2 2,480 1.00/1.00 vMB 94
664,939 664,939 000000000000000000051b6c587ad99156157f8793af91a19ceb5cea45cc2cba 2,540 1.00/1.00 vMB 102
664,938 664,938 0000000000000000000199adcc2087cd4d5a66512a48734f1ab63d55e6220a1e 2,312 1.00/1.00 vMB 32
664,937 664,937 00000000000000000003ca3c229945d19a8bfe0ceaea7731210f0f7d35da3da6 2,399 1.00/1.00 vMB 82
664,936 664,936 0000000000000000000eeb85720fa8d405bd4b120765b33f44708aa62cb34e17 2,573 1.00/1.00 vMB 102
664,935 664,935 0000000000000000000ee4718ebcfeb441f1161e7df1b90180f236421d06414f 2,569 1.00/1.00 vMB 86
664,934 664,934 00000000000000000001ac7c3fbd300e01785560f90be40b8e661edfb4ae9f77 2,303 1.00/1.00 vMB 29
664,933 664,933 0000000000000000000012a875a15cafc39f172da82e99c81e9f18ad1577449b 1,586 1.00/1.00 vMB 74
664,932 664,932 0000000000000000000a004c07b103746ca94ee6e550d04e0bb32220b5b156c7 2,177 1.00/1.00 vMB 101
664,931 664,931 000000000000000000063df2b352c61dd082a0bd5a845113c6262592e05d95fd 2,467 1.00/1.00 vMB 10
664,930 664,930 0000000000000000000ef3c2b5bec997517f3ef2c93b564b0090e82aed8b08ff 2,486 1.00/1.00 vMB 81
664,929 664,929 000000000000000000083180bd1310efa84e50b790fa83dda6c659aeefd7292d 2,324 1.00/1.00 vMB 36
664,928 664,928 00000000000000000006984f0659089ef6fa2a34420a8db4122ddfc953a793e4 2,223 1.00/1.00 vMB 49
664,927 664,927 0000000000000000000121f421fa155bc3e74e58f31c3e1b52dbd7c44ddb6a83 2,379 1.00/1.00 vMB 21
664,926 664,926 00000000000000000000f2af3e63a317d1582ac0b6457ed71f1fffe4a0e82936 2,350 1.00/1.00 vMB 25
664,925 664,925 000000000000000000032d27beb619e787595bed4d048a7c5fb150d984634938 2,658 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.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: 645.83 GB
    • Received: 12.78 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.