Loading Tool

Explorer IconExplorer

Memory Pool

43,147 transactions
26.90 vMB
0.05386042 BTC
Random Selection Loading Transactions
Max Size: 141.74/200 MB

Candidate Block

Mining Attempt 6c97c074658b6d4c26fc84e21cb2ca1f5f27a5cc21baa8c4c698154a9faddf42
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root ec4fbabf94c708e56e7be0d09f5dbf3b42b817b703be2d5e09d8bf2d95530dc3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,388
Size: 1.00 vMB
Total Fees: 0.00397748 BTC
Feerates: 21.20 > 0.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (198,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,000 716,000 00000000000000000003a911e9de2e568d31f065df7500a65804fdb192e5fe4e 1,436 1.00/1.00 vMB 5
715,999 715,999 0000000000000000000401f8b32706086da22bb13947276dbc624f475459ff84 2,107 1.00/1.00 vMB 11
715,998 715,998 000000000000000000094863f4e05dfb8a6b0996e918169fb84ca57e363579a5 2,649 1.00/1.00 vMB 12
715,997 715,997 000000000000000000067643c738a3f5b20a38f4ed630fc2f84adf132ea954ac 1,927 1.00/1.00 vMB 4
715,996 715,996 00000000000000000008daae4a4e1b7e1f428e689c146da01e8704dd0a99f09a 2,650 1.00/1.00 vMB 7
715,995 715,995 0000000000000000000450725bffd34bf0009400b7df5223d8c6acee53f93ef0 2,257 1.00/1.00 vMB 6
715,994 715,994 000000000000000000077b18176224883deab211fce3b04431fcb2137aaa98e6 2,601 1.00/1.00 vMB 19
715,993 715,993 000000000000000000066d5cf358a05c0ecf08ae108c94c9a741fd19d0162448 2,429 1.00/1.00 vMB 7
715,992 715,992 0000000000000000000a58f6336f215649d3f125405a4c88320d7f9499f24c5e 1,925 1.00/1.00 vMB 13
715,991 715,991 00000000000000000001849365739c2b17a342a20d7bc8525174bd3462e2c89e 2,940 1.00/1.00 vMB 12
715,990 715,990 00000000000000000002aee5ef4bd821bd5c7bac4d4458361bca24b0276869bf 395 1.00/1.00 vMB 2
715,989 715,989 000000000000000000043e97d17b2fef37ac5f2555f82081fdbbc9736f953593 2,453 1.00/1.00 vMB 10
715,988 715,988 00000000000000000006dab8209614a30d8d057ab472d9d0e7bbd39c11d828d7 639 1.00/1.00 vMB 2
715,987 715,987 0000000000000000000184ee852ed01ede5f4eff80b8c60710b7c07306f550d7 1,087 1.00/1.00 vMB 4
715,986 715,986 00000000000000000006c47bebcde678da02c07d1642e73711e2b4db7895782e 972 1.00/1.00 vMB 3
715,985 715,985 00000000000000000009bc0c312945ad55a5aed47dff5b971cdb9bd39a01e5e7 596 1.00/1.00 vMB 3
715,984 715,984 000000000000000000065735182aac0eeba91a9e8ddb43e4918584ce90b7c0c2 1,967 1.00/1.00 vMB 4
715,983 715,983 00000000000000000004aa131465fc75aea2c83b289778e4b77a4d8c2b3d307f 514 1.00/1.00 vMB 4
715,982 715,982 0000000000000000000314b6c1ed1656db2614b00b267a59f82fe75d7cd793a7 2,804 1.00/1.00 vMB 11
715,981 715,981 000000000000000000080914a8253606ad3572b844c2c19d34e263692d362b1e 2,335 1.00/1.00 vMB 4
715,980 715,980 00000000000000000005090527f9d40d2d5f1794d0793fe54c155956cfc089a0 2,883 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.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.