Loading Tool

Explorer IconExplorer

Memory Pool

82,499 transactions
31.20 vMB
0.10197700 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt 287a0ae1dbe847ab561f1e41d41c8b5551613082fe070ada0818f20e0ac4474b
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 2590ba543d7bd1c9bdb7e6a34eed95b6461d11bc67b6c86055e77b7d2a555dfe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.02675089 BTC
Feerates: 151.12 > 2.68 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (117,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,005 798,005 00000000000000000002d3240605431f7c5c8aa1f4fde62c1b67c0268e088713 6,537 1.00/1.00 vMB 4
798,004 798,004 000000000000000000027a050e03fab7aad1fa3152e71b0329c6f00da3b5abbf 5,489 1.00/1.00 vMB 5
798,003 798,003 00000000000000000005471b07e47d39b9ab6db04e02c6d37dacb5343d85ef5d 4,382 1.00/1.00 vMB 8
798,002 798,002 0000000000000000000211f889979bbbac086169cac9a338868ee51f494ab8a3 3,071 1.00/1.00 vMB 8
798,001 798,001 0000000000000000000345b5f633e9d77c0abf0f4c7b40e2fd5d66fb0a590571 4,524 1.00/1.00 vMB 8
798,000 798,000 00000000000000000000daed1a59b29fabad520bedd6018d84969d704632342e 4,221 1.00/1.00 vMB 7
797,999 797,999 00000000000000000001130fe1820a854ad09910569ed0a4c442691b893ae2a7 7,143 1.00/1.00 vMB 3
797,998 797,998 00000000000000000004baca1f3a46aea106e846e6a2f4a311ebb6b79d81bd78 5,114 1.00/1.00 vMB 5
797,997 797,997 000000000000000000034311fb625a85d25a7e26dc16c5a12ab8c7abab337b58 4,593 1.00/1.00 vMB 4
797,996 797,996 000000000000000000002ec72e3bf80780a0c7e30805aa68d30fcf0ce3b2b9e0 2,649 1.00/1.00 vMB 13
797,995 797,995 00000000000000000001d1314e68e7c72f03296978a7621554cc42c602d0a0be 4,420 1.00/1.00 vMB 5
797,994 797,994 0000000000000000000513f00ef4440dc1b3256e5f03585f55617a9f29e3d473 2,684 1.00/1.00 vMB 10
797,993 797,993 00000000000000000002a1ac6488977fb44e64df9ef2e107baf822556f1d146b 3,756 1.00/1.00 vMB 4
797,992 797,992 00000000000000000003e29b3e6294c1f1717d735ab25f739ead8264fcf74558 1,421 1.00/1.00 vMB 6
797,991 797,991 0000000000000000000253772b9b5aded9bbc4b062b0f44f7460b5fba1df929c 2,597 1.00/1.00 vMB 14
797,990 797,990 000000000000000000041a3dcb256b0488ae788ce11493571e7d849453248789 1,949 1.00/1.00 vMB 7
797,989 797,989 000000000000000000020088421f29d168ef41314e988229daad3cd40540d882 2,082 1.00/1.00 vMB 6
797,988 797,988 000000000000000000010be5437b598abbc9c4d31f60a9d7109fed7f084ff620 2,855 1.00/1.00 vMB 6
797,987 797,987 000000000000000000030db78e20fce7e7e3f00e3625ec8d30f204e7436d3a40 3,056 1.00/1.00 vMB 9
797,986 797,986 00000000000000000004878f10d595eb7260b97c6ac696a21de484d6d980fb51 3,169 1.00/1.00 vMB 16
797,985 797,985 00000000000000000004e484ce72b508a375ec774c09eab2dc737ff5b3d054b5 3,099 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.