Loading Tool

Explorer IconExplorer

Memory Pool

76,398 transactions
28.15 vMB
0.08451764 BTC
Random Selection Loading Transactions
Max Size: 171.46/200 MB

Candidate Block

Mining Attempt e6d8670c03db8fdb97167e01ad7baa7679234eee4dd8100577501787a1bb78a4
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root d1e940c609f46745b03dc4d0e6eda91d4dac8d88f08af50a0a1cd7275c1bc9ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02367627 BTC
Feerates: 150.93 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (299,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,735 615,735 0000000000000000000d9aa0e0f14d4bba656f74a78dfbd798437c2ba47c1a85 2,349 1.00/1.00 vMB 11
615,734 615,734 00000000000000000010bac4c838f21fb9e985b9f5a4709410bba9db4014631d 1,830 1.00/1.00 vMB 10
615,733 615,733 00000000000000000000da7a7553643daf9f89c943ea1fded789fc0b882b4b22 1,781 1.00/1.00 vMB 17
615,732 615,732 000000000000000000033ab486a7f9c22292ba45c5590479f57d749e521e1b09 627 0.22/1.00 vMB 13
615,731 615,731 00000000000000000010e2308df2cabfdd67ecd3ed3df3c724dd2ea8f701249d 644 0.17/1.00 vMB 13
615,730 615,730 00000000000000000009b6ae2f607aadb2c6861168d7bfcf34d5e8544ba8fafd 2,509 0.81/1.00 vMB 2
615,729 615,729 000000000000000000047858b9d5736b85c69382afd5ed6976854acede85a403 3,095 1.00/1.00 vMB 20
615,728 615,728 00000000000000000005a1821daaab2bf8b94ca60b850ee4ba29a49834c9ad4f 3,343 1.00/1.00 vMB 9
615,727 615,727 0000000000000000000e3994f4c13faaa52b73d79d84401197d74859b6053ea9 2,755 1.00/1.00 vMB 29
615,726 615,726 0000000000000000000cd420edba8b48a5868f19fbc406f37553df610449ce9c 182 0.06/1.00 vMB 15
615,725 615,725 000000000000000000044d9385a1d850c9f5bf2927d7d83c8af7b81f57ce994b 329 0.08/1.00 vMB 8
615,724 615,724 00000000000000000003413c79209bb93e7164f82058fc6b92e61978c804a04b 3,532 1.00/1.00 vMB 6
615,723 615,723 0000000000000000000b4cf7b23b50c5ca690d85eb1dcc6e9e964a67853e348f 3,179 1.00/1.00 vMB 15
615,722 615,722 0000000000000000000c50ce0f3d0abcae60a658e3d9e42b66744e52117761cb 2,980 1.00/1.00 vMB 12
615,721 615,721 00000000000000000001408b236001ef5c5f889dc2f467f0525ee0533f072537 3,173 1.00/1.00 vMB 18
615,720 615,720 0000000000000000000dc372efc43df1a3cf8c1542b999a3a7e5c0e367fc924c 3,416 0.98/1.00 vMB 12
615,719 615,719 00000000000000000001f38845fcb6a0c529724a3f96fa39fd38f0276804ba06 1,615 0.71/1.00 vMB 2
615,718 615,718 00000000000000000006fcde369c63b6f757ccc2e61aee302e09982646780f13 3,226 1.00/1.00 vMB 16
615,717 615,717 00000000000000000010147f3f358a7b0c3a187d1f0270a741b49e3124892aa1 2,544 0.91/1.00 vMB 6
615,716 615,716 00000000000000000007c7487c4c80d1a6932b12c1cbf77bc053cf3787e78626 3,295 1.00/1.00 vMB 18
615,715 615,715 0000000000000000000102a9ea7090e7189e469176f5f400d03397beecd6233a 1,425 0.47/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.