Loading Tool

Explorer IconExplorer

Memory Pool

77,050 transactions
33.53 vMB
0.13424483 BTC
Random Selection Loading Transactions
Max Size: 188.11/200 MB

Candidate Block

Mining Attempt be3e47db977e1bd96e0d2960a7183696be49873de8ec8a198f6bd23ff0dcc849
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 65827e39dca5b9e6a3824cf39357a9cc668f9a939989e39a6d5d44af6f28918c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,541
Size: 1.00 vMB
Total Fees: 0.02614036 BTC
Feerates: 100.53 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (47,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,942 867,942 00000000000000000000f56750cf0b40bf04dd5baca745867e44d4a44b9a1f68 2,014 1.00/1.00 vMB 10
867,941 867,941 00000000000000000001baffb8f9d39c877f8d3179aefc76cafd0b58140cf38c 2,863 1.00/1.00 vMB 11
867,940 867,940 000000000000000000015ae705b638619c65e2d528a657f8c26aa427956885f7 3,209 1.00/1.00 vMB 5
867,939 867,939 000000000000000000023c27e48dd313391e6584522ac849d3700bc755de882a 7,719 1.00/1.00 vMB 2
867,938 867,938 00000000000000000000ea17ef99455bdb8442c9763eb255a65b16d41abfdcb8 6,255 1.00/1.00 vMB 2
867,937 867,937 00000000000000000000b287ba70df286a7ac0e367b1badc536d6e0577cbc880 3,439 1.00/1.00 vMB 5
867,936 867,936 00000000000000000002ef0f9552a3bb1593e1cf85fc12e7eea1d96116281ba8 3,146 1.00/1.00 vMB 7
867,935 867,935 0000000000000000000178efb3b4fdbe81b60571b7df84f5f273ad5d310013c2 4,774 1.00/1.00 vMB 8
867,934 867,934 00000000000000000002b2045aa9bcaed9c74db1ef050da34dcb8a28429f5e77 6,978 1.00/1.00 vMB 4
867,933 867,933 00000000000000000001f9a7bbb8eb9d7b46899199b52c75f76b7026e7dc7128 5,380 1.00/1.00 vMB 3
867,932 867,932 00000000000000000001bada6e15bac3dc66a32505ae517134c51a674566df2e 4,547 1.00/1.00 vMB 5
867,931 867,931 00000000000000000000819215d3862c41ff7aeea28c0d5ad88a0eb2c3b60276 6,197 1.00/1.00 vMB 9
867,930 867,930 0000000000000000000028d1fd4dcfb22ec71ec5ff901c3e320cb810046753e7 2,678 1.00/1.00 vMB 2
867,929 867,929 00000000000000000000c977dcafd9d0f98eb98758695e304436e891f55c8917 2,936 1.00/1.00 vMB 5
867,928 867,928 0000000000000000000211c7467856ac4eb640c61f53a8d34c99e93d4dbfa810 3,237 1.00/1.00 vMB 8
867,927 867,927 00000000000000000001784408e3144779599bc47c747c46da2ef53b8eba77c6 2,730 1.00/1.00 vMB 4
867,926 867,926 000000000000000000023810cfed1a673a939d5d9c5eb16aa7291bbe5b0e26de 2,264 1.00/1.00 vMB 5
867,925 867,925 0000000000000000000187429492c8f3a20becc1b9cd95b3657c3df1e5a19fca 3,396 1.00/1.00 vMB 8
867,924 867,924 000000000000000000002c7a7f46df475a0775739c93423d62175e718f21b82d 3,605 1.00/1.00 vMB 6
867,923 867,923 0000000000000000000273772793f987bc0552b66e1f5532bb11a7bfb64e921f 3,346 1.00/1.00 vMB 6
867,922 867,922 00000000000000000000bc7a79d6af84776e0adc27792d6be62fba39242be75e 3,560 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.11 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: 733.23 GB
    • Received: 18.54 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.