Loading Tool

Explorer IconExplorer

Memory Pool

71,787 transactions
27.77 vMB
0.06150115 BTC
Random Selection Loading Transactions
Max Size: 164.65/200 MB

Candidate Block

Mining Attempt 26a3a93f02ad6c35c9a50d06d0845ceea55a9b8b31bf91a54208daa79ab77f59
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root db19190ef0f95fad013c5c4819b5beb31825aa16b56fe1427fb57ccf3d8edacb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,893
Size: 1.00 vMB
Total Fees: 0.00621176 BTC
Feerates: 101.52 > 0.62 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (170,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
744,067 744,067 00000000000000000003f6a19e78af86a54e570d34fefc9758289d0966f5587e 379 0.22/1.00 vMB 13
744,066 744,066 000000000000000000069d8581e02b9dde5a4991d866f2d3d71def89b54fcaa6 95 0.05/1.00 vMB 8
744,065 744,065 00000000000000000008f1708f5858bc4c0f046f51851cbbf2db3caa4f10ff6f 1,148 1.00/1.00 vMB 9
744,064 744,064 00000000000000000000e3ae34e3fd877a44fedf7faa004d201aca94474b9769 2,556 1.00/1.00 vMB 15
744,063 744,063 000000000000000000056fea583064c6470ea8ea99b65fd8b0db28131b1133d4 1,561 1.00/1.00 vMB 9
744,062 744,062 00000000000000000007c1cd5c8bfbba2198a362369e800738b9edd326b38334 2,614 1.00/1.00 vMB 22
744,061 744,061 000000000000000000026aba7584177d02aac438d10efa93ce612289edbf30c6 3,116 1.00/1.00 vMB 29
744,060 744,060 00000000000000000004524620e85e859dae235286fecb70c973538dcb4b7227 1,945 1.00/1.00 vMB 39
744,059 744,059 000000000000000000017a8198b1ee137b3dfe53f6ff0a4a6ed1fb958607aad4 1,749 0.77/1.00 vMB 12
744,058 744,058 00000000000000000002c38a49687fe7c1ee095fd967855bd987e2e210a87cad 803 1.00/1.00 vMB 2
744,057 744,057 00000000000000000001d79d0380e9be7d035b4808bb96d6e3cd741b4ee3220c 3,069 1.00/1.00 vMB 11
744,056 744,056 00000000000000000006e2819fac4eed00384f77f5dff3243c397ff050c297c9 2,749 1.00/1.00 vMB 23
744,055 744,055 000000000000000000009b71f937dda8cadc77c3413da90de1b6664522d54210 2,018 1.00/1.00 vMB 6
744,054 744,054 0000000000000000000441be1c383966ff08a5a4beb0059f0354abf836b03a11 2,834 1.00/1.00 vMB 16
744,053 744,053 00000000000000000006eac44a01d163e325bb8c3a44c6f7b71d8b50b1d4b039 2,350 1.00/1.00 vMB 11
744,052 744,052 00000000000000000004d9adb2a5a05dd70b13af857f6daa1982049d1b2d9ae4 2,325 1.00/1.00 vMB 19
744,051 744,051 00000000000000000000367efb848277afe9efed0dec15af95f8c218512f44f2 2,587 1.00/1.00 vMB 26
744,050 744,050 00000000000000000004e5acefe42af0f23fc4dafdc0d9cca3645e84d52ef64b 1,042 1.00/1.00 vMB 18
744,049 744,049 00000000000000000001e2cf3ffeb745d4d58128e1ed4bd91d29333aeda93a75 2,687 1.00/1.00 vMB 21
744,048 744,048 0000000000000000000802480455c5f02e4b98e082a5bbed701232bbc3b10b83 1,974 1.00/1.00 vMB 34
744,047 744,047 0000000000000000000376f2b5c4bb463fe440aa8c7f6e58d6c7e2b997a6d360 3,371 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.45 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: 667.44 GB
    • Received: 15.25 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.