Loading Tool

Explorer IconExplorer

Memory Pool

84,684 transactions
31.80 vMB
0.19086563 BTC
Random Selection Loading Transactions
Max Size: 189.92/200 MB

Candidate Block

Mining Attempt ee7fbe5e15eeeafe26fb4faf7d5d0b8beb5eb3da1cf195926b39c62c84e2c7d6
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a827d4ea3b2d775898364564407a6a580f22de898bdbddeb81cd9e8e3ffdfca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.08188418 BTC
Feerates: 101.65 > 8.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (378,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,891 536,891 0000000000000000001dad2330f84eb7d4b3a4a37994f1d1483b0ec268d77f1c 2,136 1.00/1.00 vMB 33
536,890 536,890 00000000000000000002ebbdc9988aa7aec5d6dd5d4785bcdb5d6c4f51fe2a25 874 0.38/1.00 vMB 17
536,889 536,889 0000000000000000001956d277a01fc72d90c88d5e2e7fb935e092fbe99dff2d 1,929 1.00/1.00 vMB 6
536,888 536,888 000000000000000000175314b8c0b39e5be5d1054b8499093b34dde915d033d1 1,220 1.00/1.00 vMB 10
536,887 536,887 0000000000000000000578ff4ed67f32ecb252798617cea450e9b28688557bef 1,892 1.00/1.00 vMB 16
536,886 536,886 0000000000000000002504924b1694c8cd32fe6f9fd67200c86119e6f04b7167 1,231 1.00/1.00 vMB 49
536,885 536,885 000000000000000000090646c9b72d1283305a241fe30e1ed71d3b93ea552e7a 693 1.00/1.00 vMB 49
536,884 536,884 0000000000000000001d1b202c2fb860c52f771046cde9735f5140cce4622b12 712 1.00/1.00 vMB 59
536,883 536,883 00000000000000000012764ec6faddbebdebafb11604f7e06f6e0ef92d11fcb3 1,034 0.43/1.00 vMB 16
536,882 536,882 00000000000000000017705e5f07600bb9ad3b7fdf6be2d9d01d9923f83707f2 318 0.30/1.00 vMB 15
536,881 536,881 00000000000000000007e0567c3ca80a673a33184d9c8e6ab61fd7595f7c7d44 74 0.03/1.00 vMB 28
536,880 536,880 0000000000000000000a3bcf96e8a2bc36828fea1fa626ef8ef9f8f3d4292b19 2,755 1.00/1.00 vMB 13
536,879 536,879 0000000000000000000bcd614d7941e2e38b3569dc678b9cc10fac27b0011824 886 0.35/1.00 vMB 27
536,878 536,878 0000000000000000000ab97add3b43843238f6cb9055fef31cd091ec8a46ff56 334 0.35/1.00 vMB 8
536,877 536,877 000000000000000000114cbf47b878699a01d38a541008df8d2bd4dd888b8af5 2,047 1.00/1.00 vMB 5
536,876 536,876 0000000000000000002184bca5fda0c8ca533e0cc1d3526e484abb2d5392ddb8 629 1.00/1.00 vMB 8
536,875 536,875 0000000000000000000199e9d478563aabd3b2faf439325dd4eba6ac8d6c5987 2,255 1.00/1.00 vMB 23
536,874 536,874 00000000000000000007f81f139f4854f320d7431538df0283a86941919f16df 289 0.09/1.00 vMB 18
536,873 536,873 00000000000000000012d80c8875d87f939df8cb95428c11f10e2080d8756b36 2,453 0.91/1.00 vMB 21
536,872 536,872 00000000000000000002559ef8224ee46a00bfd065c2eb63c4ee163cb7805634 629 0.21/1.00 vMB 15
536,871 536,871 00000000000000000014ae463b64a50ce03a17a9164a6744c9dbad2676cb7e8d 1,952 0.99/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.