Loading Tool

Explorer IconExplorer

Memory Pool

88,854 transactions
32.51 vMB
0.18141105 BTC
Random Selection Loading Transactions
Max Size: 196.59/200 MB

Candidate Block

Mining Attempt 47c6310f3bd62ac2673b3078b976d9f5e445f6ffedfe4c8892bea09cf8652204
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 0ed60794581fc90a2c40d6b31c60d7a19f5f283ec12bebf0be3e1d65ece689a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.08843511 BTC
Feerates: 216.64 > 8.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (661,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,631 253,631 000000000000004cb4c0d88f046ea435dd947e791c565c2b8678ae2a37550d84 668 0.25/1.00 vMB 85
253,630 253,630 0000000000000030adb971225538e5a049feb420ce31e9c178565f1b3ecbef92 607 0.25/1.00 vMB 152
253,629 253,629 0000000000000029e0b3167e7aa85c6aa02615d4b0bbc316f19706452964bbd8 1,103 0.41/1.00 vMB 115
253,628 253,628 00000000000000046a0d20610b71e23792ad1bc646c7741cddd86aa704eb0a48 20 0.01/1.00 vMB 136
253,627 253,627 000000000000000adf8bbffefc1a3e1e252195b5061584356ffa524d716b0a7e 277 0.10/1.00 vMB 80
253,626 253,626 000000000000002d87ceff1dc0bf6171c7f029feda2e90a6e6a08ed1f3091779 186 0.08/1.00 vMB 69
253,625 253,625 0000000000000048b9d44ecf3db27fff2872ad70c8a07f9cb1bf6e81486ef476 315 0.13/1.00 vMB 77
253,624 253,624 000000000000001e0677f265db312a51d413a83c89f85d57b853152a6a6d668f 57 0.02/1.00 vMB 74
253,623 253,623 000000000000003060176ebb5383ea5e2e9dc64f54aa2a2dd506d9e6acf1c2e0 570 0.25/1.00 vMB 76
253,622 253,622 000000000000004722bd832d8b2df6eeb51e6427c98e65187fbc52c11090e481 49 0.02/1.00 vMB 93
253,621 253,621 000000000000001ba01f17fc8a4d1c99f77e113ea1c696e60c083e13796c70da 211 0.08/1.00 vMB 88
253,620 253,620 000000000000004b22e7fe06f1e51ec8bab8e6842d6aad3bf456bfd2f204c48f 98 0.06/1.00 vMB 64
253,619 253,619 000000000000002e2be8f54f666c7d541da8fccf7b1b295fe8ddb700ead02ede 63 0.02/1.00 vMB 61
253,618 253,618 0000000000000050e08419b2910dd4723b835f193b239d9fad81e19b2c026598 406 0.14/1.00 vMB 90
253,617 253,617 00000000000000166c77a3b6970bf9251bc3f28bbd76fbfaeaf3aaee45648ed5 74 0.02/1.00 vMB 85
253,616 253,616 000000000000001f6e417bed628fe042bfa744dd60404d57657a92d0fb540b55 336 0.14/1.00 vMB 105
253,615 253,615 000000000000004dbdc9dc0b42f90dc954a92f41673b6f059b55d6ca986e8532 406 0.17/1.00 vMB 70
253,614 253,614 000000000000002cfe79b8dcec6deeaa7ad62ad7adfc1e6da3e5b9c144089f11 104 0.04/1.00 vMB 90
253,613 253,613 000000000000004b206a05d293582afbf7408bb7bec9c69f6497c0528aef2220 728 0.25/1.00 vMB 109
253,612 253,612 0000000000000022622e54fea2733b7635f5d21abea737458ac5a59a66f2ac89 147 0.06/1.00 vMB 66
253,611 253,611 00000000000000190d9e651c590793605a2883f667712271d6b3a0128aa811b7 27 0.01/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.