Loading Tool

Explorer IconExplorer

Memory Pool

45,581 transactions
29.88 vMB
0.10698922 BTC
Random Selection Loading Transactions
Max Size: 154.71/200 MB

Candidate Block

Mining Attempt d9c95b1eaec37ce02600526116089b1222c70286fa082c444eac186f2578c15b
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 9ba4c96e174d5921fcf88d8839fa30e00da54698f7475dd64e64335a1c81ac10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.04722827 BTC
Feerates: 302.06 > 4.73 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (418,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,561 496,561 00000000000000000045f80afaa6ef5402d697a093df3baaa03ae4a1b6b3f2e7 2,623 1.00/1.00 vMB 158
496,560 496,560 000000000000000000d0afb9395f3d3a0ad9059368e12edfc4fdacf10558f829 2,793 1.00/1.00 vMB 208
496,559 496,559 00000000000000000055e215768870f1c8f9ea229eaad7dd7ea8cde766834cce 2,710 1.00/1.00 vMB 164
496,558 496,558 000000000000000000af20cd2278c69b2facdeb69e7241a985cb8c9fc1d11ca4 2,606 1.00/1.00 vMB 214
496,557 496,557 000000000000000000666fbbdb2fd912962cdd7dd6409e80e84ac4bf1d3f840b 2,918 1.00/1.00 vMB 207
496,556 496,556 00000000000000000016b7bbf770a8f828dc707f05a8a5c079b3903370217eba 2,168 1.00/1.00 vMB 152
496,555 496,555 000000000000000000c3d07433ae7ec0e0807d3a3988350a7b67341d6fb509af 2,850 1.00/1.00 vMB 178
496,554 496,554 00000000000000000034e3372cd551b1c32ef8ca33bb23c3e5ddce294b17964c 2,238 1.00/1.00 vMB 159
496,553 496,553 0000000000000000000f9dd5b20ae9b6e3f85e7d8f6a5db5630d2db80ef5e832 2,473 1.00/1.00 vMB 151
496,552 496,552 0000000000000000003d181a179916f048b8f25829d4f56717545e30ad158880 2,733 1.00/1.00 vMB 214
496,551 496,551 000000000000000000bfed34eb8e2910b927d66514d9b0848ebbb1883fd0d4b5 2,669 1.00/1.00 vMB 166
496,550 496,550 0000000000000000008d583c08b169b52faf333623f617c34af7bc5674d13081 2,636 1.00/1.00 vMB 189
496,549 496,549 0000000000000000002919bb5efce44325ea78db6efa98c1eac282590a0a76db 2,889 1.00/1.00 vMB 195
496,548 496,548 000000000000000000d0803d1cfa9c55e4bef50445b374e5df322e13736adf6a 2,731 1.00/1.00 vMB 191
496,547 496,547 000000000000000000ada0187d76aa8658f3737bb7e17b2d868ad529fcd02c9b 2,478 1.00/1.00 vMB 162
496,546 496,546 0000000000000000005cfec830db11bd7372933c73dbde0d100d613ffe8c1c88 1,478 1.00/1.00 vMB 165
496,545 496,545 000000000000000000cf0f826cd19e55cedcbac6d753fca989dcb6b0bf6fb48b 2,551 1.00/1.00 vMB 214
496,544 496,544 00000000000000000061fc8f9c869608134dba8ae9dc2c102602c8db2b970a7b 1 0.00/1.00 vMB 0
496,543 496,543 0000000000000000007110397d15d1f83a35d14638eb63b3308ac1e3396a156a 2,536 1.00/1.00 vMB 210
496,542 496,542 000000000000000000c02ea9aba273b0fc1db518935c32bdcf34e01df25cbfdb 2,541 1.00/1.00 vMB 156
496,541 496,541 000000000000000000c996c9eaee94686d403dcb38cf187831c9afc137a47d04 2,784 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.