Loading Tool

Explorer IconExplorer

Memory Pool

76,424 transactions
28.18 vMB
0.08931794 BTC
Random Selection Loading Transactions
Max Size: 171.64/200 MB

Candidate Block

Mining Attempt 696c077c7b4ec9dd4bd32276689dd5542413c7c7b6ae9e5dbcdf5b5de4605b46
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2274e035955c4d7a88ed3e61a8d65dd77f8c718633e888774ec438eab5891c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.02819028 BTC
Feerates: 105.73 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (297,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,155 618,155 000000000000000000007ab2c878e9f4f287bcf0b136148ba740ba71601a3892 3,132 1.00/1.00 vMB 47
618,154 618,154 00000000000000000001806f272e2a48e952d8962305cb0c1824e52737c85f40 1,045 0.40/1.00 vMB 27
618,153 618,153 00000000000000000009271ded2b3336674fc7b0ee407e90dae8bb18a3708544 1,706 0.47/1.00 vMB 19
618,152 618,152 0000000000000000000a247c23806e6739b1d008cdd62bab60e69ac51a960378 2,807 1.00/1.00 vMB 23
618,151 618,151 00000000000000000011820df4f25c179474c7eec08178e59b91229be99876b2 2,637 0.91/1.00 vMB 8
618,150 618,150 00000000000000000002a3ad38331d1fca1c4e5c085db4b09ad9c91da7457e78 2,864 1.00/1.00 vMB 32
618,149 618,149 0000000000000000000d3f68f76fc404b2f7d95e29a2ba7926808eb6c6b310c7 2,647 0.78/1.00 vMB 6
618,148 618,148 0000000000000000000c021691f5fa6ebd604cda78d45e90ee9b428b393e4ba8 3,465 1.00/1.00 vMB 33
618,147 618,147 00000000000000000009fb612a4fdc567bf276c1d26dfd0cf3054534c97f33e6 2,387 1.00/1.00 vMB 23
618,146 618,146 0000000000000000000e073a20e05823851f868961a1a7e2c97f1e702fcf2e26 1,386 0.35/1.00 vMB 20
618,145 618,145 000000000000000000029290f5c7bc14cceec7281bfbe4d62712f93d12290291 3,207 1.00/1.00 vMB 9
618,144 618,144 000000000000000000013ccaf0c0c998d0ae7a4b95824232814d7ac75b1fa175 2,952 1.00/1.00 vMB 37
618,143 618,143 0000000000000000000e13080f2314a9a56fee70c98fdee766067f0f0f6955ee 299 0.08/1.00 vMB 18
618,142 618,142 000000000000000000017b335320fcb00c724b46dd402f35befdc5475c91e492 1,003 0.48/1.00 vMB 8
618,141 618,141 00000000000000000004a58e1d71880ac9b9d6f876e776a66193aef7eb94d774 1,717 1.00/1.00 vMB 6
618,140 618,140 00000000000000000008a33a5b95f8a539d26886072df1dc1d2d7dbd881b37a2 2,388 1.00/1.00 vMB 3
618,139 618,139 00000000000000000004b706240a2d51699001515660707c010f4c73a60001f5 2,711 1.00/1.00 vMB 13
618,138 618,138 00000000000000000000c905b6f9228d649b34f88bc42cbb612deaaee2ace9f7 3,149 1.00/1.00 vMB 12
618,137 618,137 0000000000000000000a432f48fa0d100c0cb66642e2f9b5c0c7204121478149 2,099 1.00/1.00 vMB 22
618,136 618,136 00000000000000000008c422da9bc9997f8c07b9a9fa55a1738bc968e6433229 2,745 1.00/1.00 vMB 26
618,135 618,135 000000000000000000120fe833d4cf9d70776d59f2c9629505d131f247d24171 2,991 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.16 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.